pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid31 Update "squid31" package to version 3.1.0.13.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a391784580cc
branches: trunk
changeset: 396885:a391784580cc
user: tron <tron%pkgsrc.org@localhost>
date: Wed Aug 05 10:29:12 2009 +0000
description:
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:
www/squid31/Makefile | 4 ++--
www/squid31/distinfo | 10 +++++-----
www/squid31/patches/patch-ae | 17 +++++++++--------
3 files changed, 16 insertions(+), 15 deletions(-)
diffs (64 lines):
diff -r 3f952cebb12c -r a391784580cc www/squid31/Makefile
--- a/www/squid31/Makefile Wed Aug 05 10:17:40 2009 +0000
+++ b/www/squid31/Makefile Wed Aug 05 10:29:12 2009 +0000
@@ -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 -r 3f952cebb12c -r a391784580cc www/squid31/distinfo
--- a/www/squid31/distinfo Wed Aug 05 10:17:40 2009 +0000
+++ b/www/squid31/distinfo Wed Aug 05 10:29:12 2009 +0000
@@ -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 -r 3f952cebb12c -r a391784580cc www/squid31/patches/patch-ae
--- a/www/squid31/patches/patch-ae Wed Aug 05 10:17:40 2009 +0000
+++ b/www/squid31/patches/patch-ae Wed Aug 05 10:29:12 2009 +0000
@@ -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); \
Home |
Main Index |
Thread Index |
Old Index