Hello community,

here is the log from the commit of package pwgen for openSUSE:Factory checked 
in at 2014-12-10 23:44:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pwgen (Old)
 and      /work/SRC/openSUSE:Factory/.pwgen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pwgen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pwgen/pwgen.changes      2011-12-25 
17:40:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pwgen.new/pwgen.changes 2014-12-10 
23:44:13.000000000 +0100
@@ -1,0 +2,16 @@
+Tue Dec  9 10:07:52 UTC 2014 - [email protected]
+
+- updated to version 2.07 (bsc#908992):
+  * New upstream version
+  * Remove backwards compatibility for no-tty mode.  Addresses
+    CVE-2013-4440 (Closes: #725507) (bsc#846397)
+  * Fail hard if /dev/urandom and /dev/random are not available.
+    Addresses CVE-2013-4442 and Launchpad #1183213 (Closes: #767008)
+    (bsc#846397)
+  * Fix pwgen -B so that it doesn't accidentally generate passwords with
+    ambiguous characters after changing the case of some letters.
+    Addresses Launchpad Bugs #638418 and #1349863
+  * Fix potential portability bug on architectures where unsgined ints
+    are not 4 bytes long
+
+-------------------------------------------------------------------

Old:
----
  pwgen-2.06.tar.bz2

New:
----
  pwgen-2.07.tar.gz

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

Other differences:
------------------
++++++ pwgen.spec ++++++
--- /var/tmp/diff_new_pack.7HHAb2/_old  2014-12-10 23:44:14.000000000 +0100
+++ /var/tmp/diff_new_pack.7HHAb2/_new  2014-12-10 23:44:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pwgen
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           pwgen
 Url:            http://sourceforge.net/projects/pwgen/
 BuildRequires:  autoconf
-Version:        2.06
+Version:        2.07
 Release:        0
 Summary:        Password generator
 License:        GPL-2.0+
 Group:          Productivity/Security
-Source:         
http://belnet.dl.sourceforge.net/sourceforge/pwgen/pwgen-%{version}.tar.bz2
+Source:         
http://downloads.sourceforge.net/project/pwgen/pwgen/%{version}/pwgen-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch:          pwgen-2.06-fdleaks.patch
 
@@ -41,26 +42,21 @@
     Rob Levin <[email protected]> (previous version)
 
 %prep
-%setup
+%setup -q
 %patch
 
 %build
-       autoconf
-       CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} 
--mandir=%{_mandir}
-       make
+autoconf
+%configure
+make
 
 %install
-
-       mkdir -p        ${RPM_BUILD_ROOT}/usr/bin
-       mkdir -p        ${RPM_BUILD_ROOT}%{_mandir}/man1
-       make install DESTDIR=$RPM_BUILD_ROOT 
-
-%clean
-       rm -rf ${RPM_BUILD_ROOT}
+mkdir -p       ${RPM_BUILD_ROOT}/usr/bin
+mkdir -p       ${RPM_BUILD_ROOT}%{_mandir}/man1
+make install DESTDIR=$RPM_BUILD_ROOT 
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog
 %doc %{_mandir}/man1/*
 /usr/bin/pwgen
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to