rpms/tcp_wrappers/devel tcp_wrappers.spec,1.31,1.32

Tomas Janousek (tjanouse) fedora-extras-commits at redhat.com
Wed Jul 25 13:26:49 UTC 2007


Author: tjanouse

Update of /cvs/pkgs/rpms/tcp_wrappers/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5333

Modified Files:
	tcp_wrappers.spec 
Log Message:
* Wed Jul 25 2007 Tomas Janousek <tjanouse at redhat.com> - 7.6-49
- fix for a.b.c.d/255.255.255.255 - fixes #249430



Index: tcp_wrappers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcp_wrappers/devel/tcp_wrappers.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- tcp_wrappers.spec	28 Jun 2007 13:46:33 -0000	1.31
+++ tcp_wrappers.spec	25 Jul 2007 13:26:17 -0000	1.32
@@ -1,7 +1,7 @@
 Summary: A security tool which acts as a wrapper for TCP daemons.
 Name: tcp_wrappers
 Version: 7.6
-Release: 48%{?dist}
+Release: 49%{?dist}
 
 %define LIB_MAJOR 0
 %define LIB_MINOR 7
@@ -32,6 +32,7 @@
 Patch19: tcp_wrappers-7.6-siglongjmp.patch
 Patch20: tcp_wrappers-7.6-sigchld.patch
 Patch21: tcp_wrappers-7.6-196326.patch
+Patch22: tcp_wrappers_7.6-249430.patch
 # required by sin_scope_id in ipv6 patch
 BuildRequires: glibc-devel >= 2.2		
 BuildRoot: %{_tmppath}/%{name}-root
@@ -89,6 +90,7 @@
 %patch19 -p1 -b .siglongjmp
 %patch20 -p1 -b .sigchld
 %patch21 -p1 -b .196326
+%patch22 -p1 -b .249430
 
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -DPIC -D_REENTRANT -DHAVE_STRERROR" LDFLAGS="-pie" MAJOR=%{LIB_MAJOR} MINOR=%{LIB_MINOR} REL=%{LIB_REL} linux
@@ -145,6 +147,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 25 2007 Tomas Janousek <tjanouse at redhat.com> - 7.6-49
+- fix for a.b.c.d/255.255.255.255 - fixes #249430
+
 * Thu Jun 28 2007 Tomas Janousek <tjanouse at redhat.com> - 7.6-48
 - dropped the hostname resolving patch
 - resolve the address given to hosts_ctl to hostname, if hostname not given




More information about the scm-commits mailing list