aboutsummaryrefslogtreecommitdiff
path: root/net/htpdate
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-02-22 23:28:55 +0100
committerJo-Philipp Wich <jo@mein.io>2022-02-22 23:28:55 +0100
commite8713180026e0cf1c9d1421e3b664fee3fa4df12 (patch)
treef9adc609a042e7d9356b53d74b886720e5ad961d /net/htpdate
parenta3f14c51149ff0c3604baf130987ee2bf5203edb (diff)
htpdate: drop www.freebsd.org from default server list
The FreeBSD project stopped publishing HTTP date headers and seeks to limit further resource taxing by distributed htpdate clients using the www.freebsd.org host as default time source. Fixes: #17924 Reported-by: Allan Jude <allanjude@freebsd.org> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'net/htpdate')
-rw-r--r--net/htpdate/Makefile2
-rw-r--r--net/htpdate/files/htpdate.conf1
2 files changed, 1 insertions, 2 deletions
diff --git a/net/htpdate/Makefile b/net/htpdate/Makefile
index fa238a5c3..acb0b0d7a 100644
--- a/net/htpdate/Makefile
+++ b/net/htpdate/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=htpdate
PKG_VERSION:=1.1.1
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.vervest.org/htp/archive/c/
diff --git a/net/htpdate/files/htpdate.conf b/net/htpdate/files/htpdate.conf
index 46bdf44df..b2c134a16 100644
--- a/net/htpdate/files/htpdate.conf
+++ b/net/htpdate/files/htpdate.conf
@@ -3,7 +3,6 @@ config htpdate 'htpdate'
list server 'www.google.com'
list server 'www.yahoo.com'
list server 'www.linux.com'
- list server 'www.freebsd.org'
option proxy_host ''
option proxy_port '8080'
option debug 0