Commit graph

70 commits

Author SHA1 Message Date
Ashish SHUKLA
aa8c0111bf
all: Bump after lang/go121 update 2024-08-09 06:24:08 +00:00
Ashish SHUKLA
c4b51c2028
all: Bump after lang/go121 update 2024-07-03 08:29:54 +00:00
Ashish SHUKLA
746fa696a1
all: Bump after lang/go121 update
MFH:		2024Q2
2024-06-15 09:52:17 +00:00
Ashish SHUKLA
fce0cc3272
all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00
Ashish SHUKLA
32b284679a
all: Bump after lang/go121 update
MFH:		2024Q2
2024-04-15 08:20:04 +00:00
Muhammad Moinur Rahman
a5a000df3b
lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00
Ashish SHUKLA
7e5aa2085f
all: Bump PORTREVISION after lang/go* update
PR:		276530
2024-02-11 10:39:17 +00:00
Ashish SHUKLA
0505b712df
all: Bump PORTREVISION after lang/go* update
PR:		274405
2023-12-07 02:22:10 +00:00
Dmitri Goutnik
8e4bc57934 all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
Vinícius Zavam
c98c0e0e60
dns/dnscrypt-proxy2: update 2.1.4 to 2.1.5
https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.5

  - dnscrypt-proxy can be compiled with Go 1.21.0+
  - Responses to blocked queries now include extended error codes
  - Reliability of connections using HTTP/3 has been improved
  - New configuration directive:
    `tls_key_log_file` When defined, this is the path to a file where
    TLS secret keys will be written to, so that DoH traffic can be
    locally inspected.
2023-08-26 07:11:29 +00:00
Dmitri Goutnik
09b993031a all: Bump PORTREVISION after lang/go{119,120} update 2023-08-04 09:24:50 -05:00
Dmitri Goutnik
ff40d94c1d all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
Dmitri Goutnik
09079730e9 all: Bump PORTREVISION after Go ports update 2023-03-09 14:18:07 -05:00
Dmitri Goutnik
56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Vinícius Zavam
5e661bb545
dns/dnscrypt-proxy2: update 2.1.2 to 2.1.4
* https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.4
  * https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.3
2023-02-12 15:42:26 +00:00
Dmitri Goutnik
2297efc51b all: Bump PORTREVISION after GO_DEFAULT update. 2023-02-09 16:55:23 -05:00
Dmitri Goutnik
fe49bf2a89 dns/dnscrypt-proxy2: Pin Go version to 1.19
vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet.

quic-go doesn't support go1.20 yet, keep building this port with go1.19
for now.

PR:		269289
Reported by:	exp-run
2023-02-03 13:08:52 -05:00
Dmitri Goutnik
3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Dmitri Goutnik
d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Dmitri Goutnik
bde51869ee all: Bump PORTREVISION after lang/go{118,119} update 2022-10-06 14:24:26 -05:00
Dmitri Goutnik
f05c98fffb all: Bump PORTREVISION after lang/go{118,119} update 2022-09-08 11:33:18 -05:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dmitri Goutnik
4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
Vinícius Zavam
79dd08e3fa
dns/dnscrypt-proxy2: update 2.1.1_3 to 2.1.2
* https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.2
2022-08-02 12:45:46 +00:00
Vinícius Zavam
7fc56f7b68
dns/dnscrypt-proxy2: fix 'pkg-message warning is out of date'
PR:		264323
Reported by:	Bill Blake <billblake2018 % gmail.com>
2022-07-28 19:06:09 +00:00
Dmitri Goutnik
153cb65ac8 all: Bump PORTREVISION after lang/go{117,118} update 2022-07-14 07:46:05 -05:00
Dmitri Goutnik
309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Dmitry Marakasov
7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00
Guangyuan Yang
d690b5102f */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
Vinícius Zavam
4aa7636dd6
dns/dnscrypt-proxy2: update 2.0.45 to 2.1.1
* https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1
  * https://github.com/DNSCrypt/dnscrypt-proxy/compare/2.0.45...2.1.1
2021-10-17 13:08:22 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Vinícius Zavam
cb2fcffc56 dns/dnscrypt-proxy2: update 2.0.44 to 2.0.45
* https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45

PR:		252574
Reported by:	Bill Blake <billblake2018 % gmail.com>
2021-01-23 10:00:47 +00:00
Vinícius Zavam
27ade1ff70 dns/dnscrypt-proxy2: update 2.0.42 to 2.0.44 2020-06-12 10:34:48 +00:00
Renato Botelho
c8ee59b7ab dns/dnscrypt-proxy2: Update to 2.0.42
Submitted by:	egypcio (maintainer)
2020-03-30 15:11:28 +00:00
Vinícius Zavam
b590a1909a dns/dnscrypt-proxy2: update 2.0.36 to 2.0.39 2020-02-04 11:49:41 +00:00
Vinícius Zavam
d80a339ce1 dns/dnscrypt-proxy2: update 2.0.34 to 2.0.36 2020-01-03 12:48:27 +00:00
Vinícius Zavam
f4b3c504c2 dns/dnscrypt-proxy2: update 2.0.33 to 2.0.34 2019-12-09 13:04:04 +00:00
Vinícius Zavam
6bf1bda69a dns/dnscrypt-proxy2: update 2.0.31_1 to 2.0.33 2019-11-22 10:13:21 +00:00
Dmitri Goutnik
d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00
Vinícius Zavam
8eed4a071b dns/dnscrypt-proxy2: update 2.0.29_2 to 2.0.31 2019-11-03 16:45:44 +00:00
Vinícius Zavam
8e813fd765 dns/dnscrypt-proxy2: sync stable 2.0.29 (37c9394)
Obtained from:	37c939480d
2019-10-30 20:15:56 +00:00
Vinícius Zavam
44db66f15b dns/dnscrypt-proxy2: fix 'panic: runtime error' on 2.0.29
Reported by:	blakkheim (tj@openbsd.org)
Obtained from:	https://github.com/DNSCrypt/dnscrypt-proxy/issues/998
2019-10-30 18:40:15 +00:00
Vinícius Zavam
c52fe1e7e1 dns/dnscrypt-proxy2: update 2.0.28 to 2.0.29 2019-10-29 18:07:36 +00:00
Vinícius Zavam
4a367d6cf1 dns/dnscrypt-proxy2: update 2.0.27 to 2.0.28
* https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.28/ChangeLog

Sponsored by:	TorBSD Diversity Project, TDP
2019-10-17 18:18:17 +00:00
Baptiste Daroussin
ebc87904a6 Drop the ipv6 virtual category for d* category as it is not relevant anymore 2019-10-09 10:34:56 +00:00
Dmitri Goutnik
34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00
Vinícius Zavam
0807be7361 dns/dnscrypt-proxy2: update 2.0.25 to 2.0.27 2019-09-19 15:41:59 +00:00