Commit Graph

24441 Commits

Author SHA1 Message Date
arcnmx
e0e2fd849a youtube-dl: 2020.01.15 -> 2020.01.24 2020-01-24 11:32:19 -08:00
Ingo Blechschmidt
89864a01d1 dsniff: Unbreak the build 2020-01-24 18:58:54 +01:00
Michael Weiss
7c08ba312b
Merge pull request #78189 from kraem/master
rar2fs: init at 1.28.0
2020-01-24 18:29:38 +01:00
Aaron Andersen
ddbb15dc79
Merge pull request #77300 from plumelo/rsyslog
rsyslog: include libmaxminddb
2020-01-24 06:27:19 -05:00
Mario Rodas
c4b458fa53 mutagen: 0.10.2 -> 0.10.3
Changelog: https://github.com/mutagen-io/mutagen/releases/tag/v0.10.3
2020-01-24 02:05:08 -08:00
Vladyslav M
ead1e6a364
Merge pull request #78367 from marsam/update-broot
broot: 0.11.9 -> 0.12.0
2020-01-23 23:31:25 +02:00
vasile luta
da5bb025c6 rsyslog: include libmaxminddb 2020-01-23 22:23:09 +02:00
Michael Weiss
983f39cdab
unrar: Install all C++ header files into the "dev" output
This is e.g. required for the rar2fs build [0], which needs at least
version.hpp, rar.hpp, dllext.hpp, dll.hpp, and headers5.hpp.

At least Gentoo does this as well [1] but most other distributions only
install dll.hpp or no header files at all.

[0]: https://github.com/NixOS/nixpkgs/pull/78189
[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/app-arch/unrar/unrar-5.8.5.ebuild
2020-01-23 21:16:38 +01:00
kraem
04bf042e2f
rar2fs: init at 1.28.0 2020-01-23 21:16:20 +01:00
Mario Rodas
4dbba7a143
procs: 0.8.16 -> 0.9.0 2020-01-23 09:00:00 -05:00
Mario Rodas
dfaae48381
broot: 0.11.9 -> 0.12.0 2020-01-23 04:20:00 -05:00
Peter Hoeg
e527dc62d7 mc: /bin/rm does not exist 2020-01-23 17:08:35 +08:00
Mario Rodas
bce8f64c78
vault: 1.3.1 -> 1.3.2 2020-01-22 18:18:18 -05:00
Maximilian Bosch
714860dd42
Merge pull request #78182 from r-ryantm/auto-update/hwinfo
hwinfo: 21.67 -> 21.68
2020-01-22 22:30:00 +01:00
zowoq
88235d99a4 amass: 3.0.25 -> 3.4.2 (#78001) 2020-01-22 12:13:51 -08:00
Florian Klink
79bf9ef3b5
Merge pull request #78243 from srhb/ceph-revert-lost-ceph-volume
ceph: Bring back ceph-volume
2020-01-22 18:00:22 +01:00
Rakesh Gupta
f82528a92b updated version to 1.20.1 2020-01-22 17:46:42 +01:00
Andrew Childs
dc1d9a578d s-tui: 0.8.3 -> 1.0.0 2020-01-22 17:21:42 +01: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
Florian Klink
a61db03041
Merge pull request #77494 from dtzWill/update/ocrmypdf-9.4.0
ocrmypdf: 9.2.0 -> 9.5.0
2020-01-22 16:03:29 +01:00
Marek Mahut
860a3114f7 fido2luks: 0.2.2 -> 0.2.3 2020-01-22 16:00:40 +01:00
Ryan Mulligan
b3764d585c
Merge pull request #78232 from r-ryantm/auto-update/munge
munge: 0.5.13 -> 0.5.14
2020-01-22 06:10:00 -08:00
R. RyanTM
f18f8a063b mawk: 1.3.4-20190203 -> 1.3.4-20200106 2020-01-22 13:27:27 +01:00
Sarah Brofeldt
585ac580df ceph: Bring back ceph-volume 2020-01-22 12:26:58 +01:00
Anderson Torres
37381f6e60
Merge pull request #76682 from AndersonTorres/update/luckybackup
luckybackup: init at 0.5.0
2020-01-22 07:45:40 -03:00
Mario Rodas
ec8fd9cc34
Merge pull request #78165 from r-ryantm/auto-update/glusterfs
glusterfs: 7.1 -> 7.2
2020-01-22 05:35:28 -05: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
R. RyanTM
c9c3b9d602 plantuml: 1.2019.13 -> 1.2020.0 2020-01-22 10:15:38 +00: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
Mario Rodas
9613cc8104
Merge pull request #78230 from r-ryantm/auto-update/mcfly
mcfly: 0.3.1 -> 0.3.6
2020-01-22 05:04:30 -05:00
zimbatm
546fe02875
h: init at 1.0.0 (#78017)
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-22 09:49:54 +00: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
Jonathan Ringer
1474940ea4 ansible_2_8: 2.8.6 -> 2.8.7 2020-01-22 01:12:28 -08:00
Jonathan Ringer
3444d76c1b ansible_2_*: overridePythonAttrs -> overrideAttrs 2020-01-22 01:12:28 -08:00
Jonathan Ringer
99eb9231d4 ansible_2_9: init at 2.9.2 2020-01-22 01:12:28 -08:00
R. RyanTM
2176d2fc8d argyllcms: 2.1.1 -> 2.1.2 2020-01-22 01:01:11 -08:00
Mario Rodas
a06cbffd16
mcfly: enable on darwin 2020-01-21 23:00:00 -05:00
R. RyanTM
10b05a9b77
mcfly: 0.3.1 -> 0.3.6 2020-01-21 23:05:22 -05:00
R. RyanTM
8ea2027f65 munge: 0.5.13 -> 0.5.14 2020-01-22 03:24:53 +00:00
Mario Rodas
8500d560a4
Merge pull request #76367 from r-ryantm/auto-update/pspg
pspg: 2.6.0 -> 2.6.4
2020-01-21 20:01:54 -05:00
Will Dietz
61381b2f88
ocrmypdf: 9.4.0 -> 9.5.0 2020-01-21 18:17:30 -06:00
Will Dietz
6b1937818e
ocrmypdf: prefer patch + substituteAll 2020-01-21 18:14:49 -06:00
Mario Rodas
248b42757b
Merge pull request #76216 from r-ryantm/auto-update/asciidoctorj
asciidoctorj: 2.1.0 -> 2.2.0
2020-01-21 18:52:26 -05:00
Mario Rodas
9e6868b782
Merge pull request #78071 from r-ryantm/auto-update/diffoscope
diffoscope: 133 -> 135
2020-01-21 18:30:26 -05:00
Mario Rodas
e4ba0822a5
Merge pull request #78064 from marsam/init-mutagen
mutagen: init at 0.10.2
2020-01-21 18:27:37 -05:00
R. RyanTM
be5c93605a languagetool: 4.7 -> 4.8 2020-01-21 19:51:48 +00:00
Jan Hrnko
7ccb1dbb41 morph: add openssh to PATH 2020-01-21 18:44:35 +01: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
R. RyanTM
dbc61de005 hwinfo: 21.67 -> 21.68 2020-01-21 16:51:30 +00:00
Ryan Mulligan
5c5d9efdd1
Merge pull request #78078 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.13.0 -> 3.15.0
2020-01-21 07:48:00 -08:00
Ryan Mulligan
53c681d7e2
Merge pull request #78147 from dwarfmaster/rename
Renamed maintainer lucas8 -> dwarfmaster
2020-01-21 07:47:20 -08:00
Evan Stoll
ac6524dc7f cargo-about: init at 0.1.1 2020-01-21 10:42:06 -05:00
R. RyanTM
f0da790b6d glusterfs: 7.1 -> 7.2 2020-01-21 14:13:32 +00:00
Serval
39ee33c832
v2ray: 4.22.0 -> 4.22.1 2020-01-21 21:51:44 +08:00
zimbatm
f8df74be4b
vncdo: fix build 2020-01-21 13:16:01 +01:00
talyz
62af7804ef nomachine-client: 6.8.1 -> 6.9.2 2020-01-21 10:29:39 +01:00
Mario Rodas
8af54fcfae
pspg: enable on darwin 2020-01-21 04:20:00 -05:00
Mario Rodas
64699cadea
pspg: 2.6.4 -> 2.6.6 2020-01-21 04:20:00 -05:00
lewo
2b4753182e
Merge pull request #77851 from zowoq/saldl
saldl: init at 40
2020-01-21 08:43:05 +01:00
lewo
5c50fe54a6
Merge pull request #78114 from cust0dian/tmuxinator-1.1.4
tmuxinator: 1.1.0 -> 1.1.4
2020-01-21 08:40:33 +01:00
DwarfMaster
227a3f4383 Renamed maintainer lucas8 -> dwarfmaster 2020-01-21 16:39:52 +10:00
Renaud
11294261bb
Merge pull request #77489 from dtzWill/update/fail2ban-0.10.5
fail2ban: 0.10.4 -> 0.10.5
2020-01-20 22:47:27 +01:00
R. RyanTM
651e73484e facter: 3.14.6 -> 3.14.7 (#78083) 2020-01-20 22:10:24 +01:00
Michael Weiss
4a7f07e2b9
html-proofer: 3.15.0 -> 3.15.1 2020-01-20 21:50:19 +01:00
Serg Nesterov
d1e502ba7e
tmuxinator: 1.1.0 -> 1.1.4 2020-01-20 19:59:53 +03:00
Mario Rodas
7c2a51cdf1 du-dust: 0.4.2 -> 0.4.4 2020-01-20 16:06:37 +01:00
Noah Loomans
79cf2c25fb hakuneko: 5.0.8 -> 6.1.7 2020-01-20 15:40:50 +01:00
Maximilian Bosch
d06b5daac1
Merge pull request #78086 from r-ryantm/auto-update/graylog
graylog: 3.1.3 -> 3.1.4
2020-01-20 13:53:18 +01:00
Mario Rodas
49f0e33892
Merge pull request #77735 from r-ryantm/auto-update/dar
dar: 2.6.6 -> 2.6.7
2020-01-20 07:45:57 -05:00
Mario Rodas
949c5f8451
Merge pull request #78068 from r-ryantm/auto-update/acme.sh
acme-sh: 2.8.3 -> 2.8.5
2020-01-20 07:36:58 -05:00
Mario Rodas
c0c1b9d64e
Merge pull request #78063 from marsam/update-nfpm
nfpm: 1.1.8 -> 1.1.10
2020-01-20 07:35:27 -05:00
AndersonTorres
7c4f845551 luckybackup: init at 0.5.0 2020-01-20 07:39:01 -03:00
Peter Simons
6cc43ee38c
Merge pull request #78069 from r-ryantm/auto-update/asymptote
asymptote: 2.61 -> 2.62
2020-01-20 10:15:44 +01:00
R. RyanTM
0928c40c29 graylog: 3.1.3 -> 3.1.4 2020-01-20 08:51:55 +00:00
R. RyanTM
d7e04bb440 fanficfare: 3.13.0 -> 3.15.0 2020-01-20 07:38:24 +00:00
R. RyanTM
cc1bed5919 diffoscope: 133 -> 135 2020-01-20 03:48:35 +00:00
R. RyanTM
68ee1de5d2 asymptote: 2.61 -> 2.62 2020-01-20 03:07:05 +00:00
R. RyanTM
02fad0d598 acme-sh: 2.8.3 -> 2.8.5 2020-01-20 03:00:35 +00:00
Mario Rodas
4a5c337397
nfpm: 1.1.8 -> 1.1.10 2020-01-19 20:20:20 -05:00
Mario Rodas
a58ddbe232
Merge pull request #77902 from r-ryantm/auto-update/sewer
sewer: 0.7.0 -> 0.7.3
2020-01-19 08:58:08 -05:00
Mario Rodas
622e1b083a
Merge pull request #77921 from r-ryantm/auto-update/zfs-replicate
zfs-replicate: 1.1.11 -> 1.1.14
2020-01-19 08:57:17 -05:00
Mario Rodas
f13b85643b
Merge pull request #77889 from r-ryantm/auto-update/nix-bundle
nix-bundle: 0.2.0 -> 0.3.0
2020-01-19 08:50:36 -05:00
Mario Rodas
5b55493939
Merge pull request #77895 from r-ryantm/auto-update/pipreqs
pipreqs: 0.4.9 -> 0.4.10
2020-01-19 08:43:11 -05:00
Mario Rodas
30a7902609
sewer: enable on darwin 2020-01-19 04:20:00 -05:00
Mario Rodas
fc408d55e6 sewer: 0.7.3 -> 0.7.9 2020-01-19 04:20:00 -05:00
worldofpeace
282b79a885
Merge pull request #77993 from ericnorris/master
rpm: fix helper script paths
2020-01-18 20:46:16 -05:00
zowoq
5679caf3ef fuse-overlayfs: 0.7.4 -> 0.7.5 2020-01-19 08:28:52 +10:00
Marek Mahut
d5f9a98e06
Merge pull request #77974 from marsam/init-rage
rage: init at 0.2.0
2020-01-18 23:07:49 +01:00
Eric Norris
e5d007e86a
rpm: fix helper script paths 2020-01-18 15:59:30 -05: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
edef
201d9b8916
Merge pull request #77956 from helsinki-systems/upd/zopfli
zopfli: 1.0.2 -> 1.0.3
2020-01-18 13:44:13 +00:00
Will Dietz
b873eb7317 packagekit: 1.1.12 -> 1.1.13 (#77498)
* packagekit: 1.1.12 -> 1.1.13

https://github.com/hughsie/PackageKit/blob/PACKAGEKIT_1_1_13/NEWS

* packagekit: set systemd user unit dir, minor touchups

While visiting:
* drop trailing slash in system unit dir
* prefer placeholder over escaping

* packagekit: dbus dir fixup (thanks @worldofpeace!)

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2020-01-18 08:34:18 -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
Jan Tojnar
07b8ab4ff7
python2.pkgs.nixpart0: use correct libselinux bindings
Sine 56e557257d libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
2020-01-18 11:20:40 +01:00
Mario Rodas
2d0a6808d7
rage: init at 0.2.0 2020-01-18 04:20:00 -05:00
Niklas Hambüchen
5cda7099ae
Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11
ibus-engines.table-others: 1.3.9 -> 1.3.11
2020-01-18 02:26:04 +01:00
Niklas Hambüchen
8fb62abe8a
Merge pull request #77604 from srhb/ceph-14.2.6
ceph: 14.2.5 -> 14.2.6
2020-01-18 02:15:02 +01:00
ajs124
782ea12568 zopfli: 1.0.2 -> 1.0.3 2020-01-17 23:29:26 +01:00