diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2026-07-31 20:15:55 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-07-31 20:15:55 +0000 |
| commit | ce14ef089fe624948af7d697245a307b24c64fa1 (patch) | |
| tree | 0b4e2accc140056c04d7c66b56b19c9c96f822b4 /security/proxycheck/files/patch-proxycheck.c | |
| parent | d612cd416538db3f0a6a504af5f3c57bffe21bd6 (diff) | |
security/proxycheck: Remove expired port
2026-07-31 security/proxycheck: dnsbl.org has been shut down
Diffstat (limited to 'security/proxycheck/files/patch-proxycheck.c')
| -rw-r--r-- | security/proxycheck/files/patch-proxycheck.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/proxycheck/files/patch-proxycheck.c b/security/proxycheck/files/patch-proxycheck.c deleted file mode 100644 index 50002060e30e..000000000000 --- a/security/proxycheck/files/patch-proxycheck.c +++ /dev/null @@ -1,20 +0,0 @@ ---- proxycheck.c.orig Fri Jun 13 03:07:12 2003 -+++ proxycheck.c Fri Jun 13 03:07:53 2003 -@@ -974,7 +974,7 @@ - dstspec = strdup(pxybuf); - } - -- dsbluser = egetenv("DSBL_USER", "anonimous"); -+ dsbluser = egetenv("DSBL_USER", "anonymous"); - dsblpass = egetenv("DSBL_PASS", ""); - dsblfrom = egetenv("DSBL_FROM", dsbluser); - dsblrcpt = egetenv("DSBL_RCPT", "listme@listme.dsbl.org"); -@@ -1015,7 +1015,7 @@ - { "dsbl", dsblh, dsbld, dsble, dsbli, "[:smtpserver[:port]]", - "attempt to submit proxy to DSBL-like system\n" - " DSBL settings are expected to be in environment:\n" -- "\t$DSBL_USER - username (anonimous)\n" -+ "\t$DSBL_USER - username (anonymous)\n" - "\t$DSBL_PASS - password (default is empty)\n" - "\t$DSBL_COOKIE_HOST - cookie server (cookie.dsbl.org)\n" - "\t$DSBL_COOKIE - already obtained DSBL cookie\n" |
