Commit Graph

33550 Commits

Author SHA1 Message Date
Ben Siraphob
6bdd008914 shc: 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
Mario Rodas
cefa27d244 gopass: 1.12.2 -> 1.12.4
https://github.com/gopasspw/gopass/releases/tag/v1.12.3
https://github.com/gopasspw/gopass/releases/tag/v1.12.4
2021-03-20 04:20:00 +00:00
Sandro
0f53fe275e
Merge pull request #116972 from fabaff/boltbrowser
boltbrowser: init at 2.0
2021-03-20 03:33:47 +01: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
Fabian Affolter
12ebccaf38 librespeed-cli: init at 1.0.7 2021-03-19 23:40:37 +01:00
Anna Kudriavtsev
3bfce611c3 7zz: init at 21.01 2021-03-19 15:01:49 -07:00
Fabian Affolter
86c2d1bf05 boltbrowser: init at 2.0 2021-03-19 22:18:41 +01:00
Maximilian Bosch
8c43e77498
Merge pull request #116836 from r-ryantm/auto-update/cargo-about
cargo-about: 0.2.3 -> 0.3.0
2021-03-19 22:02:30 +01:00
Denny Schäfer
f67c929ab2
lychee: init at 0.5.0 2021-03-19 20:15:23 +01:00
Fabian Affolter
a9e8aa4dd4
Merge pull request #116933 from r-ryantm/auto-update/grype
grype: 0.7.0 -> 0.8.0
2021-03-19 19:15:17 +01:00
Fabian Affolter
a9ab5fa6dc
Merge pull request #116851 from r-ryantm/auto-update/gdu
gdu: 4.8.0 -> 4.8.1
2021-03-19 19:05:18 +01:00
Sandro
8fe245607d
Merge pull request #115121 from mitchmindtree/ardour-video
ardour: add a videoSupport option, harvid: init at 0.8.3, xjadeo: init at 0.8.10
2021-03-19 18:28:12 +01:00
Frederik Rietdijk
1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
Eelco Dolstra
883c55748f
Merge pull request #116807 from cole-h/nix
nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d, nixos-rebuild: nix flake info -> nix flake metadata
2021-03-19 17:24:21 +01:00
R. RyanTM
4d57eb17c5 grype: 0.7.0 -> 0.8.0 2021-03-19 15:30:54 +00:00
R. RyanTM
df412f6927 gdu: 4.8.0 -> 4.8.1 2021-03-19 14:39:07 +00:00
R. RyanTM
57144e414f findomain: 3.1.0 -> 4.0.1 2021-03-19 14:03:49 +00:00
R. RyanTM
10644b3ba2 emplace: 1.3.0 -> 1.4.0 2021-03-19 13:33:04 +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
github-actions[bot]
c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
R. RyanTM
e394b88a9b cargo-about: 0.2.3 -> 0.3.0 2021-03-19 12:08:15 +00:00
Sandro
24d3016208
Merge pull request #114016 from oxalica/fix/partition-manager 2021-03-19 13:02:40 +01:00
R. RyanTM
835349c167 bettercap: 2.30 -> 2.30.2 2021-03-19 11:21:35 +00:00
Frank Doepper
2b16ff3457 nncp: 5.3.3 -> 6.2.0
- change build system from makefile to redo
- license gpl3Only
2021-03-19 12:01:35 +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
Ben Siraphob
4ab35bcda6 pdfcrack: expand platforms to all 2021-03-19 13:18:54 +07:00
Ben Siraphob
a3cce97946 gt5: expand platforms to all 2021-03-19 13:18:32 +07:00
github-actions[bot]
6ffd2fe000
Merge master into staging-next 2021-03-19 06:17:55 +00:00
Ben Siraphob
bf5a6680e4 asc-key-to-qr-code-gif: expand platforms to unix 2021-03-19 12:24:59 +07:00
Dmitry Kalinkin
6869845ff1
Merge pull request #116808 from veprbl/pr/texlive_dvipng_set_gs
texlive.bin.dvipng: refactor gs hardcoding, add a test for it
2021-03-18 21:46:12 -04:00
Cole Helbling
c5383d6046 dfmt: init at 1.2.0
A smarter version of fmt, and simpler than par.

The best part (IMO) is that it autodetects beginning-of-line / comment
characters.
2021-03-18 18:37:06 -07:00
Dmitry Kalinkin
6829f9e141
texlive.bin.dvipng: refactor gs hardcoding, add a test for it 2021-03-18 20:55:35 -04:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Cole Helbling
370a401ee0
nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d 2021-03-18 17:26:23 -07:00
Niklas Hambüchen
296c47d7b2
Merge pull request #116282 from nh2/programs-turbovnc
turbovnc: Add programs.turbovnc, add test for headless software OpenGL
2021-03-19 01:12:33 +01:00
Sandro
711ea2b67d
Merge pull request #116600 from siraben/darwin-mass-fix-buildInputs=0 2021-03-19 00:37:20 +01:00
Sandro
1c762e1915
Merge pull request #116772 from benley/gcloud-completion
google-cloud-sdk: Fix bash completion for gcloud, gsutil
2021-03-18 23:59:30 +01:00
Sandro
8ce21fbec2
Merge pull request #116760 from rnhmjoj/abduco
abduco: 2018-05-16 -> 2020-04-30
2021-03-18 23:58:29 +01:00
Massimo Redaelli
272e287c7e handlr: init at 0.5.0 2021-03-18 23:45:49 +01:00
SCOTT-HAMILTON
e53281a59b
usbview: init at 2.0 (#116450) 2021-03-18 23:24:20 +01:00
Robert Schütz
03eb6426af
Merge pull request #116405 from sgraf812/alttab
alttab: `doCheck`+`gpl3Plus`
2021-03-18 23:19:11 +01:00
Profpatsch
82b3b20d72 fdtools: fix missing gcc -> $CC replacement
clang compilation would fail because the author likes to hardcode
`gcc` in the build files.
2021-03-18 21:14:03 +01:00
Sandro
3a71547da6
Merge pull request #116719 from zowoq/kapp
kapp: install completion
2021-03-18 21:05:28 +01:00
Benjamin Staffin
ef2083cb7a google-cloud-sdk: Fix bash completion for gcloud, gsutil
bash-completion expects the files in
share/bash-completion/completions/ to be named identically to the
applicable commands (I think. This does make it work at least.)
2021-03-18 15:06:08 -04:00
Sebastian Graf
532ba32490 alttab: Enable doCheck
Consequently I had to add a few dependencies for the testsuite.
2021-03-18 19:58:05 +01:00
Sandro
e235883275
Merge pull request #116703 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 328.0.0 -> 332.0.0
2021-03-18 19:56:18 +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
Sebastian Graf
a8fe53907d alttab: Clarify license to GPLv3-or-later 2021-03-18 18:57:44 +01:00
Maximilian Bosch
29ad1e7737
Merge pull request #116658 from r-ryantm/auto-update/thc-hydra
thc-hydra: 9.1 -> 9.2
2021-03-18 17:53:14 +01:00
Tim Steinbach
293057140b awscli: 1.19.29 -> 1.19.30 2021-03-18 12:25:09 -04:00
rnhmjoj
7453cb20b1
abduco: 2018-05-16 -> 2020-04-30 2021-03-18 17:20:20 +01:00
Ben Siraphob
28a16d05aa altermime: fix darwin build 2021-03-18 23:02:07 +07:00
Ben Siraphob
bfde7b6b8d vimer: expand platforms to all 2021-03-18 23:02:07 +07:00
Ben Siraphob
65e9dd0348 spirv-cross: expand platforms to all 2021-03-18 23:02:07 +07:00
Ben Siraphob
2da233a186 sfeed: expand platforms to all 2021-03-18 23:02:07 +07:00
Ben Siraphob
cc097672b9 imgurbash2: expand platforms to all 2021-03-18 23:02:06 +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
Ben Siraphob
84c06d2717 bash_unit: expand platforms to all 2021-03-18 23:02:06 +07:00
Ben Siraphob
be473683ea ministat: expand platforms to all 2021-03-18 23:02:06 +07:00
Ben Siraphob
dc3138d9b0 epstool: fix darwin build 2021-03-18 23:02:06 +07:00
Ben Siraphob
e3e7090459 dejsonlz4: fix build on darwin 2021-03-18 23:02:06 +07:00
Ben Siraphob
3bced99816 zdelta: expand platforms to all and refactor 2021-03-18 23:02:05 +07:00
Sandro
af6d8c71d5
Merge pull request #116469 from zseri/rpm2targz
rpm2targz: init at 2021.03.16
2021-03-18 16:55:24 +01:00
Sandro
c86907f324
Merge pull request #116239 from j4m3s-s/add-tea 2021-03-18 16:54:27 +01: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
Michael Weiss
b210f45e47
inxi: 3.3.02-1 -> 3.3.03-1 2021-03-18 13:13:28 +01:00
Oleksii Filonenko
800a3dd909
Merge pull request #116613 from r-ryantm/auto-update/emplace
emplace: 1.2.2 -> 1.3.0
2021-03-18 12:08:11 +02:00
zowoq
f7393191e7 youtube-dl: 2021.03.03 -> 2021.03.14
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.14
2021-03-18 19:20:59 +10:00
zowoq
cc563d8432 kapp: install completion 2021-03-18 18:58:03 +10:00
Linus Heckemann
84b23a91bd
Merge pull request #116231 from r-ryantm/auto-update/xva-img
xva-img: 1.4.1 -> 1.4.2
2021-03-18 08:34:49 +01:00
Fabian Affolter
90a90b15a3
Merge pull request #116655 from r-ryantm/auto-update/teler
teler: 1.1.0 -> 1.1.1
2021-03-18 08:27:08 +01:00
Mrinal Purohit
3f7a86cf65 google-cloud-sdk: 328.0.0 -> 332.0.0 2021-03-18 11:01:37 +05:30
Anderson Torres
390e587696
Merge pull request #116283 from AndersonTorres/new-tools
New tools
2021-03-17 21:51:44 -03: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
92b94d13c3
Merge pull request #116551 from fabaff/bump-nuclei
nuclei: 2.2.0 -> 2.3.1
2021-03-18 01:16:22 +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
Sandro Jäckel
23ee6b34fa
graphviz: remove ? null from ApplicationServices 2021-03-17 22:55:10 +01:00
Sandro Jäckel
51bf96259e
pcsclite: format, remove ? null from inputs 2021-03-17 22:55:05 +01:00
Sandro Jäckel
ca55365711
essentia-extractor: format 2021-03-17 21:08:05 +01:00
viq
3f8f80375b
salt: update meta (#116557)
Salt rebranded itself from https://saltstack.com to https://saltproject.io - reflect the changes in the URLs
2021-03-17 20:38:16 +01:00
R. RyanTM
7e066ad25a thc-hydra: 9.1 -> 9.2 2021-03-17 19:02:02 +00:00
R. RyanTM
1aab2f5773 teler: 1.1.0 -> 1.1.1 2021-03-17 18:52:00 +00:00
Maximilian Bosch
c2e781ef27
Merge pull request #116397 from r-ryantm/auto-update/cicero-tui
cicero-tui: 0.1.4 -> 0.2.0
2021-03-17 19:20:19 +01:00
R. RyanTM
84858b3a76 rpi-imager: 1.5 -> 1.6 2021-03-17 17:51:27 +00:00
R. RyanTM
2dcef1adf8
mark: 5.2.2 -> 5.4 (#116634) 2021-03-17 09:48:59 -07: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
006f6651c6 nixos-shell: 0.2 -> 0.2.1 2021-03-17 15:52:30 +00:00
Tim Steinbach
f137bcd5c9 awscli: 1.19.27 -> 1.19.29 2021-03-17 10:33:51 -04:00
Tim Steinbach
ad0be5fd96 sudo: 1.9.6 -> 1.9.6p1 2021-03-17 10:27:50 -04:00