rpms/eggdrop/F-7 eggdrop-1.6.19-no_libdns.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 eggdrop.spec, 1.14, 1.15 sources, 1.4, 1.5

Robert Scheck (robert) fedora-extras-commits at redhat.com
Tue Apr 22 18:17:14 UTC 2008


Author: robert

Update of /cvs/extras/rpms/eggdrop/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8578/F-7

Modified Files:
	.cvsignore eggdrop.spec sources 
Added Files:
	eggdrop-1.6.19-no_libdns.patch 
Log Message:
Upgrade to 1.6.19


eggdrop-1.6.19-no_libdns.patch:

--- NEW FILE eggdrop-1.6.19-no_libdns.patch ---
A patch by Adam Tkac <atkac at redhat.com> for eggdrop >= 1.6.19, which makes
the configure script looking for gethostbyname() in libc rather in libdns.
The problem especially comes up, once bind-devel gets added into buildroot
at the build system (#433111).

--- eggdrop1.6.19/aclocal.m4		2008-04-19 06:21:20.000000000 +0200
+++ eggdrop1.6.19/aclocal.m4.no_libdns	2008-04-22 19:59:44.000000000 +0200
@@ -764,7 +764,7 @@
   else
     AC_CHECK_LIB(socket, socket)
     AC_CHECK_LIB(nsl, connect)
-    AC_CHECK_LIB(dns, gethostbyname)
+    AC_CHECK_LIB(c, gethostbyname)
     AC_CHECK_LIB(dl, dlopen)
     AC_CHECK_LIB(m, tan, EGG_MATH_LIB="-lm")
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/eggdrop/F-7/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	8 Dec 2007 16:41:56 -0000	1.4
+++ .cvsignore	22 Apr 2008 18:16:37 -0000	1.5
@@ -1,2 +1 @@
-eggdrop1.6.18.tar.gz
-01_CVE-2007-2807_servmsg.patch
+eggdrop1.6.19.tar.gz


Index: eggdrop.spec
===================================================================
RCS file: /cvs/extras/rpms/eggdrop/F-7/eggdrop.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- eggdrop.spec	25 Feb 2008 20:33:50 -0000	1.14
+++ eggdrop.spec	22 Apr 2008 18:16:37 -0000	1.15
@@ -1,16 +1,16 @@
 Summary:	The world's most popular Open Source IRC bot
 Name:		eggdrop
-Version:	1.6.18
-Release:	16%{?dist}
+Version:	1.6.19
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Communications
 URL:		http://www.eggheads.org/
 Source:		ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.gz
 Patch0:		eggdrop-1.6.17-conf.patch
 Patch1:		eggdrop-1.6.17-langdir.patch
-Patch2:		http://nion.modprobe.de/01_CVE-2007-2807_servmsg.patch
+Patch2:		eggdrop-1.6.19-no_libdns.patch
 Patch3:		eggdrop-1.6.18-suzi_sp0007.patch
-BuildRequires:	tcl-devel >= 8.3, zlib-devel
+BuildRequires:	tcl-devel >= 8.3, zlib-devel, autoconf
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -23,8 +23,9 @@
 %setup -q -n %{name}%{version}
 %patch0 -p1 -b .conf
 %patch1 -p1 -b .langdir
-%patch2 -p0 -b .servmsg
+%patch2 -p1 -b .no_libdns
 %patch3 -p1 -b .suzi_sp0007
+autoconf
 
 %build
 %configure
@@ -72,6 +73,9 @@
 %{_mandir}/man?/*
 
 %changelog
+* Wed Apr 22 2008 Robert Scheck <robert at fedoraproject.org> 1.6.19-1
+- Upgrade to 1.6.19
+
 * Mon Feb 25 2008 Robert Scheck <robert at fedoraproject.org> 1.6.18-16
 - Cause the DNS linking against libc rather libdns (#433111)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eggdrop/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	8 Dec 2007 16:41:56 -0000	1.4
+++ sources	22 Apr 2008 18:16:37 -0000	1.5
@@ -1,2 +1 @@
-c2734a51926bdf0380d8bb53f5a7b2ee  eggdrop1.6.18.tar.gz
-2fbfe01fcd56b94d364b5af81569ef7c  01_CVE-2007-2807_servmsg.patch
+4d89a901e95f0f9937f4ffac783d55d8  eggdrop1.6.19.tar.gz




More information about the fedora-extras-commits mailing list