Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cryptctl for openSUSE:Factory 
checked in at 2022-05-16 18:08:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptctl (Old)
 and      /work/SRC/openSUSE:Factory/.cryptctl.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cryptctl"

Mon May 16 18:08:44 2022 rev:12 rq:977474 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cryptctl/cryptctl.changes        2021-07-22 
22:44:20.583122963 +0200
+++ /work/SRC/openSUSE:Factory/.cryptctl.new.1538/cryptctl.changes      
2022-05-16 18:11:13.517407375 +0200
@@ -1,0 +2,15 @@
+Mon May  9 16:55:47 UTC 2022 - Peter Varkoly <vark...@suse.com>
+
+- Update to version 2.4:
+  * (bsc#1186226) - (CVE-2019-18906) client side password hashing is 
equivalent to clear text password storage
+  * Fix authentication on all places.
+  * Fix sysconfig variable name.
+  * First step to use plain text password instead of hashed password.
+  * Move repository into the SUSE github organization
+  * decorate readme with more usage instructions
+  * in RPC server, if client comes from localhost, remember its ipv4 localhost 
address instead of ipv6 address
+  * Test clear expired commands in TestDB_UpdateSeenFlag
+  * tell a record to clear expired pending commands upon saving a command 
result; introduce pending commands RPC test case
+  * avoid hard coding 127.0.0.1 in host ID of alive message test; let system 
administrator mount and unmount disks by issuing these two commands on key 
server. 
+
+-------------------------------------------------------------------

Old:
----
  cryptctl-2.3.tgz

New:
----
  _service
  _servicedata
  cryptctl.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cryptctl.spec ++++++
--- /var/tmp/diff_new_pack.o6S5Er/_old  2022-05-16 18:11:13.981407744 +0200
+++ /var/tmp/diff_new_pack.o6S5Er/_new  2022-05-16 18:11:13.985407747 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cryptctl
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,13 @@
 %endif
 
 Name:           cryptctl
-Version:        2.3
+Version:        2.4
 Release:        0
 Summary:        A utility for setting up LUKS-based disk encryption
 License:        GPL-3.0-only
 Group:          System/Management
 URL:            https://www.suse.com/products/sles-for-sap
-Source0:        %{name}-%{version}.tgz
+Source0:        %{name}.tar.xz
 Source1:        %{name}-rpmlintrc
 BuildRequires:  go
 BuildRequires:  pkgconfig(systemd)
@@ -42,8 +42,7 @@
 ExclusiveArch:  x86_64 ppc64le
 %{?systemd_requires}
 
-%define GONS github.com/HouzuoGuo
-%define SRCDIR  src/%{GONS}/%{name}
+%define SRCDIR  src/github.com/SUSE
 
 %description
 A disk encryption utility that helps setting up LUKS-based disk encryption 
using
@@ -56,13 +55,13 @@
 
 %build
 export GOPATH=$(pwd)
-cd %{SRCDIR}
+cd %{SRCDIR}/%{name}
 gzip ospackage/man/cryptctl.8
 go mod init
 go build -buildmode=pie
 
 %install
-cd %{SRCDIR}
+cd %{SRCDIR}/%{name}
 mkdir -p %{buildroot}/%{_sbindir}
 install -m 0755 %{name} %{buildroot}/%{_sbindir}/
 
@@ -119,6 +118,6 @@
 %{_unitdir}/cryptctl-client.service
 %{_unitdir}/cryptctl-auto-unlock@.service
 %{_udevrulesdir}/99-cryptctl-auto-unlock.rules
-%doc %{SRCDIR}/LICENSE
+%doc %{SRCDIR}/%{name}/LICENSE
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/SUSE/cryptctl.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="filename">cryptctl</param>
    <param name="version"></param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
  </service>

  <service name="recompress" mode="disabled">
    <param name="file">cryptctl*.tar</param>
    <param name="compression">xz</param>
  </service>

</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">git://github.com/SUSE/cryptctl.git</param>
              <param 
name="changesrevision">123f0e2355a453b61b03ade4892e61fdaedbecfc</param></service></servicedata>
(No newline at EOF)

Reply via email to