Add squid, with its modules. Fix fakeidentd compilation (wrong source downloading...
authorFlorian Fainelli <florian@openwrt.org>
Fri, 14 Apr 2006 14:20:13 +0000 (14:20 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 14 Apr 2006 14:20:13 +0000 (14:20 +0000)
commit2715d0dec06060019734111f8592f42ab2df09ce
tree4f5f88b1e8f4741b60d3c180b1e6ab9f9cfbbe0a
parent25bba9554f1383e9c76a1a63eec4659c32b947cf
Add squid, with its modules. Fix fakeidentd compilation (wrong source downloading),closes #478 Fix GNUTLS dependency for weechat

SVN-Revision: 3650
20 files changed:
openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/depend.mk
openwrt/package/fakeidentd/Makefile
openwrt/package/squid/Config.in [new file with mode: 0644]
openwrt/package/squid/Makefile [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-basic-auth-getpwnam.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-basic-auth-ncsa.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-basic-auth-smb.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-basic-auth-winbind.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-digest-auth-password.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-external-acl-ip-user.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-external-acl-unix-group.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-external-acl-winbind-group.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-ntlm-auth-fakeauth.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-ntlm-auth-smb-auth.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid-mod-ntlm-auth-winbind-auth.control [new file with mode: 0644]
openwrt/package/squid/ipkg/squid.control [new file with mode: 0644]
openwrt/package/squid/patches/01-cross_compile.patch [new file with mode: 0644]
openwrt/package/weechat/Config.in