]> git.pld-linux.org Git - packages/squid.git/commitdiff
- rel 2 auto/th/squid-3_1_11-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 18 Mar 2011 14:31:36 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable linux tproxy, it's obsolete TPROXYv2 which intereferes with current
  implementation

Changed files:
    squid.spec -> 1.329

squid.spec

index d5d40fb95cca7ae307ec13668a7320b6bde2a043..78d1516d244355429e4b1f2e4ef68224067a140d 100644 (file)
@@ -17,7 +17,7 @@ Summary(uk.UTF-8):    Squid - кеш об'єктів Internet
 Summary(zh_CN.UTF-8):  SQUID 高速缓冲代理服务器
 Name:          squid
 Version:       3.1.11
-Release:       1
+Release:       2
 Epoch:         7
 License:       GPL v2
 Group:         Networking/Daemons
@@ -76,6 +76,8 @@ Requires:     setup >= 2.4.6
 Provides:      group(squid)
 # epoll enabled by default:
 Requires:      uname(release) >= 2.6
+# TPROXYv4 (v2 disabled b/c it breaks v4)
+#Suggests:     uname(release) >= 2.6.28.3
 Provides:      user(squid)
 Conflicts:     logrotate < 3.7-4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -512,7 +514,7 @@ Ten pakiet zawiera skrypty perlowe i dodatkowe programy dla Squida.
        --enable-kill-parent-hack \
        --enable-large-cache-files \
        --enable-linux-netfilter \
-       --enable-linux-tproxy \
+       --disable-linux-tproxy \
        --enable-multicast-miss \
        --enable-referer-log \
        --enable-removal-policies="heap,lru" \
This page took 0.08567 seconds and 4 git commands to generate.