Hello community, here is the log from the commit of package squid-beta checked in at Thu Mar 1 21:36:54 CET 2007. -------- --- squid-beta/squid-beta.changes 2007-01-22 17:12:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/squid-beta/squid-beta.changes 2007-02-27 20:10:42.422673000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 27 20:09:47 CET 2007 - kssingvo@suse.de + +- fixed ulimit setting: maxfd is now changed as official FAQ suggests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squid-beta.spec ++++++ --- /var/tmp/diff_new_pack.sY5817/_old 2007-03-01 21:36:12.000000000 +0100 +++ /var/tmp/diff_new_pack.sY5817/_new 2007-03-01 21:36:12.000000000 +0100 @@ -13,7 +13,7 @@ BuildRequires: expat gcc-c++ krb5 libxml2-devel openldap2 openldap2-devel opensp-devel pam-devel sharutils Summary: Squid V3.0 WWW Proxy Server (new version) Version: 3.0 -Release: 291 +Release: 295 License: GNU General Public License (GPL) %define ver PRE5 URL: http://www.squid-cache.org @@ -220,7 +220,6 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIE -fPIC -fno-strict-aliasing" export CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" export LDFLAGS='-pie' -ulimit -n 4096 touch NEWS AUTHORS aclocal automake @@ -265,6 +264,14 @@ --enable-x-accelerator-vary # problematic options # --enable-truncate \ +# overwrite the number of open filedescriptors of configure to 4096 +# to be backward compatible, but numbers above should not be overwritten +if [ `awk '/SQUID_MAXFD/{print $3}' include/autoconf.h` -lt 4096 ]; then + set +x + echo "adapting SQUID_MAXFD to 4096" + set -x + perl -pi -e 's;(\#define SQUID_MAXFD) [0-9]+;$1 4096;' include/autoconf.h +fi make DEFAULT_LOG_PREFIX=/var/log/squid \ DEFAULT_SWAP_DIR=/var/cache/squid \ DEFAULT_PID_FILE=/var/run/squid.pid \ @@ -419,7 +426,9 @@ #%doc README.squid_ldapauth CREDITS.squid_ldapauth #%doc squid_ldapauth.conf -%changelog -n squid-beta +%changelog +* Tue Feb 27 2007 - kssingvo@suse.de +- fixed ulimit setting: maxfd is now changed as official FAQ suggests * Mon Jan 22 2007 - kssingvo@suse.de - removed duplicate PreReq from specfile (bugzilla#236285) * Thu Jan 18 2007 - kssingvo@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de