Hello community,

here is the log from the commit of package cracklib for openSUSE:Leap:15.2 
checked in at 2020-06-23 18:07:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/cracklib (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.cracklib.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cracklib"

Tue Jun 23 18:07:12 2020 rev:18 rq:816437 version:2.9.7

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/cracklib/cracklib.changes      2020-01-15 
14:51:00.833437048 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.cracklib.new.2956/cracklib.changes    
2020-06-23 18:07:13.247704376 +0200
@@ -1,0 +2,24 @@
+Tue Jun  2 18:41:21 UTC 2020 - Michael Gorse <[email protected]>
+
+- Update to version 2.9.7: 
+  + fix a buffer overflow processing long words.
+- Drop 0003-overflow-processing-gecos.patch and
+  0004-overflow-processing-long-words.patch: fixed upstream.
+- Update source URI.
+- Remove use of translation-update-upstream. It cannot be added to
+  ring 0 on leap, and 2.9.7 has some translation fixes
+  (bsc#1172396).
+
+-------------------------------------------------------------------
+Fri May 22 16:06:54 UTC 2020 - Michael Gorse <[email protected]>
+
+- Enable translation-update-upstream on leap, to remove the use of
+  is_opensuse (jsc#SLE-12096).
+
+-------------------------------------------------------------------
+Wed May  6 09:45:09 UTC 2020 - [email protected]
+
+- use /usr/lib instead of %{_libexecdir}, %{_libexecdir} should
+  contain internal binaries, not data
+
+-------------------------------------------------------------------

Old:
----
  0003-overflow-processing-gecos.patch
  0004-overflow-processing-long-words.patch
  cracklib-2.9.6.tar.gz

New:
----
  cracklib-2.9.7.tar.bz2

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

Other differences:
------------------
++++++ cracklib.spec ++++++
--- /var/tmp/diff_new_pack.t9DtMK/_old  2020-06-23 18:07:21.751731857 +0200
+++ /var/tmp/diff_new_pack.t9DtMK/_new  2020-06-23 18:07:21.751731857 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cracklib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,35 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           cracklib
-Version:        2.9.6
+Version:        2.9.7
 Release:        0
 Summary:        Library to crack passwords using dictionaries
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          System/Libraries
-Url:            http://sourceforge.net/projects/cracklib
-Source:         
https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+URL:            http://sourceforge.net/projects/cracklib
+Source:         
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 # PATCH-FIX-OPENSUSE (should be upstreamed)
 # Remove support for broken 64bit indexes from magic entry [bnc#106007]
 Patch1:         0001-cracklib-magic.diff
 # PATCH-FIX-OPENSUSE Hide non-public functions
 Patch2:         0002-cracklib-2.9.2-visibility.patch
-Patch3:         0003-overflow-processing-gecos.patch
-Patch4:         0004-overflow-processing-long-words.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gzip
 BuildRequires:  libtool
 BuildRequires:  zlib-devel
 Requires:       cracklib-dict
-%if ! 0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 
 %description
 CrackLib tests passwords to determine whether they match
@@ -87,13 +82,8 @@
 
 %prep
 %setup -q
-%if ! 0%{?is_opensuse}
-translation-update-upstream
-%endif
 %patch1
 %patch2
-%patch3 -p1
-%patch4 -p1
 
 %build
 AUTOPOINT=true autoreconf -fi
@@ -118,9 +108,9 @@
 ln -s cracklib-format %{buildroot}/%{_sbindir}/mkdict
 ln -s cracklib-packer %{buildroot}/%{_sbindir}/packer
 rm -f %{buildroot}/%{_datadir}/cracklib/cracklib-small
-ln -sf %{_datadir}/cracklib/pw_dict.hwm 
%{buildroot}%{_libexecdir}/cracklib_dict.hwm
-ln -sf %{_datadir}/cracklib/pw_dict.pwd 
%{buildroot}%{_libexecdir}/cracklib_dict.pwd
-ln -sf %{_datadir}/cracklib/pw_dict.pwi 
%{buildroot}%{_libexecdir}/cracklib_dict.pwi
+ln -sf %{_datadir}/cracklib/pw_dict.hwm %{buildroot}/usr/lib/cracklib_dict.hwm
+ln -sf %{_datadir}/cracklib/pw_dict.pwd %{buildroot}/usr/lib/cracklib_dict.pwd
+ln -sf %{_datadir}/cracklib/pw_dict.pwi %{buildroot}/usr/lib/cracklib_dict.pwi
 #
 # using zip'ed dict takes too long for a check. But the support
 # for this is still in the lib.
@@ -154,9 +144,9 @@
 %{_sbindir}/cracklib-unpacker
 %dir %{_datadir}/cracklib
 %{_datadir}/cracklib/cracklib.magic
-%{_libexecdir}/cracklib_dict.hwm
-%{_libexecdir}/cracklib_dict.pwd
-%{_libexecdir}/cracklib_dict.pwi
+/usr/lib/cracklib_dict.hwm
+/usr/lib/cracklib_dict.pwd
+/usr/lib/cracklib_dict.pwi
 
 %files devel
 %{_includedir}/crack.h

++++++ cracklib-2.9.6.tar.gz -> cracklib-2.9.7.tar.bz2 ++++++
++++ 31865 lines of diff (skipped)


Reply via email to