Hello community, here is the log from the commit of package man-pages for openSUSE:11.4 checked in at Tue Aug 23 16:32:38 CEST 2011.
-------- --- old-versions/11.4/all/man-pages/man-pages.changes 2010-12-06 11:03:26.000000000 +0100 +++ 11.4/man-pages/man-pages.changes 2011-08-23 12:07:05.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 23 10:06:55 UTC 2011 - [email protected] + +- document 2y algorithm in crypt(3) (bnc#713389) + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/man-pages Destination is old-versions/11.4/UPDATES/all/man-pages calling whatdependson for 11.4-i586 Old: ---- needed_space_in_mb New: ---- man-pages-crypt.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man-pages.spec ++++++ --- /var/tmp/diff_new_pack.A52sHD/_old 2011-08-23 16:31:48.000000000 +0200 +++ /var/tmp/diff_new_pack.A52sHD/_new 2011-08-23 16:31:48.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package man-pages (Version 3.32) +# spec file for package man-pages # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Group: Documentation/Man AutoReqProv: on Version: 3.32 -Release: 1 +Release: 4.<RELEASE5> Summary: Linux Manual Pages BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: man-pages-%{version}.tar.bz2 @@ -36,6 +36,7 @@ Patch3: %{name}_gai.conf-reference.patch Patch5: %{name}-tty_ioctl.patch Patch6: %{name}-resolv.conf.patch +Patch7: man-pages-crypt.diff BuildArch: noarch %description @@ -60,6 +61,7 @@ %patch3 %patch5 -p1 %patch6 +%patch7 -p1 find -name "*.orig" | xargs rm -fv %build ++++++ man-pages-crypt.diff ++++++ Index: man-pages-3.32/man3/crypt.3 =================================================================== --- man-pages-3.32.orig/man3/crypt.3 +++ man-pages-3.32/man3/crypt.3 @@ -187,8 +187,8 @@ l l. ID | Method _ 1 | MD5 -2a | Blowfish (not in mainline glibc; added in some - | Linux distributions) +2a | Blowfish, system-specific on 8-bit chars +2y | Blowfish, correct handling of 8-bit chars .\" openSUSE has Blowfish, but AFAICS, this option is not supported .\" natively by glibc -- mtk, Jul 08 .\" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
