r61785 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61784‎ | r61785 | r61786 >
Date:13:22, 1 February 2010
Author:mark
Status:ok
Tags:
Comment:
squid (2.7.7-1wm1) karmic; urgency=low

[ Tim Starling ]
* Added error-en.html

[ Mark Bergsma ]
* Upgrade to upstream version 2.7.7
* Increase maximum FDs to 131072, default at 65535
* Build for karmic:
- Replace libdb4.4-dev build dependency by libdb4.7-dev
- Drop tcmalloc linking, as it's uninstallable in karmic
* Add LSB information to init scripts
Modified paths:
  • /trunk/debs/squid/debian/changelog (modified) (history)
  • /trunk/debs/squid/debian/control (modified) (history)
  • /trunk/debs/squid/debian/default.squid (modified) (history)
  • /trunk/debs/squid/debian/errors/README (modified) (history)
  • /trunk/debs/squid/debian/rules (modified) (history)
  • /trunk/debs/squid/debian/squid-frontend.rc (modified) (history)
  • /trunk/debs/squid/debian/squid.rc (modified) (history)

Diff [purge]

Index: trunk/debs/squid/debian/control
@@ -3,7 +3,7 @@
44 Priority: optional
55 Maintainer: Mark Bergsma <mark@wikimedia.org>
66 Standards-Version: 3.7.2
7 -Build-Depends: libldap2-dev, libpam0g-dev, sharutils, dpatch (>= 2.0.9), debhelper, devscripts, po-debconf, libdb4.4-dev, wget, libgoogle-perftools-dev
 7+Build-Depends: libldap2-dev, libpam0g-dev, sharutils, dpatch (>= 2.0.9), debhelper, devscripts, po-debconf, libdb4.7-dev
88
99 Package: squid
1010 Architecture: any
Index: trunk/debs/squid/debian/changelog
@@ -1,9 +1,18 @@
2 -squid (2.7.6-1wm2) hardy; urgency=low
 2+squid (2.7.7-1wm1) karmic; urgency=low
33
 4+ [ Tim Starling ]
45 * Added error-en.html
56
6 - -- Tim Starling <tstarling@wikimedia.org> Sun, 31 Jan 2010 13:11:13 +1100
 7+ [ Mark Bergsma ]
 8+ * Upgrade to upstream version 2.7.7
 9+ * Increase maximum FDs to 131072, default at 65535
 10+ * Build for karmic:
 11+ - Replace libdb4.4-dev build dependency by libdb4.7-dev
 12+ - Drop tcmalloc linking, as it's uninstallable in karmic
 13+ * Add LSB information to init scripts
714
 15+ -- Mark Bergsma <mark@wikimedia.org> Mon, 01 Feb 2010 13:14:56 +0000
 16+
817 squid (2.7.6-1wm1) hardy; urgency=low
918
1019 * New upstream release
Index: trunk/debs/squid/debian/squid.rc
@@ -5,6 +5,17 @@
66 # Version: @(#)squid.rc 2.20 01-Oct-2001 miquels@cistron.nl
77 #
88
 9+### BEGIN INIT INFO
 10+# Provides: squid
 11+# Required-Start: $all
 12+# Required-Stop: $remote_fs $syslog
 13+# Default-Start: 2 3 4 5
 14+# Default-Stop: 0 1 6
 15+# Short-Description: Start's the backend Squid daemon
 16+# Description: Controls the backend Squid daemon
 17+# Action 'clean' wipes the disk cache
 18+### END INIT INFO
 19+
920 NAME=squid
1021 DAEMON=/usr/sbin/squid
1122 LIB=/usr/lib/squid
Index: trunk/debs/squid/debian/rules
@@ -148,9 +148,8 @@
149149 --enable-carp \
150150 --disable-icmp \
151151 --with-large-files \
152 - --with-maxfd=65536 \
 152+ --with-maxfd=131072 \
153153 --enable-stacktraces \
154 - --enable-dlmalloc=-ltcmalloc \
155154 --enable-vary-options \
156155 $(DEB_HOST_ARCH_CPU)-debian-$(DEB_HOST_ARCH_OS)
157156 ifeq ($(DEB_HOST_ARCH_OS), linux)
Index: trunk/debs/squid/debian/squid-frontend.rc
@@ -5,6 +5,16 @@
66 # Version: @(#)squid.rc 2.20 01-Oct-2001 miquels@cistron.nl
77 #
88
 9+### BEGIN INIT INFO
 10+# Provides: squid-frontend
 11+# Required-Start: $all
 12+# Required-Stop: $remote_fs $syslog
 13+# Default-Start: 2 3 4 5
 14+# Default-Stop: 0 1 6
 15+# Short-Description: Start's the frontend Squid daemon
 16+# Description: Controls the frontend Squid daemon
 17+### END INIT INFO
 18+
919 NAME=squid-frontend
1020 DAEMON=/usr/sbin/squid-frontend
1121 LIB=/usr/lib/squid
Index: trunk/debs/squid/debian/default.squid
@@ -3,6 +3,6 @@
44 #
55
66 # Max. number of filedescriptors to use. You can increase this on a busy
7 -# cache to a maximum of (currently) 65536 filedescriptors. Default is 16384.
8 -SQUID_MAXFD=16384
 7+# cache to a maximum of (currently) 131072 filedescriptors. Default is 65535.
 8+SQUID_MAXFD=65535
99
Index: trunk/debs/squid/debian/errors/README
@@ -1,3 +1,3 @@
2 -See: https://wikitech.leuksman.com/view/Squid_error_pages
 2+See: http://wikitech.wikimedia.org/view/Squid_error_pages
33
44 http://meta.wikimedia.org/wiki/Multilingual_error_messages/Translations

Status & tagging log