R. RyanTM
e838bebc78
cjdns: 20.4 -> 20.5
2020-01-27 13:26:20 +01:00
R. RyanTM
3316b8fe5d
keepalived: 2.0.19 -> 2.0.20
2020-01-27 03:01:16 +00:00
Marek Mahut
dcf7dd278e
Merge pull request #77906 from r-ryantm/auto-update/snabb
...
snabb: 2018.01.2 -> 2019.11
2020-01-26 13:23:17 +01:00
Maximilian Bosch
eb5ec176ce
bandwhich: 0.10.0 -> 0.11.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.11.0
2020-01-25 23:08:56 +01:00
Benno Fünfstück
59e7ecdcd0
burpsuite: 1.7.36 -> 2.1.07
2020-01-25 22:17:39 +01:00
Atemu
ad3f0d9829
dnscrypt-proxy2: 2.0.25 -> 2.0.36
2020-01-25 17:39:22 +01:00
Mario Rodas
e820245294
Merge pull request #78259 from r-ryantm/auto-update/pdsh
...
pdsh: 2.33 -> 2.34
2020-01-24 18:36:48 -05:00
Bruno Bigras
11af4a1b42
httplz: 1.6.0 -> 1.8.0
2020-01-24 15:29:06 -05:00
Ingo Blechschmidt
89864a01d1
dsniff: Unbreak the build
2020-01-24 18:58:54 +01:00
Maximilian Bosch
eddfcc32b4
Merge branch 'staging' into glibc230
2020-01-23 11:31:13 +01:00
Maximilian Bosch
e7b6039d0c
xnbd: fix build w/glibc-2.30
2020-01-23 00:21:21 +01:00
zowoq
88235d99a4
amass: 3.0.25 -> 3.4.2 ( #78001 )
2020-01-22 12:13:51 -08:00
Robin Gloster
0751c48313
Merge pull request #78191 from Ma27/bump-wireguard
...
wireguard: 1.0.20200102 -> 1.0.20200121
2020-01-22 16:10:50 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Mario Rodas
03884c3fe1
Merge pull request #78164 from servalcatty/v2ray
...
v2ray: 4.22.0 -> 4.22.1
2020-01-22 05:14:58 -05:00
R. RyanTM
cc7267143b
pdsh: 2.33 -> 2.34
2020-01-22 09:47:39 +00:00
Matt Layher
228425978d
corerad: 0.1.8 -> 0.1.9
2020-01-22 01:19:35 -08:00
Maximilian Bosch
dea2f98262
wireguard-tools: 1.0.20200102 -> 1.0.20200121
...
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004869.html
2020-01-21 17:55:09 +01:00
Serval
39ee33c832
v2ray: 4.22.0 -> 4.22.1
2020-01-21 21:51:44 +08:00
lewo
2b4753182e
Merge pull request #77851 from zowoq/saldl
...
saldl: init at 40
2020-01-21 08:43:05 +01:00
Mario Rodas
e517c5251e
Merge pull request #77976 from filalex77/nebula-1.1.0
...
nebula: 1.0.0 -> 1.1.0
2020-01-18 15:04:56 -05:00
Maximilian Bosch
1470109737
bandwhich: 0.9.0 -> 0.10.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.10.0
2020-01-18 13:51:58 +01:00
Oleksii Filonenko
ae3ba80c6d
nebula: 1.0.0 -> 1.1.0
2020-01-18 13:50:53 +02:00
Michael Raskin
bff47db030
Merge pull request #77918 from r-ryantm/auto-update/wavemon
...
wavemon: 0.9.0 -> 0.9.1
2020-01-17 22:01:32 +00:00
zowoq
531eb30f6b
saldl: init at 40
2020-01-18 08:01:19 +10:00
Frederik Rietdijk
bcd8c6b8dc
Merge master into staging-next
2020-01-17 17:08:16 +01:00
R. RyanTM
34cec31015
wavemon: 0.9.0 -> 0.9.1
2020-01-17 12:26:58 +00:00
R. RyanTM
153934acfc
snabb: 2018.01.2 -> 2019.11
2020-01-17 11:03:57 +00:00
Matt Layher
9c66687ef1
corerad: 0.1.4 -> 0.1.8 ( #77848 )
2020-01-16 16:44:30 -08:00
Will Dietz
0d5b21e9ba
lftp: 4.9.0 -> 4.9.1
...
https://lftp.yar.ru/news.html
(cherry picked from commit 6c545f25f02a4dccf9fc2ceef3a15267d9eb53c5)
2020-01-16 21:38:19 +00:00
Silvan Mosberger
7869cd26b3
iperf3: fix compilation to support authentication creds ( #77592 )
...
iperf3: fix compilation to support authentication creds
2020-01-16 22:20:06 +01:00
Merlin Göttlinger
b9e7d34c1d
mu: fixed incorrect substitution
...
The string to substitute was wrong.
2020-01-16 15:52:57 +01:00
Hugo Reeves
3697d7c523
cassowary: init at v0.3.0
2020-01-16 15:47:30 +01:00
Oleksii Filonenko
f7afe54cc3
subfinder: 2.2.4 -> 2.3.0
2020-01-16 14:38:20 +01:00
Bruno Bigras
8858cc1821
httpie: 1.0.3 -> 2.0.0
2020-01-15 10:45:12 -05:00
zowoq
3cccbaa980
curl: 7.67.0 -> 7.68.0
...
https://curl.haxx.se/changes.html#7_68_0
2020-01-15 09:40:40 +01:00
Frederik Rietdijk
2a88c3c302
Merge staging-next into staging
2020-01-15 09:23:28 +01:00
worldofpeace
470037f15f
Merge pull request #76205 from worldofpeace/network-manager/update
...
networkmanager: 1.20.8 -> 1.22.4, modemmanager: 1.10.6 -> 1.12.2
2020-01-14 18:05:26 -05:00
Maximilian Bosch
4490cfad6c
bandwhich: 0.8.0 -> 0.9.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.9.0
2020-01-14 18:25:54 +01:00
Luka Blaskovic
dcd9031572
ppp: fix build with glibc>=2.28
2020-01-14 09:06:23 +00:00
Luka Blaskovic
83069e18e6
maxscale: build with bison3
2020-01-13 21:35:19 +00:00
worldofpeace
4b332228ff
modemmanager: 1.10.6 -> 1.12.2
...
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.12.2/NEWS
2020-01-13 13:05:12 -05:00
worldofpeace
0ec87b8aca
networkmanager: 1.20.8 -> 1.22.4
...
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.22.4/NEWS
2020-01-13 13:05:00 -05:00
Frederik Rietdijk
ed1b0d0bac
Merge master into staging-next
2020-01-13 16:08:59 +01:00
Peter Hoeg
cd5222a8b5
netalyzr: service no longer exists as of 2019-03
2020-01-13 21:59:04 +08:00
Lio李欧
c926ef804f
axel: enable darwin ( #77593 )
...
This derivation appears to work fine on Darwin.
2020-01-13 10:04:58 +00:00
Sergey Lukjanov
eabc138cb9
iperf3: fix compilation to support authentication creds
...
Service iperf3 defines authorizedUsersFile and rsaPrivateKey to
enable authenticated iperf server. It requires iperf to be compiled
with openssl.
https://nixos.org/nixos/options.html#services.iperf3.authorizedusersfile
2020-01-12 17:57:48 -08:00
Frederik Rietdijk
960f062825
Merge master into staging-next
2020-01-12 09:47:19 +01:00
Will Dietz
2e33f671bf
dhcp: fix homepage, quote
2020-01-11 12:57:32 -08:00
Frederik Rietdijk
1a654573b0
Merge master into staging-next
2020-01-11 09:32:41 +01:00
Frederik Rietdijk
5ad16cb27f
Merge master into staging-next
2020-01-10 10:34:04 +01:00
Mario Rodas
86654205ee
shadowsocks-libev: 3.3.3 -> 3.3.4
...
Changelog: https://github.com/shadowsocks/shadowsocks-libev/releases/tag/v3.3.4
2020-01-09 20:52:00 -05:00
Vladimír Čunát
9e0c8f0cbe
ppp: remove falsifian from meta.maintainers
...
https://github.com/NixOS/nixpkgs/pull/66528#issuecomment-572762705
2020-01-09 22:52:11 +01:00
Maximilian Bosch
7ee263e699
bandwhich: 0.7.0 -> 0.8.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.8.0
2020-01-09 21:50:46 +01:00
Mario Rodas
459ec6d127
Merge pull request #77176 from r-ryantm/auto-update/ocserv
...
ocserv: 0.12.5 -> 0.12.6
2020-01-09 05:02:47 -05:00
Frederik Rietdijk
a823616723
Merge master into staging-next
2020-01-07 20:06:22 +01:00
Ryan Mulligan
09e3b355a9
Merge pull request #77146 from r-ryantm/auto-update/mcrcon
...
mcrcon: 0.6.1 -> 0.7.1
2020-01-07 06:48:05 -08:00
R. RyanTM
7ee13b98fb
ocserv: 0.12.5 -> 0.12.6
2020-01-06 21:12:15 -08:00
R. RyanTM
54553c2302
mcrcon: 0.6.1 -> 0.7.1
2020-01-06 15:12:26 -08:00
Matt Layher
987a5ffea5
corerad: init at v0.1.4
...
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-01-06 13:49:14 -08:00
Maximilian Bosch
1bb691ff9f
nfstrace: fix build
...
https://hydra.nixos.org/build/109722476
2020-01-06 18:16:14 +01:00
Ryan Mulligan
abd50675a3
Merge pull request #77025 from r-ryantm/auto-update/eternal-terminal
...
eternal-terminal: 6.0.4 -> 6.0.5
2020-01-06 05:57:04 -08:00
markuskowa
c10e8d6345
Merge pull request #76693 from filalex77/findomain-0.9.3
...
findomain: init at 0.9.3
2020-01-06 14:54:36 +01:00
markuskowa
7917562895
Merge pull request #77027 from filalex77/frp-0.31.1
...
frp: 0.30.0 -> 0.31.1
2020-01-06 13:04:44 +01:00
Oleksii Filonenko
3e036c262b
findomain: init at 0.9.3
2020-01-06 13:57:34 +02:00
Frederik Rietdijk
4a91444aa8
Merge staging-next into staging
2020-01-06 12:01:12 +01:00
Frederik Rietdijk
8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
...
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
Oleksii Filonenko
5a0778c5e4
bandwhich: 0.6.0 -> 0.7.0
2020-01-06 11:27:45 +02:00
R. RyanTM
dce4b28327
eternal-terminal: 6.0.4 -> 6.0.5
2020-01-06 01:09:54 -08:00
Oleksii Filonenko
add9611b59
frp: 0.30.0 -> 0.31.1
2020-01-06 10:51:41 +02:00
Maximilian Bosch
069188467c
wireguard-go: fix darwin build
...
https://hydra.nixos.org/build/109407984
2020-01-05 16:42:17 +01:00
zimbatm
48f461d8c3
Merge pull request #76916 from danielfullmer/zerotierone-cross
...
zerotierone: fix cross compilation
2020-01-04 20:41:22 +00:00
Maximilian Bosch
8f0b3b1305
openssh_gssapi: fix build
...
Hydra build is failing[1] because of a hash-mismatch of the gss-api
patch from debian.
I updated the patch, and activated the `autoreconfHook` when building
gss support as well, otherwise the build would fail with the following
error:
```
ERROR: configure is out of date; please run autoreconf (and configure)
```
[1] https://hydra.nixos.org/build/109409845
2020-01-04 02:45:39 +01:00
Daniel Fullmer
115534cf8c
zerotierone: add arm platform
...
Tested on raspberry pi 1.
2020-01-03 20:26:42 -05:00
Daniel Fullmer
7fffda016c
zerotierone: add danielfullmer as maintainer
2020-01-03 20:26:42 -05:00
Daniel Fullmer
44d0aed677
zerotierone: fix cross compilation
2020-01-03 20:26:42 -05:00
Bernardo Meurer
0fb7ae83ad
ngrok-2: isArm -> isAarch32
2020-01-03 14:44:17 +01:00
Maximilian Bosch
117d43d1a0
wireguard-go: 20190908 -> 20191012
2020-01-03 14:08:18 +01:00
Maximilian Bosch
fad24a7f9c
wireguard-tools: 1.0.20200102
2020-01-03 14:08:18 +01:00
Frederik Rietdijk
f08e3e38d4
Merge master into staging-next
2020-01-02 21:41:13 +01:00
Maximilian Bosch
dad49d0b5e
Merge pull request #76815 from filalex77/clash-0.17.1
...
clash: 0.16.0 -> 0.17.1
2020-01-02 20:31:37 +01:00
Marek Mahut
16061ff61d
Merge pull request #76764 from servalcatty/v2ray
...
v2ray: 4.21.3 -> 4.22.0
2020-01-02 17:24:30 +01:00
Oleksii Filonenko
0f13282340
clash: add constant.Version to ldflags
2020-01-02 12:56:51 +02:00
Oleksii Filonenko
2e43dd0e74
clash: add filalex77 to maintainers
2020-01-02 12:52:14 +02:00
Oleksii Filonenko
939ee5022e
clash: 0.16.0 -> 0.17.1
2020-01-02 12:51:19 +02:00
Anders Kaseorg
e474db24b1
dhcpcd: fix RA time unit confusion
...
Fixes #76710 . Submitted upstream as rsmarples/dhcpcd#12 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-01 15:31:05 -08:00
Serval
ceeb0ad038
v2ray: 4.21.3 -> 4.22.0
2020-01-01 10:44:07 +08:00
Frederik Rietdijk
555037a667
Merge master into staging-next
2019-12-31 16:35:53 +01:00
Jörg Thalheim
a45447a3d5
bandwhich: init at 0.6.0 ( #76689 )
...
bandwhich: init at 0.6.0
2019-12-31 14:23:19 +00:00
Oleksii Filonenko
1a477dc895
bandwhich: 0.5.1 -> 0.6.0
...
- Rename from `what` to `bandwhich`
- Add Security for darwin
2019-12-31 10:20:07 +02:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next
2019-12-31 03:59:58 +01:00
Jan Tojnar
9a8441c170
maphosts: fix build
2019-12-31 02:37:24 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list
2019-12-31 01:37:49 +01:00
Robin Gloster
e9c27ed5f9
treewide: configureFlags is a flat list
2019-12-31 01:34:39 +01:00
Maximilian Bosch
b92fc0fba4
nfstrace: fix for structured attrs
2019-12-31 01:28:05 +01:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params
2019-12-31 01:23:19 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string
2019-12-31 00:10:18 +01:00
Robin Gloster
981ae25113
treewide: NIX_*_COMPILE -> string
2019-12-31 00:07:21 +01:00
Jonathan Ringer
d72c4791bc
Merge remote-tracking branch 'origin' into staging-next
2019-12-30 14:36:16 -08:00
Ryan Mulligan
3a644e30b9
Merge pull request #46131 from ju1m/shorewall
...
shorewall: init at 5.2.3.3
2019-12-30 10:04:31 -08:00
Julien Moutinho
56a73dfb35
shorewall: init at 5.2.3.3
...
nixos/shorewall: init
2019-12-30 09:42:03 -08:00
Frederik Rietdijk
6d059becd3
Merge gcc-9 into staging ( #68029 )
2019-12-30 16:38:38 +01:00
Frederik Rietdijk
bfa5af85b7
Merge staging-next into staging
2019-12-30 16:25:56 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list
2019-12-30 13:22:43 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Oleksii Filonenko
014ffad408
what: init at 0.5.1
2019-12-30 13:40:22 +02:00
Maximilian Bosch
646c641358
Merge pull request #76578 from xwvvvvwx/wireguard-tools-1.0.20191226
...
wireguard-tools 1.0.20191226 / wireguard 0.0.20191226
2019-12-30 12:22:37 +01:00
Jan Tojnar
ea4da9b5fa
Merge pull request #76674 from jtojnar/structured-attrs-masterable
...
treewide: structured-attrs fixes
2019-12-30 04:52:45 +01:00
Robin Gloster
20b02b80aa
uwimap: fix makeFlags
2019-12-30 04:50:36 +01:00
Robin Gloster
9970f29513
treewide: *Flags are lists
2019-12-30 04:50:35 +01:00
B YI
1b20a627d5
clash: init at 0.16.0 ( #76572 )
2019-12-29 18:18:10 -08:00
Jan Tojnar
c691baf85f
strongswan: switch to python 3
2019-12-29 11:21:07 +01:00
R. RyanTM
a86e5f8a37
offlineimap: 7.3.0 -> 7.3.2 ( #76353 )
2019-12-28 11:45:39 -05:00
David Terry
d6be252921
wireguard-tools: 0.0.20191219 -> 1.0.20191226
...
the userspace wireguard tools have been pulled out into their own repo as
announced in this mailing list post:
https://lists.zx2c4.com/pipermail/wireguard/2019-December/004787.html
2019-12-27 21:02:22 +01:00
lewo
3ffbbd5951
Merge pull request #76224 from r-ryantm/auto-update/dhcpcd
...
dhcpcd: 8.1.2 -> 8.1.4
2019-12-27 10:15:34 +01:00
lewo
cee8906c5c
Merge pull request #76297 from ruuda/acme-client-0.2.5
...
acme-client: 0.2.4 -> 0.2.5
2019-12-27 10:14:02 +01:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens
2019-12-26 16:47:41 -05:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
...
Idea shamelessly stolen from 4e60b0efae
.
I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.
As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.
I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9
2019-12-26 14:17:36 +01:00
Vonfry
8b6bb39d39
offlineimap: add proxy dependency ( #76347 )
2019-12-26 12:30:57 +01:00
Jörg Thalheim
89c55c0a6d
net-snmp: split outputs ( #76155 )
...
net-snmp: split outputs
2019-12-25 06:27:55 +00:00
Eduardo Quiros
52e490fd19
croc: 6.4.7 -> 6.4.8
2019-12-24 00:36:25 -06:00
R. RyanTM
3bb44f0f9d
lftp: 4.8.4 -> 4.9.0
2019-12-23 23:52:28 +01:00
Ruud van Asseldonk
6d4c8730d9
acme-client: 0.2.4 -> 0.2.5
2019-12-23 20:03:02 +01:00
Domen Kožar
2004784aa4
datadog-agent: enable secrets and allow extending tags
2019-12-23 10:43:15 +01:00
R. RyanTM
0bc45ecba1
dhcpcd: 8.1.2 -> 8.1.4
2019-12-22 22:32:49 -08:00
Jörg Thalheim
aadfcc0900
nixos/keepalived: add test
2019-12-22 08:52:56 +00:00
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp
2019-12-21 22:56:08 +00:00
Jörg Thalheim
475aecef6a
argus: flex & bison belongs to nativeBuildInputs
2019-12-21 22:56:06 +00:00
Jörg Thalheim
2ce0f06a7c
keepalived: 1.4.5 -> 2.0.19
2019-12-21 22:56:03 +00:00
worldofpeace
e203d58403
Merge pull request #75583 from worldofpeace/nm-applet-default-gnome
...
networkmanagerapplet: default to withGnome
2019-12-21 11:58:05 -05:00
Maximilian Bosch
ca70dc27f7
Merge pull request #72595 from r-ryantm/auto-update/ocserv
...
ocserv: 0.12.4 -> 0.12.5
2019-12-20 23:50:19 +01:00
Ivan Kozik
cbd67719fd
wireguard-tools: 0.0.20191212 -> 0.0.20191219
2019-12-19 00:30:02 -08:00
Frederik Rietdijk
f79e10061f
Merge master into staging-next
2019-12-19 09:19:50 +01:00
Graham Christensen
e19e95d86d
mailutils: 3.2 -> 3.8
2019-12-18 20:05:57 -05:00
Sascha Grunert
0e182006c1
slirp4netns: v0.4.2 -> v0.4.3
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-18 09:09:11 +01:00
Frederik Rietdijk
bf2877b9ab
Merge master into staging-next
2019-12-17 17:16:52 +01:00
Frederik Rietdijk
7aedd744d8
Merge master into staging-next
2019-12-16 20:28:10 +01:00
Eduardo Quiros
93a51b8d1e
croc: 6.4.6 -> 6.4.7
2019-12-16 11:29:24 -06:00
Franz Pletz
a991de49f2
Merge pull request #75698 from scaredmushroom/aircrack-ng_master
...
aircrack-ng: fixed missing dependency for airmon-ng
2019-12-15 23:34:20 +00:00
Franz Pletz
ded56b2687
Merge pull request #75234 from filalex77/subfinder-2.2.2
...
subfinder: 2018-07-15 -> 2.2.4
2019-12-15 22:13:06 +00:00
Robert Scott
183ef82f98
libreswan: 3.18 -> 3.29 (security)
...
addressing CVE-2019-12312 & CVE-2019-10155
2019-12-15 18:48:53 +01:00
Robert Scott
d17ecebcf0
unbound: install headers etc for libevent support as postInstall step
2019-12-15 18:48:53 +01:00
cap
2978ca2180
aircrack-ng: fixed missing dependency for airmon-ng
2019-12-15 18:38:43 +01:00
Oleksii Filonenko
608c65b671
subfinder: 2.2.2 -> 2.2.4
2019-12-15 10:36:39 +02:00
Jan Tojnar
429561978b
Merge branch 'master' into staging-next
2019-12-14 23:09:06 +01:00
Renaud
a189ffc45e
Merge pull request #75258 from srhb/bump-openapi-generator
...
openapi-generator-cli: 4.2.1 -> 4.2.2
2019-12-14 22:59:23 +01:00
worldofpeace
f5081ecca6
networkmanagerapplet: default to withGnome
...
This requires us to add gcr to the module.
2019-12-13 18:23:20 -05:00
Frederik Rietdijk
dfdf1597a7
Merge master into staging-next
2019-12-13 11:43:39 +01:00
David Terry
bbb9f053b4
wireguard-tools: 0.0.20191127 -> 0.0.20191212
2019-12-12 15:39:46 +01:00
Georges Dubus
5d775b153a
Merge pull request #75299 from r-ryantm/auto-update/openfortivpn
...
openfortivpn: 1.10.0 -> 1.11.0
2019-12-11 16:49:20 +01:00
Frederik Rietdijk
f3618342ec
Merge staging-next into staging
2019-12-10 19:01:27 +01:00
Marco A L Barbosa
b2b2330c35
curl: add option to use wolfssl backend
2019-12-10 18:55:41 +01:00
Ryan Mulligan
c7452958da
Merge pull request #75316 from r-ryantm/auto-update/pirate-get
...
pirate-get: 0.3.3 -> 0.3.4
2019-12-09 05:57:18 -08:00
R. RyanTM
4622f4d850
pirate-get: 0.3.3 -> 0.3.4
2019-12-08 16:27:21 -08:00
R. RyanTM
9ea255f23b
openfortivpn: 1.10.0 -> 1.11.0
2019-12-08 13:39:49 -08:00
R. RyanTM
c9a8cb3378
networkmanager: 1.20.6 -> 1.20.8
2019-12-08 10:48:57 -08:00
c0bw3b
69b393ace5
Treewide: update some problematic homepages
...
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Sarah Brofeldt
dd04fdd4d1
openapi-generator-cli: 4.2.1 -> 4.2.2
2019-12-08 16:21:35 +01:00
Maximilian Bosch
de00b07069
Merge pull request #75203 from r-ryantm/auto-update/curlie
...
curlie: 1.2.0 -> 1.3.1
2019-12-08 11:51:07 +01:00
Oleksii Filonenko
52531917eb
subfinder: add filalex77 to maintainers
2019-12-08 12:07:57 +02:00
Oleksii Filonenko
0952c85339
subfinder: 2018-07-15 -> 2.2.2
2019-12-08 12:07:27 +02:00
R. RyanTM
b897021db2
curlie: 1.2.0 -> 1.3.1
2019-12-07 19:59:26 -08:00
Mario Rodas
eae8b63720
Merge pull request #74150 from filalex77/frp-0.29.1
...
frp: init at 0.30.0
2019-12-07 21:23:43 -05:00
Mario Rodas
e22daade26
Merge pull request #74975 from filalex77/6tunnel-0.13
...
6tunnel: init at 0.13
2019-12-07 03:09:20 -05:00
worldofpeace
0c8dadd9e5
Merge pull request #75040 from worldofpeace/remove-terror-webkitgtk
...
🙈 ️ Remove webkitgtk24x
2019-12-06 22:02:50 -05:00
Mario Rodas
8bc8fd507f
Merge pull request #74880 from marsam/update-shadowsocks-libev
...
shadowsocks-libev: 3.3.1 -> 3.3.3
2019-12-05 21:56:52 -05:00
Austin Seipp
5d8bd748f3
chrony: fix build break from libseccomp 2.4.2
...
03be1adb
bumped libseccomp to 2.4.2, which has this note in the
changelog:
"Stop defining __NR_x values for syscalls that don't exist,
libseccomp now uses __SNR_x internally"
This change means that invalid syscalls for Linux that aren't defined in
glibc will no longer work. In this unlucky case, 'chrony' was trying to
reference the syscall number for 'ppoll', which doesn't exist. Fixing
this is easy with a simple patch.
This also includes another patch from upstream, which allows
clock_adjtime in the seccomp filter list. This is a robustness measure
for future glibc versions that use clock_adjutime inside adjtimex().
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-05 18:35:43 -06:00
worldofpeace
94a07c6c5d
mu: use webkitgtk
2019-12-05 05:53:08 -05:00
Frederik Rietdijk
51ef7c3e49
Merge master into staging-next
2019-12-05 09:14:08 +01:00
Mateusz Kowalczyk
1451a52a38
Remove myself (fuuzetsu) from maintainer lists
...
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Oleksii Filonenko
f56cd1adce
6tunnel: init at 0.13
2019-12-04 13:43:43 +02:00
José Romildo Malaquias
9f1b240f9d
connman-notify: 2014-06-23 -> 2019-10-05
2019-12-04 00:49:58 -03:00
Eduardo Quiros
1de760838b
croc 6.4.1 -> 6.4.6
2019-12-03 18:16:57 -06:00
Renaud
a89c35d337
Merge pull request #64849 from 0x4A6F/master-pmacct
...
pmacct: init at 1.7.3
2019-12-03 20:34:58 +01:00
0x4A6F
bff385eab3
pmacct: init at 1.7.3
2019-12-03 19:13:31 +01:00
Oleksii Filonenko
b8c2bb4e2e
frp: 0.29.1 -> 0.30.0
2019-12-03 18:17:55 +02:00
Jan Tojnar
30fae2883e
Merge branch 'master' into staging-next
2019-12-03 16:51:48 +01:00
Mario Rodas
93ff0446ca
Merge pull request #66089 from servalcatty/v2ray
...
v2ray: init at 4.21.3
2019-12-03 04:42:50 -05:00
Aaron Andersen
f4cb37f38c
Merge pull request #63922 from contrun/sslsplit
...
sslsplit: init at 0.5.5
2019-12-02 21:18:37 -05:00
Mario Rodas
3f378041dd
shadowsocks-libev: 3.3.1 -> 3.3.3
2019-12-02 20:00:00 -05:00
Frederik Rietdijk
6662f5be2d
Merge master into staging-next
2019-12-01 18:55:44 +01:00
R. RyanTM
507a30f534
openapi-generator-cli: 4.2.0 -> 4.2.1
2019-12-01 18:42:17 +01:00
R. RyanTM
335e62b6f3
unbound: 1.9.4 -> 1.9.5
2019-12-01 18:28:50 +01:00
Robert Scott
c0c3979c93
haproxy: 2.0.8 -> 2.0.10 (security)
...
addressing CVE-2019-19330
2019-12-01 14:51:06 +00:00
Wael Nasreddine
509b20a238
nebula: init at 1.0.0 ( #73918 )
2019-11-30 17:34:27 -08:00
Jan Tojnar
8cbc862b83
dconf: move to top-level
2019-12-01 01:01:40 +01:00
Vladyslav M
8be1f98113
gnirehtet: 2.3 -> 2.4 ( #74377 )
...
gnirehtet: 2.3 -> 2.4
2019-11-30 23:19:00 +02:00
Jan Tojnar
a69ad18da9
Merge branch 'master' into staging-next
2019-11-30 19:44:51 +01:00
markuskowa
13d6761301
Merge pull request #74699 from r-ryantm/auto-update/whois
...
whois: 5.5.2 -> 5.5.3
2019-11-30 12:45:26 +01:00
Mario Rodas
1491611bde
Merge pull request #74635 from r-ryantm/auto-update/stunnel
...
stunnel: 5.55 -> 5.56
2019-11-30 03:27:17 -05:00
Frederik Rietdijk
d14baf7747
Merge master into staging-next
2019-11-30 08:57:28 +01:00
Mario Rodas
8077ac92a7
Merge pull request #74710 from r-ryantm/auto-update/yggdrasil
...
yggdrasil: 0.3.11 -> 0.3.12
2019-11-29 20:38:12 -05:00
R. RyanTM
8483491b1d
yggdrasil: 0.3.11 -> 0.3.12
2019-11-29 16:16:03 -08:00
R. RyanTM
632d9ff25b
whois: 5.5.2 -> 5.5.3
2019-11-29 15:07:04 -08:00
R. RyanTM
7ae932d510
stunnel: 5.55 -> 5.56
2019-11-29 06:19:53 -08:00
Jörg Thalheim
bc120beb68
ferm: reference tests
2019-11-29 12:27:49 +00:00
Jörg Thalheim
3a2b788894
Merge pull request #74448 from marius851000/ytcc
...
ytcc: 1.8.1 -> 1.8.2
2019-11-28 09:45:46 +00:00
Jörg Thalheim
b82d4edef4
wireguard-tools: fix dependencies ( #74390 )
...
wireguard-tools: fix dependencies
2019-11-28 09:31:28 +00:00
marius851000
fd0ecfa809
ytcc: 1.8.1 -> 1.8.2
2019-11-28 09:07:34 +01:00
Jonathan Ringer
0c1c18ca44
Merge branch 'master' into staging-next
2019-11-27 22:57:50 -08:00
Sorin Iclanzan
f555515412
Add iptables to wireguard-tools
2019-11-27 18:19:38 -05:00
Vladyslav M
f405bba843
gnirehtet: 2.3 -> 2.4
2019-11-27 23:53:04 +02:00
Serval
899d38170c
v2ray: fixups and change to buildGoModule
2019-11-28 02:10:37 +08:00
David Terry
bdcc0f420c
wireguard-tools: 0.0.20191012 -> 0.0.20191127
2019-11-27 17:52:04 +01:00
Franz Pletz
6bdec0b828
Merge pull request #74178 from r-ryantm/auto-update/dhcpcd
...
dhcpcd: 8.0.6 -> 8.1.2
2019-11-26 14:39:27 +00:00
YI
e7d12a474c
sslsplit: init at 0.5.5
2019-11-26 17:17:05 +08:00
Jan Tojnar
8cf56826e3
ofono: 1.30 → 1.31 ( #74217 )
...
ofono: 1.30 → 1.31
2019-11-26 01:21:28 +01:00
Jan Tojnar
d35ad68f98
mmsd: init at unstable-2019-07-15
2019-11-26 01:08:44 +01:00
Jan Tojnar
2561f4da88
ofono: 1.30 → 1.31
...
https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?h=1.31&id=0db662bd6ba4070838bf143df5ee24c949a8c0df
2019-11-26 00:32:23 +01:00
Frederik Rietdijk
06a054e6eb
Merge master into staging-next
2019-11-25 21:51:57 +01:00
R. RyanTM
afc9dc248a
tridactyl-native: 1.17.0 -> 1.17.1
2019-11-25 11:19:49 -08:00
R. RyanTM
ddab7e5cc5
dhcpcd: 8.0.6 -> 8.1.2
2019-11-25 10:11:43 -08:00
Oleksii Filonenko
27286ce1c1
frp: init at 0.29.1
2019-11-25 15:56:33 +02:00
edef
78cb116272
iperf3: correct license to bsd3 ( #73949 )
...
Quoth http://software.es.net/iperf :
> [iperf3] is released under a three-clause BSD license.
2019-11-24 11:58:38 +01:00
Oleksii Filonenko
0de99691d4
nebula: init at 1.0.0
2019-11-22 15:07:18 +02:00
Serval
3e1fc7ac1e
v2ray: init at 4.21.3
2019-11-21 21:02:03 +08:00
Frederik Rietdijk
10d0c68a9b
Merge staging-next into staging
2019-11-20 10:02:21 +01:00
Frederik Rietdijk
65edeb8633
Merge master into staging-next
2019-11-20 10:01:49 +01:00
worldofpeace
d6850a9b91
networkmanager: drop merged patch
2019-11-19 13:05:02 -05:00
Hugo Reeves
e8f1c6c8d7
croc: 6.2.3 -> 6.4.1
2019-11-19 09:38:19 -08:00
Frederik Rietdijk
5f8b0d7d99
Merge staging-next into staging
2019-11-19 14:53:29 +01:00
Frederik Rietdijk
f6b39f852e
Merge master into staging-next
2019-11-19 10:53:44 +01:00
Milan Pässler
9b09b4085d
tinyfecvpn: init at 20180820.0
2019-11-18 20:56:29 +01:00
Lassulus
5de728659b
Merge pull request #73107 from contrun/init-dnsproxy
...
dnsproxy: init at 0.20.0
2019-11-18 11:39:00 +01:00
Bernardo Meurer
d5ba79c467
network-manager: 1.20.4 -> 1.20.6
2019-11-17 19:40:53 -08:00
Mario Rodas
337714867a
Merge pull request #73587 from HugoReeves/master
...
croc: 6.2.0 -> 6.2.3
2019-11-17 22:00:33 -05:00
YI
5f3acf24ae
dnsproxy: init at 0.20.0
2019-11-18 10:38:12 +08:00
Hugo Reeves
4893b2783c
croc: 6.2.0 -> 6.2.3
2019-11-18 11:36:41 +13:00
lassulus
f498b2ac0e
wifite2: init at 2.2.5
2019-11-17 22:59:30 +01:00
Frederik Rietdijk
3864800226
Merge master into staging-next
2019-11-17 10:31:52 +01:00
Jonathan Ringer
86d6a63e48
mitmproxy: disable example tests
...
pytest5 isn't able to load examples.complex.xss_scanner
even though a normal interpreter session is able to load
it fine.
2019-11-17 00:14:08 -08:00
ash lea
19b9dd603a
gmrender-resurrect: 4f221e6 -> 0.0.8 ( #71474 )
...
* gmrender-resurrect: cc96ede -> v0.0.8
* gmrender-resurrect: add ashkitten as maintainer
* gmrender-resurrect: readability and idiomacy improvements
* gmrender-resurrect: fetchpatch is not used
* gmrender-resurrect: fix version number format for nix
2019-11-17 00:36:59 +01:00
Jörg Thalheim
26a4ff8370
Merge pull request #73492 from c0bw3b/fix/alioth
...
Treewide: replace last refs to alioth.debian.org
2019-11-16 15:02:14 +00:00
Frederik Rietdijk
be7125dde7
Merge master into staging-next
2019-11-16 11:45:07 +01:00
c0bw3b
d811bb1dcb
Treewide: replace last refs to alioth.debian.org
...
Alioth is now offline -> https://wiki.debian.org/Salsa/AliothMigration
Sources moved to other forges (Salsa for example)
Some release tarballs are available on alioth-archive.debian.org
2019-11-16 11:32:05 +01:00
Jörg Thalheim
c19b3dccce
Merge pull request #73482 from ryneeverett/fix-http-prompt
...
http-prompt: fix build
2019-11-16 09:50:41 +00:00
ryneeverett
0e283d6a2d
http-prompt: fix build
...
I don't really understand why this works:
- Building with python3 because python2 fails with "error: invalid command
'bdist_wheel'".
- Specifying the path to prompt_toolkit v1 because otherwise the dependency
resolution fails with "ERROR: Could not find a version that satisfies the
requirement prompt-toolkit<2.0.0,>=1.0.0 (from http-prompt==1.0.0) (from
versions: none) ERROR: No matching distribution found for
prompt-toolkit<2.0.0,>=1.0.0 (from http-prompt==1.0.0)".
2019-11-16 04:34:53 +00:00
Raymond
d0e1277dfd
mtr: patch for "Error decoding localhost address"
2019-11-16 01:08:28 +03:00
Frederik Rietdijk
c6e31d0767
Merge master into staging-next
2019-11-14 13:31:39 +01:00
R. RyanTM
77b8701c5f
openapi-generator-cli: 4.1.3 -> 4.2.0
...
(#72589 )
2019-11-13 23:53:35 +01:00
Astro
65a9f34ea4
tdns-cli: init at 0.0.5
2019-11-13 18:17:02 +01:00
R. RyanTM
c7af822248
i2pd: 2.28.0 -> 2.29.0
...
(#72538 )
2019-11-13 12:27:44 +01:00
Oleksii Filonenko
4f3c2a2410
aria2: 1.34.0 -> 1.35.0
...
* aria2: 1.34.0 -> 1.35.0 (#73220 )
- Remove the patch
* aria2: add filalex77 as a maintainer
2019-11-13 11:52:20 +01:00
Peter Hoeg
8fa83bda25
Merge pull request #67692 from saschagrunert/slirp4netns
...
slirp4netns: 0.3.0 -> 0.4.2
2019-11-13 09:21:23 +08:00
Izorkin
2cef6accb8
curl: 7.66.0 -> 7.67.0
2019-11-12 14:47:47 +01:00
lewo
27670961f5
Merge pull request #73249 from c0bw3b/pkg/bgpdump
...
bgpdump: 2017-09-29 -> 1.6.0
2019-11-12 14:40:44 +01:00
Jan Tojnar
1569632bf8
Merge branch 'staging-next' into staging
2019-11-11 22:28:32 +01:00