htpdate: drop www.freebsd.org from default server list
authorJo-Philipp Wich <jo@mein.io>
Tue, 22 Feb 2022 22:28:55 +0000 (23:28 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 22 Feb 2022 22:28:55 +0000 (23:28 +0100)
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>
net/htpdate/Makefile
net/htpdate/files/htpdate.conf

index fa238a5c37168494f849def597ccba377c0bf7a2..acb0b0d7a90da90f9867838e3f0f185ff067a5dc 100644 (file)
@@ -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/
index 46bdf44df892b3faa235466fbf5e849649072ca4..b2c134a16721596e7beb7a8ecadb16f1c26c3b18 100644 (file)
@@ -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