This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via e8faa445377edefe55fc87089b4a100b92546146 (commit) via 8f106099a5ffdbdc667ee41ffd7d7ee1f61be46c (commit) from c1ec13d2a6d2b18726aba25d62740881927b4dda (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e8faa445377edefe55fc87089b4a100b92546146 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Jan 31 21:02:55 2012 +0100
sudo: Update to 1.8.3p2.
Addresses bug #10016 and CVE 2012-0809.
commit 8f106099a5ffdbdc667ee41ffd7d7ee1f61be46c Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Jan 31 20:53:01 2012 +0100
zlib: Update to 1.2.6.
Closes #10015.
-----------------------------------------------------------------------
Summary of changes: sudo/sudo.nm | 6 +++--- zlib/patches/zlib-1.2.5-gentoo.patch | 12 ------------ zlib/zlib.nm | 5 ++--- 3 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 zlib/patches/zlib-1.2.5-gentoo.patch
Difference in files: diff --git a/sudo/sudo.nm b/sudo/sudo.nm index 139157b..6564e41 100644 --- a/sudo/sudo.nm +++ b/sudo/sudo.nm @@ -4,8 +4,8 @@ ###############################################################################
name = sudo -version = 1.8.3 -release = 2 +version = 1.8.3p2 +release = 1
groups = Applications/System url = http://www.sudo.ws/sudo/download.html @@ -36,7 +36,7 @@ build end
configure_options += \ - --libexecdir=/usr/lib \ + --libexecdir=%{libdir} \ --with-logging=syslog \ --with-logfac=authpriv \ --with-pam \ diff --git a/zlib/patches/zlib-1.2.5-gentoo.patch b/zlib/patches/zlib-1.2.5-gentoo.patch deleted file mode 100644 index 82c7f39..0000000 --- a/zlib/patches/zlib-1.2.5-gentoo.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up zlib-1.2.5/zlib.h.pom zlib-1.2.5/zlib.h ---- zlib-1.2.5/zlib.h.pom 2010-04-20 06:12:48.000000000 +0200 -+++ zlib-1.2.5/zlib.h 2010-06-16 13:08:59.000000000 +0200 -@@ -1578,7 +1578,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF( - # define gzoffset gzoffset64 - # define adler32_combine adler32_combine64 - # define crc32_combine crc32_combine64 --# ifdef _LARGEFILE64_SOURCE -+# ifndef _LARGEFILE64_SOURCE - ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); - ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); - ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); diff --git a/zlib/zlib.nm b/zlib/zlib.nm index 08d9f4f..5e98931 100644 --- a/zlib/zlib.nm +++ b/zlib/zlib.nm @@ -4,8 +4,8 @@ ###############################################################################
name = zlib -version = 1.2.5 -release = 3 +version = 1.2.6 +release = 1
groups = System/Libraries url = http://www.gzip.org/zlib/ @@ -43,7 +43,6 @@ end
packages package %{name} - end
package %{name}-devel template DEVEL
hooks/post-receive -- IPFire 3.x development tree