diff options
author | tron <tron@pkgsrc.org> | 2009-08-05 10:29:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-08-05 10:29:12 +0000 |
commit | 43ed64f61f8d423c2a26c63fe1e82e7dda1a9634 (patch) | |
tree | 0d88482e4369e37ca2dd44d901f5bc9cbab15617 /www | |
parent | 4ead8aea76c847e1d63bdf484cc9c8d544eba9e4 (diff) | |
download | pkgsrc-43ed64f61f8d423c2a26c63fe1e82e7dda1a9634.tar.gz |
Update "squid31" package to version 3.1.0.13.
Changes since version 3.1.0.12:
- Bug 2723 regression: enable PURGE requests if PURGE method ACL is present.
- Fix one more internal profiler error
- Language Updates: Italian, Russian
- Language Updates: Add many more aliases
- Add Copyright document for errors/ content
- ... all bug fixes from 3.0.STABLE18
- ... and several code polishing cleanups
Diffstat (limited to 'www')
-rw-r--r-- | www/squid31/Makefile | 4 | ||||
-rw-r--r-- | www/squid31/distinfo | 10 | ||||
-rw-r--r-- | www/squid31/patches/patch-ae | 17 |
3 files changed, 16 insertions, 15 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 1aade2ae17a..78afc4060a3 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2009/07/27 16:35:55 tron Exp $ +# $NetBSD: Makefile,v 1.14 2009/08/05 10:29:12 tron Exp $ -DISTNAME= squid-3.1.0.12 +DISTNAME= squid-3.1.0.13 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ \ diff --git a/www/squid31/distinfo b/www/squid31/distinfo index 3dc6a1c2e95..ea822247ca4 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.11 2009/07/27 16:35:55 tron Exp $ +$NetBSD: distinfo,v 1.12 2009/08/05 10:29:12 tron Exp $ -SHA1 (squid-3.1.0.12.tar.bz2) = b652c3ce85fc47c1928d160f39d5f918ff3e8305 -RMD160 (squid-3.1.0.12.tar.bz2) = 9f322f2dd5fa9073e7d59be58d80753b6189657e -Size (squid-3.1.0.12.tar.bz2) = 2383839 bytes +SHA1 (squid-3.1.0.13.tar.bz2) = 48c44352c5ef227ebb00d5ef1d6352a330eb0459 +RMD160 (squid-3.1.0.13.tar.bz2) = 1ade0db3bef04a6bed4118d8a1512d59cdf765c2 +Size (squid-3.1.0.13.tar.bz2) = 2386678 bytes SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589 -SHA1 (patch-ae) = a1f8a6bfa49a3e7c46fc6228b22ef374f3bd3964 +SHA1 (patch-ae) = d40a0fb474bbaaac6531fcc78c3339c1b42989bb SHA1 (patch-ah) = e20f7b76d6d48041efbfe1a07dce756a818e6642 SHA1 (patch-aj) = 349b5d49dec49430cff2a170ad53d3a16f2a4c76 SHA1 (patch-al) = 6dd09cf75ed53a92616f4eed9f3e290232ff54a5 diff --git a/www/squid31/patches/patch-ae b/www/squid31/patches/patch-ae index e05c6e62b05..35ee64cb232 100644 --- a/www/squid31/patches/patch-ae +++ b/www/squid31/patches/patch-ae @@ -1,20 +1,21 @@ -$NetBSD: patch-ae,v 1.3 2009/07/19 23:05:38 tron Exp $ +$NetBSD: patch-ae,v 1.4 2009/08/05 10:29:12 tron Exp $ ---- errors/Makefile.in.orig 2009-07-19 06:11:27.000000000 +0100 -+++ errors/Makefile.in 2009-07-19 15:21:48.000000000 +0100 +--- errors/Makefile.in.orig 2009-08-04 14:32:30.000000000 +0100 ++++ errors/Makefile.in 2009-08-05 10:30:29.000000000 +0100 @@ -418,13 +418,13 @@ - fi \ done; \ - $(INSTALL_DATA) $(srcdir)/TRANSLATORS $(DESTDIR)TRANSLATORS; \ + $(INSTALL_DATA) $(srcdir)/TRANSLATORS $(DESTDIR)$(DEFAULT_ERROR_DIR)/TRANSLATORS; \ + $(INSTALL_DATA) $(srcdir)/COPYRIGHT $(DESTDIR)$(DEFAULT_ERROR_DIR)/COPYRIGHT; \ - $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \ - if test -f $(DESTDIR)$(DEFAULT_STYLESHEET) ; then \ -+# $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \ -+# if test -f $(DESTDIR)$(DEFAULT_STYLESHEET) ; then \ - echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_STYLESHEET)" ; \ +- echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_STYLESHEET)" ; \ - else \ - echo "$(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET)"; \ - $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET); \ - fi ; \ ++# $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \ ++# if test -f $(DESTDIR)$(DEFAULT_STYLESHEET) ; then \ ++# echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_STYLESHEET)" ; \ +# else \ +# echo "$(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET)"; \ +# $(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET); \ |