Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build/squid/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=squid
VER=6.12
VER=7.4
PKG=ooce/network/proxy/squid
SUMMARY="Squid WEB Proxy"
DESC="Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, "
Expand Down Expand Up @@ -111,6 +111,7 @@ CONFIGURE_OPTS[amd64]+="
CXXFLAGS+=" -Wno-unknown-pragmas -Wno-deprecated-declarations"
export LIBLDAP_LIBS="-lldap -llber"
export LIBLDAP_PATH="-L$OPREFIX/${LIBDIRS[amd64]}"
LDFLAGS[amd64]+=" -lsocket"
LDFLAGS[amd64]+=" -Wl,-z -Wl,ignore"
LDFLAGS[amd64]+=" -L$OPREFIX/${LIBDIRS[amd64]} -R$OPREFIX/${LIBDIRS[amd64]}"

Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
| ooce/network/rclone | 1.72.1 | https://github.com/rclone/rclone/releases/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/sic | 1.3 | https://tools.suckless.org/sic/ | [r7st](https://github.com/r7st)
| ooce/network/smtp/postfix | 3.10.7 | https://postfix.fupp.net/pub/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/proxy/squid | 6.12 | http://www.squid-cache.org/Versions/v6/ | [cgrzemba](https://github.com/cgrzemba)
| ooce/network/proxy/squid | 7.4 | https://github.com/squid-cache/squid/releases | [cgrzemba](https://github.com/cgrzemba)
| ooce/network/tailscale | 1.94.1 | https://github.com/nshalman/tailscale/releases https://www.tailscale.com/ | [nshalman](https://github.com/nshalman)
| ooce/network/tcpdump | 4.99.5 | https://www.tcpdump.org/release/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/unbound | 1.24.2 | https://nlnetlabs.nl/downloads/unbound/ | [omniosorg](https://github.com/omniosorg)
Expand Down