Add squid, with its modules.
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Apr 2006 14:20:13 +0000 (14:20 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Apr 2006 14:20:13 +0000 (14:20 +0000)
commit75a7275dc28d149b160a76935d4642f7fdbae4ae
tree6f0feeb6f27564ef66da4730ab94004d1567303a
parentb14d40272eb178a72870b90d65b953532eccf05d
Add squid, with its modules.
Fix fakeidentd compilation (wrong source downloading),closes #478
Fix GNUTLS dependency for weechat

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3650 3c298f89-4303-0410-b956-a3cf2f4a3e73
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