[SSI] openssi/specs util-linux.spec,1.1.15.1,1.1.15.2

Roger Tsang <[email protected]> Sun, 15 Aug 2010 03:44:52 +0000
Newsgroups gmane.linux.cluster.ssic.cvs
Message-ID <[email protected]>
Update of /cvsroot/ssic-linux/openssi/specs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15280

Modified Files:
      Tag: CENTOS
	util-linux.spec 
Log Message:
Upgrade to util-linux-2.12a-24.el4_8.1.src.rpm


Index: util-linux.spec
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/specs/util-linux.spec,v
retrieving revision 1.1.15.1
retrieving revision 1.1.15.2
diff -u -d -r1.1.15.1 -r1.1.15.2
--- util-linux.spec	5 Jul 2010 01:04:40 -0000	1.1.15.1
+++ util-linux.spec	15 Aug 2010 03:44:50 -0000	1.1.15.2
@@ -19,7 +19,7 @@
 Summary: A collection of basic system utilities.
 Name: util-linux
 Version: 2.12a
-Release: 17%{?dist}.1
+Release: 24%{?dist}.1
 License: distributable
 Group: System Environment/Base
 
@@ -32,10 +32,10 @@
 BuildRequires: texinfo
 BuildRequires: gettext
 BuildRequires: libselinux-devel
-BuildRequires: audit-libs-devel >= audit-1.0.12
+BuildRequires: audit-libs-devel >= audit-1.0.15
 
 Requires: pam >= 0.77-66.8
-Requires: audit >= 1.0.12
+Requires: audit >= 1.0.15
 
 Source0: ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux/util-linux-%{version}.tar.gz
 Source1: util-linux-selinux.pamd
@@ -51,7 +51,7 @@
 ##### Red Hat Linux-specific patches
 # 1. Add the option of not installing chkdupexe (WANT_CHKDUPEXE=no)
 # 2. Change 
-Patch: util-linux-2.12a-moretc.patch
+Patch0: util-linux-2.12a-moretc.patch
 
 # Reduce MAX_PARTS to 16 (upstream reasonably won't take it)
 Patch70: util-linux-2.12a-partlimit.patch
@@ -176,6 +176,8 @@
 # 168436 - login will attempt to run if it has no read/write access to its terminal
 Patch194: util-linux-2.13-login-hang.patch
 # 170564 - add audit message to login
+# 456379 - RHEL4: audit log injection attack via login
+# 456213 - RHEL4: login segfaults on EOF
 Patch195: util-linux-2.12a-audit-login.patch
 # 169628 - /usr/bin/floppy doesn't work with /dev/fd0
 Patch196: util-linux-2.12p-floppy-generic.patch
@@ -238,8 +240,32 @@
 Patch224: util-linux-2.12a-mount-label.patch
 # 209993: NFS mount/umount (protocol used)
 Patch225: util-linux-2.12a-nfsmount-proto-rollback.patch
-# 324441 - CVE-2007-5191 util-linux (u)mount doesn't drop privileges properly when calling helpers
+# 324451 - CVE-2007-5191 util-linux (u)mount doesn't drop privileges properly when calling helpers
 Patch226: util-linux-2.12a-mount-setuid.patch
+# 289401 - Bug Section in nfs(5) manpage is wrong
+Patch227: util-linux-2.12a-nfs-manpage-bugs.patch
+# 432313, 461488 - make backgrounded mount processes detach from terminal
+Patch228: util-linux-2.12a-mount-bg-detach.patch
+# 429559 - man page of "kill(1)" is missing a description of "kill -0" (and so does bash)
+Patch229: util-linux-2.12a-kill-man-zero.patch
+# 435785 - nfs(5) man page falsely lists udp as the default nfs protocol
+Patch230: util-linux-2.12a-nfs-man-tcp.patch
+# 377151 - script.1 mentions script-replay...
+Patch231: util-linux-2.12a-script-man-replay.patch
+# 390911 - RFE - sfdisk does not work with /dev/mapper multipath'ed devices
+Patch232: util-linux-2.12a-sfdisk-geo.patch
+# 472186 - mount -a has problems with duplicate labels in a mpath setup
+Patch233: util-linux-2.12a-mount-duplabel-a.patch
+# 471372 - RHEL4: fdisk cannot create partition with starting beyond 1 TB
+Patch234: util-linux-2.12a-fdisk-start.patch
+# 447264 - RHEL4: VMware fdisk partitions
+Patch235: util-linux-2.12a-fdisk-vmware.patch
+# 485004 - Move mount doesn't correctly update mtab
+Patch236: util-linux-2.12a-mount-move.patch
+# 458539 -  man nfs : wrong information about nfs version used
+Patch237: util-linux-2.12a-nfs-man-v3.patch
+# 555355 - script result cannot be logged in the file typescript
+Patch238: util-linux-2.12a-script-race.patch
 
 Obsoletes: fdisk tunelp
 %ifarch alpha sparc sparc64 sparcv9 s390
@@ -425,6 +451,19 @@
 %patch224 -p1
 %patch225 -p1
 %patch226 -p1
+%patch227 -p1
+%patch228 -p1
+%patch229 -p1
+%patch230 -p1
+%patch231 -p1
+%patch232 -p1
+%patch233 -p1
+%patch234 -p1
+%patch235 -p1
+%patch236 -p1
+%patch237 -p1
+%patch238 -p1
+
 
 %build
 unset LINGUAS || :
@@ -805,9 +844,42 @@
 /sbin/losetup
 
 %changelog
-* Fri Oct 12 2007 Karel Zak <[email protected]> 2.12a-17.el4_6.1
-- fix #324441 - CVE-2007-5191 util-linux (u)mount doesn't drop
-		privileges properly when calling helpers
+* Thu Jan 14 2010 Karel Zak <[email protected]> 2.12a-24.el4_8.1
+- fix #555355 - script result cannot be logged in the file typescript
+
+* Fri Mar  6 2009 Steve Dickson <[email protected]> 2.12a-24.el4
+- fix #458539 -  man nfs : wrong information about nfs version used
+
+* Mon Feb 16 2009 Karel Zak <[email protected]>  2.12a-23.el4
+- fix #485004 - move mount doesn't correctly update mtab
+
+* Thu Jan 15 2009 Karel Zak <[email protected]>  2.12a-22.el4
+- fix #472186 - mount -a has problems with duplicate labels in a mpath setup
+- fix #471372 - RHEL4: fdisk cannot create partition with starting beyond 1 TB
+- fix #456379 - RHEL4: audit log injection attack via login
+- fix #456213 - RHEL4: login segfaults on EOF
+- fix #447264 - RHEL4: VMware fdisk partitions
+
+* Wed Oct 22 2008 Jeff Layton <[email protected]> 2.12a-21.el4
+- fix #461488 - Backgrounded NFS mounts dies soon after "service netfs start"
+		command is issued
+
+* Wed Apr  2 2008 Karel Zak <[email protected]> 2.12a-20.el4
+- fix #429559 - man page of "kill(1)" is missing a description of "kill -0" (and so does bash)
+- fix #435785 - nfs(5) man page falsely lists udp as the default nfs protocol
+- fix #390911 - RFE - sfdisk does not work with /dev/mapper multipath'ed devices
+- fix #377151 - script.1 mentions replay, but we don't ship scriptreplay(1)
+
+* Thu Mar 27 2008 Jeff Layton <[email protected]> 2.12a-19.el4
+- fix #432313 - Backgrounded NFS mounts dies soon after "service netfs start"
+		command is issued
+
+* Fri Feb 29 2008 Jeff Layton <[email protected]> 2.12a-18.el4
+- fix #289401 - Bug Section in man nfs is wrong
+
+* Fri Oct 12 2007 Karel Zak <[email protected]> 2.12a-17.el4
+- fix #324451 - CVE-2007-5191 util-linux (u)mount doesn't drop
+                privileges properly when calling helpers
 
 * Wed Aug 29 2007 Steve Dickson <[email protected]> 2.12a-16.EL4.29
 - fix #209993 - Fixed protocol rollbacks in nfs mounts


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev