Commit graph

14 commits

Author SHA1 Message Date
Dirk Neukirchen
4c21039884 squid: disable krb5
- fix build error reported by buildbot by disabling krb5
- libcom_err from krb5 is used - configure output:
configure: WARNING: library 'com_err' is required for Heimdal Kerberos
- krb5 has its own libcom_err (see krb5 package) with its own symbols

- linking with wrong libcom_err from libext2fs produces errors during
libgssapi_krb5.so: undefined reference to `error_message@com_err_3_MIT'
libgssapi_krb5.so: undefined reference to `remove_error_table@com_err_3_MIT'
libgssapi_krb5.so: undefined reference to `add_error_table@com_err_3_MIT'
-> remove libext2fs dependency (wasnt working anyway - no PKG_BUILD_DEP)

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2016-02-11 09:16:56 +01:00
Daniel Golle
2294fc8629 squid: build-depend on libext2fs
squid uses libcom_err, a static library provided by libext2fs

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 00:07:53 +01:00
v-vid
af2f21c96c Bump version to 3.5.12 2015-12-13 18:14:02 +01:00
Marko Ratkaj
d003d3c06d squid: bump version to 3.5.9
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:44:31 +02:00
Daniel Gimpelevich
b127de865b squid: version bump and dependency fixes
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-07-20 16:12:45 -07:00
Luka Perkov
2f3ab73ffa squid: drop musl compat patch
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-07-03 16:51:23 +02:00
Marko Ratkaj
6336fe5bce squid: bump version to 3.5.5
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-07-01 16:23:54 +02:00
Jo-Philipp Wich
768f1a42ae squid: fix musl compatibility
Change `sys/signal.h` include to just `signal.h`. The build otherwise fails
due to `-Werror` with the following message:

    In file included from rfcnb-io.c:43:0:
    .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/sys/signal.h:1:2: error: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Werror=cpp]
     #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
      ^
    cc1: all warnings being treated as errors

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 16:44:11 +02:00
Marko Ratkaj
69116fb9e7 squid: minor changes in Makefile and init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:15:36 +02:00
Luka Perkov
5bcbff46f9 squid: fix parallel builds
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-11 11:24:55 +02:00
Marko Ratkaj
c05980909c squid: update to 3.5.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-06 23:29:26 +01:00
Nicolas Thill
39c8784355 squid: disable netfilter-conntrack explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
Marko Ratkaj
b252299069 squid: bump to 3.4.11
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-21 14:08:46 +01:00
Luka Perkov
3df768771f squid: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-12 00:42:25 +01:00