OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Dec-2002 16:33:05
Branch: OPENPKG_1_0_SOLID Handle: 2002121715330500
Added files: (Branch: OPENPKG_1_0_SOLID)
openpkg-src/fetchmail fetchmail.patch
Modified files: (Branch: OPENPKG_1_0_SOLID)
openpkg-src/fetchmail fetchmail.spec
Log:
add security patch
Summary:
Revision Changes Path
1.1.4.1 +11 -0 openpkg-src/fetchmail/fetchmail.patch
1.16.2.3 +3 -1 openpkg-src/fetchmail/fetchmail.spec
____________________________________________________________________________
Index: openpkg-src/fetchmail/fetchmail.patch
============================================================
$ cvs update -p -r1.1.4.1 fetchmail.patch
--- rfc822.c Mon Aug 26 19:52:42 2002
+++ rfc822.c Mon Dec 9 15:50:11 2002
@@ -63,7 +63,7 @@
for (cp = buf; *cp; cp++)
if (*cp == ',' || isspace(*cp))
addresscount++;
- buf = (unsigned char *)xrealloc(buf, strlen(buf) + addresscount * strlen(host)
+ 1);
+ buf = (unsigned char *)xrealloc(buf, strlen(buf) + addresscount * (strlen(host)
+ 1) + 1);
#endif /* TESTMAIN */
/*
Index: openpkg-src/fetchmail/fetchmail.spec
============================================================
$ cvs diff -u -r1.16.2.2 -r1.16.2.3 fetchmail.spec
--- openpkg-src/fetchmail/fetchmail.spec 5 Dec 2001 09:38:49 -0000
1.16.2.2
+++ openpkg-src/fetchmail/fetchmail.spec 17 Dec 2002 15:33:05 -0000
1.16.2.3
@@ -33,10 +33,11 @@
Group: Mail
License: GPL
Version: 5.9.5
-Release: 1.0.0
+Release: 1.0.1
# list of sources
Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
+Patch0: fetchmail.patch
# build information
Prefix: %{l_prefix}
@@ -56,6 +57,7 @@
%prep
%setup -q
+ %patch -p0
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]