CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/02/28 13:33:19
Modified files:
net/dnscrypt-proxy: Makefile distinfo
Log message:
update dnscrypt-proxy 2.1.4
fixes regression in 2.1.3
changelog:
https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.4
while here, add sthen@'s tweaks:
- post-patch causes `make patch && make update-patches' to erroneously
pick up sed changes. using pre-configure instead does not pick up sed
changes.
- rm using PATCHORIG in case PATCHORIG is overridden
ok sthen@