Browse Source

Security update: Squid 2.4.4

master
parent
commit
b9593f41cd
  1. 15
      squid/squid.patch
  2. 8
      squid/squid.spec

15
squid/squid.patch

@ -0,0 +1,15 @@
--- lib/util.c.orig Fri Jan 12 01:51:41 2001
+++ lib/util.c Sun Aug 12 12:51:47 2001
@@ -75,10 +75,12 @@
void (*failure_notify) (const char *) = default_failure_notify;
static char msg[128];
+#if !defined(__FreeBSD__)
#if !defined(__CYGWIN__)
extern int sys_nerr;
#else
#define sys_nerr _sys_nerr
+#endif
#endif

8
squid/squid.spec

@ -23,8 +23,8 @@
## SUCH DAMAGE.
##
%define V_long 2.4.STABLE2
%define V_short 2.4.2
%define V_long 2.4.STABLE4
%define V_short 2.4.4
# package information
Name: squid
@ -36,12 +36,12 @@ Distribution: OpenPKG [REL]
Group: Web
License: GPL
Version: %{V_short}
Release: 20020206
Release: 20020222
# list of sources
Source0: http://www.squid-cache.org/Versions/v2/2.4/squid-%{V_long}-src.tar.gz
Source1: rc.squid
Patch0: squid-%{V_long}.patch
Patch0: squid.patch
# build information
Prefix: %{l_prefix}

Loading…
Cancel
Save