Florian Klink
08e06e7d22
borgbackup: add flokli as maintainer
2017-10-28 22:05:37 +02:00
Edward Tjörnhammar
0e4be9e5f0
bully: 1.0-22 -> 1.1
2017-10-27 09:03:44 +02:00
Graham Christensen
0f5eaaf1e9
Merge pull request #30810 from puffnfresh/package/jsawk
...
jsawk: init at 1.5-pre
2017-10-26 19:29:45 -04:00
Brian McKenna
b72fcce2d9
jsawk: init at 1.5-pre
2017-10-27 09:55:57 +11:00
Joachim Fasting
5a64e446ff
tor: 0.3.1.7 -> 0.3.1.8
...
Quoth the release notes:
> It includes several bugfixes, including a bugfix for a crash issue that
had affected relays under memory pressure. It also adds a new directory
authority, Bastet.
2017-10-26 22:39:24 +02:00
Daiderd Jordan
31db63bd74
Merge pull request #30809 from andir/dnstracer-darwin
...
dnstracer: fix build on darwin
2017-10-26 11:30:24 +02:00
Michael Weiss
6951604011
sshfs: 3.3.0 -> 3.3.1
2017-10-26 07:58:57 +02:00
Andreas Rammhold
32d6259eec
dnstracer: fix build on darwin
2017-10-26 01:56:19 +02:00
Joerg Thalheim
1e3995d3ea
svgcleaner: add correct license
2017-10-26 00:02:45 +01:00
Jörg Thalheim
6a2dc55337
Merge pull request #30803 from elasticdog/ansible_2_3
...
ansible_2_3: 2.3.1.0 -> 2.3.2.0
2017-10-25 20:48:11 +01:00
Aaron Bull Schaefer
19fda23a50
ansible_2_3: 2.3.1.0 -> 2.3.2.0
2017-10-25 12:23:52 -07:00
Jörg Thalheim
68fced26d8
Merge pull request #30799 from mehandes/svgcleaner
...
svgcleaner: init at v0.9.1
2017-10-25 19:52:49 +01:00
mehandes
17af9f8d4d
svgcleaner: init at v0.9.1
...
Svgcleaner is a tool for fast and safe svg optymalization.
2017-10-25 18:43:10 +02:00
Tuomas Tynkkynen
1cea1b66a4
ding-libs: 0.6.0 -> 0.6.1
2017-10-25 19:36:30 +03:00
Tuomas Tynkkynen
e94887bb11
fio: 2.99 -> 3.1
2017-10-25 19:36:30 +03:00
Tuomas Tynkkynen
e85768b0df
xfsprogs: 4.11.0 -> 4.13.1
2017-10-25 19:36:30 +03:00
Tuomas Tynkkynen
8c9dbb2d39
gptfdisk: 1.0.1 -> 1.0.3
2017-10-25 19:36:30 +03:00
Franz Pletz
eb3332ef40
Merge pull request #30644 from woffs/pulsemixer
...
pulsemixer: init at 1.3.0-license
2017-10-25 10:32:07 +02:00
Franz Pletz
6df1cccfdf
Merge pull request #30721 from xzfc/xpointerbarrier
...
xpointerbarrier: init at 17.10
2017-10-25 04:11:52 +02:00
José Romildo Malaquias
a76a3cab01
avfs: 1.0.4 -> 1.0.5
2017-10-24 16:34:08 -02:00
mimadrid
9b7bf9cd91
rofi-pass: 1.5.1 -> 1.5.2
2017-10-24 18:22:12 +02:00
Utku Demir
cf8e966e00
lastpass-cli: 1.1.1 -> 1.2.1
2017-10-24 17:34:51 +02:00
Frank Doepper
4936e31141
pulsemixer: init at 1.3.0-license
2017-10-24 16:53:15 +02:00
Yellow Ghost
646a77739b
notify-desktop: init at 0.2.0
...
notify-desktop package added
improved code synopsis
2017-10-24 15:25:49 +02:00
Franz Pletz
a502a95616
kea: build with botan2
2017-10-24 14:21:08 +02:00
Franz Pletz
97b23fc975
softhsm: 2.2.0 -> 2.3.0
2017-10-24 14:21:06 +02:00
Franz Pletz
9cad02ce6b
journalbeat: set argv0 in wrapper
2017-10-24 14:21:05 +02:00
Peter Hoeg
707b6b12cc
minicom: 2.7 -> 2.7.1
2017-10-24 18:07:34 +08:00
Tristan Helmich
b752a9e433
graylog: 2.3.1 -> 2.3.2
2017-10-24 11:34:45 +02:00
Pascal Wittmann
c42e772a62
hevea: 2.29 -> 2.31
2017-10-23 20:31:13 +02:00
Lancelot SIX
131b7c2890
screen: 4.6.1 -> 4.6.2
...
See http://lists.gnu.org/archive/html/info-gnu/2017-10/msg00006.html
for release information
2017-10-23 15:58:51 +02:00
Albert Safin
90729600a8
xpointerbarrier: init at 17.10
2017-10-23 20:38:59 +07:00
dywedir
9af922ac78
ripgrep: 0.6.0 -> 0.7.1
2017-10-23 11:01:52 +03:00
Kevin Cox
5f8cf0048e
rust: update cargo builder to fetch registry dynamically
...
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.
Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.
This also uses the new --frozen and --locked flags which is nice.
Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).
This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.
Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Tobias Geerinckx-Rice
4333b94ae5
Merge pull request #30495 from veprbl/patch-2
...
proot: static by default, bump to 2017-10-15
2017-10-22 19:33:07 +00:00
Tuomas Tynkkynen
94e88d6bae
collectd: Fix build after LVM2 upgrade
2017-10-22 18:23:32 +03:00
Tuomas Tynkkynen
ac2acca7d9
Merge remote-tracking branch 'upstream/staging' into master
2017-10-22 18:16:17 +03:00
mimadrid
c7dec7a4b8
aria2: 1.32.0 -> 1.33.0
2017-10-22 16:25:33 +02:00
Erick Gonzalez
ad5b75dd71
strongSwan: Enable EAP Radius plugin for remote authentication of dial in ipsec clients
2017-10-22 15:35:06 +02:00
Pascal Wittmann
f94d6f7f54
pdf2djvu: 0.9.5 -> 0.9.7
2017-10-22 11:41:23 +02:00
Tuomas Tynkkynen
3ad02bb1fb
less: 487 -> 520
2017-10-22 01:40:58 +03:00
Tuomas Tynkkynen
462fe50122
e2fsprogs: 1.43.4 -> 1.43.7
2017-10-22 01:40:58 +03:00
dywedir
582afac3cb
fzy: 0.7 -> 0.9
2017-10-22 00:33:19 +02:00
Renaud
5121b67b12
nsjail: git-2015-08-10 -> 2.1
2017-10-22 00:31:27 +02:00
Daiderd Jordan
66b5cec754
Merge pull request #30664 from jmitchell/pkg-vault-update
...
vault: 0.8.1 -> 0.8.3
2017-10-21 23:39:50 +02:00
Daniel Peebles
261bd27e42
Merge pull request #30661 from c0bw3b/pkg/librepo
...
librepo: 1.7.20 -> 1.8.1
2017-10-21 17:13:04 -04:00
Jacob Mitchell
57b27f2867
vault: 0.8.1 -> 0.8.3
2017-10-21 13:34:39 -07:00
Daniel Kuehn
4c449e03b7
sudo: Add optional dependency to SSSD, enabled by setting withSssd to true
2017-10-21 20:21:27 +02:00
Renaud
b023332cdf
librepo: 1.7.20 -> 1.8.1
2017-10-21 19:17:28 +02:00
Diego Zamboni
2656237ac9
asciidoctor: 1.5.5 -> 1.5.6.1
2017-10-21 16:44:59 +03:00