Commit Graph

7086 Commits

Author SHA1 Message Date
Profpatsch
841b753e92 s6-networking: default to bearssl
18·27 <Profpatsch> skarnet: would you recommend putting bearssl as the default backend for s6-networking?
18·27 <Profpatsch> uh, bearssl isn’t even packaged
18·27 <Profpatsch> yak shave
18·28 <Profpatsch> skarnet: The current backend uses libressl
18·29 <@skarnet> well at least CAFILE works
18·29 <@skarnet> but yes, I would recommend putting bearssl as the default backend
2021-03-22 10:29:01 +01:00
Sandro
c7b3fb92ae
Merge pull request #116029 from jojosch/dnsviz-0.9.3
dnsviz: 0.9.2 -> 0.9.3
2021-03-22 00:44:04 +01:00
Sandro
a74be91ad3
Merge pull request #116604 from r-ryantm/auto-update/croc
croc: 8.6.10 -> 8.6.11
2021-03-22 00:32:08 +01:00
Sandro
ea3f3e0548
Merge pull request #115587 from r-ryantm/auto-update/spoofer
spoofer: 1.4.5 -> 1.4.6
2021-03-21 23:41:48 +01:00
Sandro
06ab2a5176
Merge pull request #115147 from r-ryantm/auto-update/acme-client
acme-client: 1.1.0 -> 1.2.0
2021-03-21 21:16:46 +01:00
Sandro
7363c4c4c4
Merge pull request #114185 from joachimschmidt557/update-ytcc
ytcc: 2.0.1 -> 2.1.0
2021-03-21 21:08:59 +01:00
Sandro
5bc2358f4b
Merge pull request #115639 from r-ryantm/auto-update/tgt
tgt: 1.0.79 -> 1.0.80
2021-03-21 21:05:52 +01:00
Robert Scott
a6068645e8
Merge pull request #116843 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.35.5 -> 0.36.0
2021-03-21 19:12:16 +00:00
Sandro
df4a9849fe
Merge pull request #117067 from fabaff/version-assh
assh: set version
2021-03-21 00:48:33 +01:00
Fabian Affolter
bbcb912666 assh: set version 2021-03-20 23:20:01 +01:00
Fabian Affolter
b3287e8650 findomain: specify license 2021-03-20 23:08:39 +01:00
Sandro
4c817c73ac
Merge pull request #117011 from siraben/darwin-mass-fix-buildInputs=0 2021-03-20 20:50:45 +01:00
Sandro
903df9ccac
Merge pull request #116797 from tuxinaut/master 2021-03-20 19:47:40 +01:00
R. RyanTM
4e0d3868c6 haproxy: 2.3.6 -> 2.3.7 2021-03-20 12:50:34 -04:00
Fabian Affolter
4e8341e19c
Merge pull request #116848 from r-ryantm/auto-update/findomain
findomain: 3.1.0 -> 4.0.1
2021-03-20 08:30:58 +01:00
Ben Siraphob
eb260e60a6 surfraw: expand platforms to all 2021-03-20 12:40:49 +07:00
Ben Siraphob
ac568af804 rshijack: expand platforms to unix 2021-03-20 12:40:49 +07:00
Ben Siraphob
73e2aad637 redir: expand platforms to all 2021-03-20 12:40:49 +07:00
R. RyanTM
9a95689c57 wormhole-william: 1.0.4 -> 1.0.5 2021-03-19 22:29:27 -04:00
R. RyanTM
8bf13c7c27 yggdrasil: 0.3.15 -> 0.3.16 2021-03-19 21:40:32 -04:00
Denny Schäfer
f67c929ab2
lychee: init at 0.5.0 2021-03-19 20:15:23 +01:00
Frederik Rietdijk
1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
R. RyanTM
57144e414f findomain: 3.1.0 -> 4.0.1 2021-03-19 14:03:49 +00:00
R. RyanTM
f8f128ca22 dnsproxy: 0.35.5 -> 0.36.0 2021-03-19 13:13:30 +00:00
sternenseemann
00cecf2731 skawarePackages: 2021-02 release
Includes the following version changes:

- skalibs: 2.10.0.1 -> 2.10.0.2
- execline: 2.7.0.0 -> 2.8.0.0
- s6-networking: 2.4.0.0 -> 2.4.1.0
- s6-linux-init: 1.0.6.0 -> 1.0.6.1
- s6: 2.10.0.0 -> 2.10.0.2

Upstream maintainer notes:

------------------------------------------------------------

Mon, 15 Feb 2021 19:50:14 +0000

Hello,

New versions of some of the skarnet.org packages are available.

skalibs-2.10.0.2: bugfixes
execline-2.8.0.0: major version bump, but few and low-impact changes
s6-2.10.0.2: bugfixes
s6-linux-init-1.0.6.1: bugfixes
s6-networking-2.4.1.0: minor version bump

Some details:

* execline-2.8.0.0
  ----------------

- The if program now propagates its child's exit code by default if it
exits.
- The backtick program's -i behaviour (exit on child failure or
presence of a null character in its output) is now the default. Other
behaviours in case of child failure can be obtained via -I, -x or -D
options; -x is the new one.
- These changes are compatible with all the common uses of if and
backtick, but break compatibility in edge cases, which is why a
major version bump is required. This has nothing in common with the
previous major version bump, which had massive changes all over the
place; this one should go smoothly, and will only impact very specific
uses of backtick.

execline now has man pages, thanks to the untiring flexibeast!
The repository can be found here:

https://github.com/flexibeast/execline-man-pages

Please allow some time for the man pages to be updated to reflect
the current HTML documentation. Currently, the man pages document
execline-2.7.0.1; they are accurate for 2.8.0.0 except for the if and
backtick changes.

* s6-linux-init-1.0.6.1
  ---------------------

- Bugfixes.
- When s6-linux-init is built with utmps, the default utmp user for
s6-linux-init-maker was set to "utmp". That was a bug: now, by default,
s6-linux-init-maker does not create the utmp services if the -U option
is not given. If you used s6-linux-init-maker without the -U option
and still need the utmps services, you should explicitly set "-U utmp".

https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init

* s6-networking-2.4.1.0
  ---------------------

- Bugfixes (nothing security-related).
- It is now possible to define a maximum amount of time spent in the
TLS handshake no matter how s6-networking has been built. (The -K
option has been implemented for the libtls backend.)
- When SNI has been required, the TLS-related binaries now export
the SSL TLS SNI SERVERNAME option to their application; the variable
contains the relevant server name.

https://skarnet.org/software/s6-networking/
git://git.skarnet.org/s6-networking

s6-networking has man pages as well:
https://github.com/flexibeast/s6-networking-man-pages

Enjoy,
Bug-reports welcome.

--
Laurent

------------------------------------------------------------

Copied from: http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:202102:lpehbljhhcpaopbnkkbf
2021-03-19 13:51:47 +01:00
Ben Siraphob
0b0df15ec0 pixiewps: expand platforms to all 2021-03-19 13:19:48 +07:00
Ben Siraphob
f17e07f3f2 pixiecore: expand platforms to unix 2021-03-19 13:19:38 +07:00
Ben Siraphob
452156e173 philter: expand platforms to all 2021-03-19 13:19:25 +07:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Sandro
711ea2b67d
Merge pull request #116600 from siraben/darwin-mass-fix-buildInputs=0 2021-03-19 00:37:20 +01:00
Sandro
3a71547da6
Merge pull request #116719 from zowoq/kapp
kapp: install completion
2021-03-18 21:05:28 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Fabian Affolter
77f39c54d3
Merge pull request #113551 from r-ryantm/auto-update/assh
assh: 2.11.0 -> 2.11.3
2021-03-18 19:11:00 +01:00
Ben Siraphob
28a16d05aa altermime: fix darwin build 2021-03-18 23:02:07 +07:00
Ben Siraphob
d93c9d4880 httperf: expand platforms to all 2021-03-18 23:02:06 +07:00
Ben Siraphob
2890ff4309 dhcping: expand platforms to unix 2021-03-18 23:02:06 +07:00
Sandro
779428586c
Merge pull request #116535 from SuperSandro2000/fix-collection27 2021-03-18 13:43:53 +01:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
zowoq
cc563d8432 kapp: install completion 2021-03-18 18:58:03 +10:00
Sandro
33f26ed6d4
Merge pull request #116590 from servalcatty/v2ray
v2ray: 4.35.1 -> 4.36.2
2021-03-18 01:38:29 +01:00
Sandro Jäckel
748c446969
dd-agent_5: only use backports_ssl_match_hostname for python <= 3.7 2021-03-17 22:55:12 +01:00
Sandro Jäckel
a71af661d3
wireguard-tools: remove ? null from inputs, remove with lib; 2021-03-17 22:55:12 +01:00
Sandro Jäckel
ec5be00b37
openvpn: remove ? null 2021-03-17 22:55:11 +01:00
Oleksii Filonenko
13a5b1d331
Merge pull request #116616 from r-ryantm/auto-update/frp
frp: 0.35.1 -> 0.36.0
2021-03-17 18:02:26 +02:00
R. RyanTM
8c2064c7c3 frp: 0.35.1 -> 0.36.0 2021-03-17 12:12:54 +00:00
R. RyanTM
8177519fbe croc: 8.6.10 -> 8.6.11 2021-03-17 10:30:29 +00:00
Vladimír Čunát
eba8103149
dnsperf: 2.4.0 -> 2.5.0
libck closure contains quite a lot of stuff that we don't need,
but that's best left for another time and perhaps closure doesn't
matter that much for a tool like dnsperf.
2021-03-17 08:48:52 +01:00
Serval
c70467faa0
v2ray: 4.35.1 -> 4.36.2 2021-03-17 15:22:10 +08:00
github-actions[bot]
d18aaddde4
Merge master into staging-next 2021-03-16 00:39:08 +00:00
Maximilian Bosch
f6092fe869
wireguard-tools: 1.0.20210223 -> 1.0.20210315
ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-March/006493.html
2021-03-15 19:22:48 +01:00