summaryrefslogtreecommitdiff
path: root/openwrt/package/squid/ipkg
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-14 14:20:13 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-14 14:20:13 +0000
commit75a7275dc28d149b160a76935d4642f7fdbae4ae (patch)
tree6f0feeb6f27564ef66da4730ab94004d1567303a /openwrt/package/squid/ipkg
parentb14d40272eb178a72870b90d65b953532eccf05d (diff)
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
Diffstat (limited to 'openwrt/package/squid/ipkg')
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-basic-auth-getpwnam.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-basic-auth-ncsa.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-basic-auth-smb.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-basic-auth-winbind.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-digest-auth-password.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-external-acl-ip-user.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-external-acl-unix-group.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-external-acl-winbind-group.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-ntlm-auth-fakeauth.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-ntlm-auth-smb-auth.control5
-rw-r--r--openwrt/package/squid/ipkg/squid-mod-ntlm-auth-winbind-auth.control5
-rw-r--r--openwrt/package/squid/ipkg/squid.control5
12 files changed, 60 insertions, 0 deletions
diff --git a/openwrt/package/squid/ipkg/squid-mod-basic-auth-getpwnam.control b/openwrt/package/squid/ipkg/squid-mod-basic-auth-getpwnam.control
new file mode 100644
index 0000000000..cc9dfe661e
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-basic-auth-getpwnam.control
@@ -0,0 +1,5 @@
+Package: squid-mod-basic-auth-getpwnam
+Section: net
+Depends: squid
+Priority: optional
+Description: getpwnam basic authentication helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-basic-auth-ncsa.control b/openwrt/package/squid/ipkg/squid-mod-basic-auth-ncsa.control
new file mode 100644
index 0000000000..94b8e9ece1
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-basic-auth-ncsa.control
@@ -0,0 +1,5 @@
+Package: squid-mod-basic-auth-ncsa
+Section: net
+Depends: squid
+Priority: optional
+Description: ncsa basic authentication helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-basic-auth-smb.control b/openwrt/package/squid/ipkg/squid-mod-basic-auth-smb.control
new file mode 100644
index 0000000000..9adbeaa01f
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-basic-auth-smb.control
@@ -0,0 +1,5 @@
+Package: squid-mod-basic-auth-smb
+Section: net
+Depends: squid
+Priority: optional
+Description: Samba basic authentication helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-basic-auth-winbind.control b/openwrt/package/squid/ipkg/squid-mod-basic-auth-winbind.control
new file mode 100644
index 0000000000..49047fab55
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-basic-auth-winbind.control
@@ -0,0 +1,5 @@
+Package: squid-mod-basic-auth-winbind
+Section: net
+Depends: squid
+Priority: optional
+Description: winbind basic authentication helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-digest-auth-password.control b/openwrt/package/squid/ipkg/squid-mod-digest-auth-password.control
new file mode 100644
index 0000000000..a78b61636b
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-digest-auth-password.control
@@ -0,0 +1,5 @@
+Package: squid-mod-digest-auth-password
+Section: net
+Depends: squid
+Priority: optional
+Description: password digest authentication helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-external-acl-ip-user.control b/openwrt/package/squid/ipkg/squid-mod-external-acl-ip-user.control
new file mode 100644
index 0000000000..eb613a3703
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-external-acl-ip-user.control
@@ -0,0 +1,5 @@
+Package: squid-mod-external-acl-ip-user
+Section: net
+Depends: squid
+Priority: optional
+Description: IP user external acl helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-external-acl-unix-group.control b/openwrt/package/squid/ipkg/squid-mod-external-acl-unix-group.control
new file mode 100644
index 0000000000..01614125fc
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-external-acl-unix-group.control
@@ -0,0 +1,5 @@
+Package: squid-mod-external-acl-unix-group
+Section: net
+Depends: squid
+Priority: optional
+Description: Unix group external acl helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-external-acl-winbind-group.control b/openwrt/package/squid/ipkg/squid-mod-external-acl-winbind-group.control
new file mode 100644
index 0000000000..308a32d468
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-external-acl-winbind-group.control
@@ -0,0 +1,5 @@
+Package: squid-mod-external-acl-winbind-group
+Section: net
+Depends: squid
+Priority: optional
+Description: winbind group external acl helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-fakeauth.control b/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-fakeauth.control
new file mode 100644
index 0000000000..51779ec010
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-fakeauth.control
@@ -0,0 +1,5 @@
+Package: squid-mod-ntlm-auth-fakeauth
+Section: net
+Depends: squid
+Priority: optional
+Description: fakeauht NTLM authentication helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-smb-auth.control b/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-smb-auth.control
new file mode 100644
index 0000000000..1561bfa68a
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-smb-auth.control
@@ -0,0 +1,5 @@
+Package: squid-mod-ntlm-auth-smb-auth
+Section: net
+Depends: squid
+Priority: optional
+Description: samba NTLM authentication helper
diff --git a/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-winbind-auth.control b/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-winbind-auth.control
new file mode 100644
index 0000000000..1480c2965d
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid-mod-ntlm-auth-winbind-auth.control
@@ -0,0 +1,5 @@
+Package: squid-mod-ntlm-auth-winbind-auth
+Section: net
+Depends: squid
+Priority: optional
+Description: winbind NTLM authentication helper
diff --git a/openwrt/package/squid/ipkg/squid.control b/openwrt/package/squid/ipkg/squid.control
new file mode 100644
index 0000000000..ef02996829
--- /dev/null
+++ b/openwrt/package/squid/ipkg/squid.control
@@ -0,0 +1,5 @@
+Package: squid
+Section: net
+Depends: libopenssl
+Priority: optional
+Description: squid web and cache proxy