[util-linux/f19] 2.23.2-1: upgrade

kzak kzak at fedoraproject.org
Wed Jul 31 12:58:28 UTC 2013


commit 2919d71edd9aeba03c2e4adcf5144535504aec76
Author: Karel Zak <kzak at redhat.com>
Date:   Wed Jul 31 14:57:08 2013 +0200

    2.23.2-1: upgrade
    
    Signed-off-by: Karel Zak <kzak at redhat.com>

 .gitignore                          |    1 +
 sources                             |    2 +-
 util-linux-2.23-agetty-clocal.patch |    9 ----
 util-linux-2.23-login-TCSANOW.patch |   70 -----------------------------------
 util-linux.spec                     |   10 +++--
 5 files changed, 8 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a70c4c..bc6174a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /util-linux-2.23-rc2.tar.xz
 /util-linux-2.23.tar.xz
 /util-linux-2.23.1.tar.xz
+/util-linux-2.23.2.tar.xz
diff --git a/sources b/sources
index c5f8a87..ef9c1e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33ba55ce82f8e3b8d7a38fac0f62779a  util-linux-2.23.1.tar.xz
+b39fde897334a4858bb2098edcce5b3f  util-linux-2.23.2.tar.xz
diff --git a/util-linux-2.23-agetty-clocal.patch b/util-linux-2.23-agetty-clocal.patch
index 2637a4a..f68b33f 100644
--- a/util-linux-2.23-agetty-clocal.patch
+++ b/util-linux-2.23-agetty-clocal.patch
@@ -133,15 +133,6 @@ index a23cf6d..054a1dd 100644
  					continue;
  				}
  				switch (errno) {
-@@ -1633,7 +1674,7 @@ static speed_t bcode(char *s)
- static void __attribute__ ((__noreturn__)) usage(FILE *out)
- {
- 	fputs(USAGE_HEADER, out);
--	fprintf(out, _(" %1$s [options] line baud_rate,... [termtype]\n"
-+	fprintf(out, _(" %1$s [options] line [baud_rate,...] [termtype]\n"
- 		       " %1$s [options] baud_rate,... line [termtype]\n"), program_invocation_short_name);
- 	fputs(USAGE_OPTIONS, out);
- 	fputs(_(" -8, --8bits                assume 8-bit tty\n"), out);
 @@ -1646,7 +1687,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
  	fputs(_(" -i, --noissue              do not display issue file\n"), out);
  	fputs(_(" -I, --init-string <string> set init string\n"), out);
diff --git a/util-linux.spec b/util-linux.spec
index b4de327..5ff4801 100644
--- a/util-linux.spec
+++ b/util-linux.spec
@@ -1,8 +1,8 @@
 ### Header
 Summary: A collection of basic system utilities
 Name: util-linux
-Version: 2.23.1
-Release: 3%{?dist}
+Version: 2.23.2
+Release: 1%{?dist}
 License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: http://en.wikipedia.org/wiki/Util-linux
@@ -79,8 +79,6 @@ Patch0: util-linux-ng-2.22-login-lastlog.patch
 
 ### Backport from v2.24 + #972457
 Patch1: util-linux-2.23-agetty-clocal.patch
-### 962145 - in.telnetd immediately closes connection
-Patch2: util-linux-2.23-login-TCSANOW.patch
 
 %description
 The util-linux package contains a large variety of low-level system
@@ -797,6 +795,10 @@ fi
 %{_libdir}/pkgconfig/uuid.pc
 
 %changelog
+* Wed Jul 31 2013 Karel Zak <kzak at redhat.com> 2.23.2-1
+- upgrade to stable release 2.23.2
+  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23.2-ReleaseNotes
+
 * Thu Jun 13 2013 Karel Zak <kzak at redhat.com> 2.23.1-3
 - fix #972457 - agetty idle I/O polling causes elevated CPU usage
 


More information about the scm-commits mailing list