Michael Raskin
06bbf48015
Merge pull request #55704 from dotlambda/getmail-5.10
...
getmail: 5.8 -> 5.10
2019-02-13 14:11:13 +00:00
Robert Schütz
776350de0a
getmail: 5.8 -> 5.10
2019-02-13 14:33:36 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
Frederik Rietdijk
b0e2f24050
Merge pull request #55670 from dotlambda/dateparser-0.7.1
...
python.pkgs.dateparser: 0.7.0 -> 0.7.1
2019-02-13 12:10:35 +01:00
Maximilian Bosch
7a961cf06f
osquery: fix build
...
We use `dpkg` 1.19.2 since 23661254e4
.
This version dropped pkg_db_reset` in `<dpkg/dpkg_db.h>` which broke compilation with the
following errors:
```
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_setup(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: error: 'pkg_array_init_from_db' was not declared in this scope
pkg_array_init_from_db(packages);
^~~~~~~~~~~~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: note: suggested alternative: 'pkg_array_init_from_hash'
pkg_array_init_from_db(packages);
^~~~~~~~~~~~~~~~~~~~~~
pkg_array_init_from_hash
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_teardown(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: error: 'pkg_db_reset' was not declared in this scope
pkg_db_reset();
^~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: note: suggested alternative: 'pkg_hash_reset'
pkg_db_reset();
^~~~~~~~~~~~
pkg_hash_reset
make[2]: *** [osquery/tables/CMakeFiles/osquery_system_tables.dir/build.make:115: osquery/tables/CMakeFiles/osquery_system_tables.dir/system/linux/deb_packages.cpp.o] Error 1
```
As there's currently no upstream fix, it's better to use an older
version of `dpkg` for now.
2019-02-13 11:21:43 +01:00
dywedir
0354db279a
rdedup: mark as broken on darwin
2019-02-13 12:12:01 +02:00
Stefan Junker
8f1ab5f539
rdedup: 3.0.1 -> 3.1.1 ( #55530 )
2019-02-13 12:06:20 +02:00
Maximilian Bosch
aa21b4b3d3
lldpd: fix build
...
The build missed `openssl` as input and failed with an error like this:
```
/nix/store/7n1h80xkbjhcijzp0iylk0nc7w05vy8k-net-snmp-5.8/include/net-snmp/library/scapi.h:14:10: fatal error: openssl/ossl_typ.h: No such file or directory
#include <openssl/ossl_typ.h> /* EVP_MD */
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
```
This also unbreaks `osquery` (https://hydra.nixos.org/build/88547811 ).
See also https://hydra.nixos.org/build/88562937
2019-02-12 23:44:07 +01:00
Robert Schütz
943c8909b5
Revert "papis: use python36"
...
This reverts commit 07664bcbe4
.
2019-02-12 23:12:57 +01:00
Will Dietz
d071cffacc
Merge pull request #55572 from dtzWill/update/txr-209
...
txr: 208 -> 209
2019-02-12 10:02:12 -06:00
Will Dietz
53b7cf556e
certbot: 0.30.2 -> 0.31.0 ( #55601 )
2019-02-12 11:38:43 +01:00
Claudio Bley
d89634ad55
fixup! yubikey-manager-qt: init at 1.1.0
2019-02-12 07:17:59 +01:00
Will Dietz
42446b15a7
Merge pull request #55334 from dtzWill/update/curl-7.64.0
...
curl: 7.63.0 -> 7.64.0
2019-02-11 18:07:23 -06:00
Will Dietz
4d8e3a2e61
Merge pull request #51690 from dtzWill/update/acme-0.29.1
...
certbot, acme: 0.24.0 -> 0.30.2
2019-02-11 17:38:35 -06:00
Will Dietz
97fdd97121
networkmanager-openvpn: 1.8.8 -> 1.8.10
2019-02-11 17:29:59 -06:00
Claudio Bley
4128782464
yubikey-manager-qt: init at 1.1.0
2019-02-11 23:21:53 +01:00
Florian Klink
1c218a251e
Merge pull request #55559 from johanot/flannel-0.11.0
...
flannel: 0.6.2 -> 0.11.0
2019-02-11 21:55:40 +01:00
Will Dietz
b7292abc5e
txr: 208 -> 209
...
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-209
2019-02-11 12:31:49 -06:00
worldofpeace
8eadf8d706
Merge pull request #55433 from dywedir/bat
...
bat: 0.9.0 -> 0.10.0
2019-02-11 18:02:10 +00:00
Johan Thomsen
fa50a42874
flannel: added @johanot (myself) as flannel pkgs maintainer
2019-02-11 11:17:59 +01:00
Johan Thomsen
acdae9af95
flannel: 0.6.2 -> 0.11.0
2019-02-11 11:17:13 +01:00
Florian Klink
ed86a5181c
Merge pull request #55554 from dotlambda/borgbackup-1.1.9
...
borgbackup: 1.1.8 -> 1.1.9
2019-02-11 10:38:39 +01:00
Robert Schütz
9c5ca86247
borgbackup: 1.1.8 -> 1.1.9
...
Changelog: https://borgbackup.readthedocs.io/en/stable/changes.html#version-1-1-9-2019-02-10
2019-02-11 09:43:36 +01:00
Elis Hirwing
3e50fba209
Merge pull request #53662 from gnidorah/opl3bankeditor
...
opl3bankeditor, opn2bankeditor: init
2019-02-11 07:57:31 +01:00
Michele Guerini Rocco
2926b6e11f
nix-script: init at 2015-09-22 ( #55495 )
2019-02-10 23:08:58 +01:00
gnidorah
1cb728d4af
opl3bankeditor, opn2bankeditor: init
2019-02-10 22:57:16 +03:00
Michael Weiss
1efa8be6bf
lf: 9 -> 10
2019-02-10 20:36:55 +01:00
Vladimír Čunát
c40f211499
Merge branch 'staging-next'
...
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Edmund Wu
09c194a352
bcachefs-tools: 2019-01-23 -> 2019-02-09
2019-02-09 21:11:29 -05:00
Jörg Thalheim
ab41021356
Merge pull request #55493 from Izorkin/lego
...
lego: 2.0.1 -> 2.2.0
2019-02-10 02:00:41 +00:00
Elis Hirwing
7bbe7e34a7
kalibrate-rtl: Move from misc to radio
2019-02-09 21:40:12 +01:00
Elis Hirwing
8a17826eed
kalibrate-hackrf: Move from misc to radio
2019-02-09 21:40:08 +01:00
Izorkin
e3bd1dd52c
lego: 2.0.1 -> 2.2.0
2019-02-09 22:55:17 +03:00
Markus Kowalewski
e9f64ad63e
snapper: add markuskowa as maintainer
2019-02-09 20:49:35 +01:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
Pascal Wittmann
655365d539
Merge pull request #55463 from KAction/tmsu
...
tmsu: install manpage properly into man1 subdirectory
2019-02-09 13:56:05 +01:00
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +01:00
worldofpeace
69be72a64a
desktop-files-utils: add setupHook to remove mimeinfo.cache
...
Post-Installation scripts are running `update-desktop-database -q`
creating these files which obviously results in a lot of collisions.
Much better solution than eventually noticing their existence and
removing them in postInstall.
2019-02-09 01:29:53 +00:00
Alec Snyder
b4178f233c
Add Git-Town Package ( #54732 )
...
* git-town: init at 7.2.0
add git-town package derivation
2019-02-08 17:36:50 -05:00
Matthew Bauer
8ec1953a4b
Merge pull request #54786 from r-ryantm/auto-update/lbdb
...
lbdb: 0.48 -> 0.48.1
2019-02-08 17:35:00 -05:00
Dmitry Bogatov
b416bb9393
tmsu: install manpage properly into man1 subdirectory
2019-02-08 22:17:14 +00:00
Pascal Wittmann
0879595c60
nagstamon: 2.0.1 -> 3.2.1
2019-02-08 20:04:07 +01:00
Michael Weiss
b0db4571a4
inxi: 3.0.31-1 -> 3.0.32-1
2019-02-08 19:33:31 +01:00
Sarah Brofeldt
12deba5f29
Merge pull request #55448 from etu/transifex-update
...
transifex-client: 0.13.5 -> 0.13.6
2019-02-08 19:27:57 +01:00
Maximilian Bosch
8092ca8312
nix1: fix perl-bindings
build
...
Nix 1.11 builds perl-bindings by default, `nix1.perl-bindings` fails
with the following error:
```
building
no Makefile, doing nothing
installing
install flags: install
make: *** No rule to make target 'install'. Stop.
```
This is probably due to #47316 . Previously the `perl-bindings` were
referenced to `nix1` instead of the `perl-bindings` function as Nix 1.11
built those during its build process.
2019-02-08 19:02:28 +01:00
Alyssa Ross
3b72c44663
Merge pull request #55453 from aanderse/cron-editor
...
cron: fix error when running crontab as sudo (issue #54827 )
2019-02-08 17:25:55 +00:00
Aaron Andersen
c8547081cb
cron: fix error when running crontab as sudo (issue #54827 )
2019-02-08 12:06:16 -05:00
tilpner
b331161df2
fuse-overlayfs: 0.2 -> 0.3
2019-02-08 16:04:03 +01:00
Elis Hirwing
997fd64006
transifex-client: 0.13.5 -> 0.13.6
2019-02-08 14:45:12 +01:00
Sarah Brofeldt
6f10a0de83
Merge pull request #55368 from jhillyerd/chezmoi
...
chezmoi: init at 1.3.0
2019-02-08 12:51:16 +01:00
dywedir
edf7cde7d1
bat: 0.9.0 -> 0.10.0
2019-02-08 10:46:20 +02:00
Jörg Thalheim
61029df66a
Merge pull request #55323 from Mic92/flameshot
...
flameshot: fix executable path in dbus service
2019-02-08 07:12:05 +00:00
Jörg Thalheim
b2d9782d23
Merge pull request #53611 from r-ryantm/auto-update/lxc
...
lxc: 3.0.3 -> 3.1.0
2019-02-08 07:03:35 +00:00
Jörg Thalheim
56b1b0ada6
lxd: 3.0.2 -> 3.10
2019-02-08 07:02:40 +00:00
James Hillyerd
a87be72553
chezmoi: init at 1.3.0
2019-02-07 19:46:39 -08:00
worldofpeace
ce8c243699
keybase-gui: drop gnome2.GConf
2019-02-08 03:35:27 +00:00
worldofpeace
6d9c5259cf
keybase-gui: 2.13.1 -> 3.0.0
2019-02-08 03:35:27 +00:00
worldofpeace
1f332e7b54
keybase: 2.13.1 -> 3.0.0
2019-02-08 03:35:27 +00:00
Maximilian Bosch
f19c75fc65
Merge pull request #55203 from Shou/init-openapi-generator
...
openapi-generator-cli: init at 3.3.4
2019-02-07 21:29:01 +01:00
Benedict Aas
07b0483d89
openapi-generator-cli: init at 3.3.4
2019-02-07 20:58:23 +01:00
Michael Weiss
320a57198f
inxi: 3.0.30-1 -> 3.0.31-1
2019-02-07 20:47:23 +01:00
Léo Gaspard
a6abec9c66
mailutils: use system-sendmail instead of sendmailPath
...
system-sendmail allows all sendmail's to be auto-detected, including on
non-NixOS systems. This is, to me, a better UX than having to manually
override the sendmailPath argument.
In exchange, it is a breach of retro-compatibility. Given right now I
can't see any uses for sendmailPath other than what is supported by
system-sendmail, I didn't keep it, but it'd be possible to allow
sendmailPath to override the choice of sendmail from system-sendmail.
2019-02-07 17:36:51 +01:00
Elis Hirwing
bab6f5a897
Merge pull request #55223 from r-ryantm/auto-update/pirate-get
...
pirate-get: 0.3.2 -> 0.3.3
2019-02-07 12:41:33 +01:00
Sarah Brofeldt
04e46a7a4e
Merge pull request #55357 from NixOS/update-rrdtool
...
rrdtool: 1.7.0 -> 1.7.1
2019-02-07 11:54:22 +01:00
Peter Hoeg
974024c89e
Merge pull request #50257 from peterhoeg/p/sonota
...
sonota: init at 2018-10-07
2019-02-07 17:24:23 +08:00
lewo
bcd199c8af
Merge pull request #52864 from andrew-d/andrew/gping
...
gping: init at 1.1
2019-02-07 09:59:12 +01:00
Peter Hoeg
2167b4e1bf
sonota: init at 2018-10-07
2019-02-07 10:18:49 +08:00
Graham Christensen
ddd96283fc
diffoscope: teach about guestfs
2019-02-06 20:58:55 -05:00
Graham Christensen
6c3df41c64
diffoscope: 99 -> 110
2019-02-06 20:58:45 -05:00
Robert W. Brewer
25ebdc186e
pyznap: init at 1.1.2
2019-02-06 18:29:59 -05:00
Pascal Wittmann
e9982cc501
rrdtool: 1.7.0 -> 1.7.1
2019-02-06 20:06:57 +01:00
Vladyslav M
5382ee6c21
Merge pull request #55347 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.7.9 -> 2.8.0
2019-02-06 19:11:14 +02:00
Justin Humm
c02cfc6f64
nixopsUnstable: 1.6.1pre2706_d5ad09c -> 1.6.1pre2728_8ed39f9
...
This fixes evaluation with the latest master. See also [0] and [1] for
this.
[0] https://github.com/NixOS/nixops/issues/1086
[1] https://github.com/NixOS/nixops/pull/1088
2019-02-06 17:10:36 +00:00
R. RyanTM
fabb1c4344
acme-sh: 2.7.9 -> 2.8.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-02-06 08:00:38 -08:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
Will Dietz
5a4e8a410f
curl: 7.63.0 -> 7.64.0
...
CVE-2018-16890
CVE-2019-3822
CVE-2019-3823
https://curl.haxx.se/changes.html#7_64_0
2019-02-06 06:18:42 -06:00
R. RyanTM
4cd3944a1b
google-compute-engine: 20181206 -> 20190124 ( #55312 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/google-compute-engine/versions
2019-02-06 11:02:31 +00:00
Jörg Thalheim
4010639d5e
flameshot: fix executable path in dbus service
...
also some minor tweaks that makes the package more robust.
2019-02-06 10:09:03 +00:00
Wael Nasreddine
89c2bf5069
amass: 2.8.5 -> 2.9.1 ( #55252 )
2019-02-05 18:45:07 -08:00
Florian Klink
d60c38ad9b
minio-client: 2018-12-27T00-37-49Z -> 2019-01-30T19-57-22Z
2019-02-05 17:38:18 +01:00
Vonfry
99bb42651a
fortune: 1.99.1 -> 2.6.2 ( #55171 )
...
fortune: 1.99.1 -> 2.6.2
2019-02-05 14:07:27 +01:00
Elis Hirwing
ae316a39db
Merge pull request #55260 from dywedir/ncdu
...
ncdu: 1.13 -> 1.14
2019-02-05 13:43:37 +01:00
dywedir
c7df612e2a
ncdu: 1.13 -> 1.14
2019-02-05 09:39:57 +02:00
Wael M. Nasreddine
aae923a255
Revert "amass: 2.8.5 -> 2.9.1"
...
I did not intend to push directly to master, I'm going to revert this
and go through a pull request instead!
This reverts commit 770e014574
.
2019-02-04 21:54:03 -08:00
Wael M. Nasreddine
770e014574
amass: 2.8.5 -> 2.9.1
2019-02-04 21:47:15 -08:00
R. RyanTM
75b3e6753e
lynis: 2.7.0 -> 2.7.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lynis/versions
2019-02-04 19:25:56 -08:00
Vladyslav M
8626808c72
Merge pull request #54752 from eadwu/bcachefs/20190123
...
linux_testing_bcachefs,bcachefs-tools: 20190123
2019-02-04 22:53:38 +02:00
R. RyanTM
7264d801a6
pirate-get: 0.3.2 -> 0.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pirate-get/versions
2019-02-04 10:16:42 -08:00
Meghea Iulian
76c0ebc710
lxd: fix sh not in path ( #55073 )
...
lxd: add bash to PATH
2019-02-04 09:19:14 +01:00
Will Dietz
994c3eaec8
rhash: run functional tests not consistency of source dist :)
2019-02-04 01:49:02 -06:00
Will Dietz
bffabe5de1
rhash: 1.3.6 -> 1.3.8
...
https://github.com/rhash/RHash/releases/tag/v1.3.8
https://github.com/rhash/RHash/releases/tag/v1.3.7
2019-02-04 01:49:02 -06:00
Will Dietz
e79e038b09
acme, certbot: 0.29.1 -> 0.30.2
...
* move to python3
* touchup deps
2019-02-03 21:13:54 -06:00
Will Dietz
4be1d9a444
certbot, acme: 0.24.0 -> 0.29.1
...
(same source)
2019-02-03 20:58:45 -06:00
markuskowa
ed5ec8b375
Merge pull request #54845 from r-ryantm/auto-update/dar
...
dar: 2.6.0 -> 2.6.1
2019-02-03 22:02:23 +01:00
Pascal Wittmann
b3c994185a
disorderfs: 0.5.5 -> 0.5.6
2019-02-03 19:19:41 +01:00
Jan Malakhovski
1b2c28b0ee
blueman: move defaults to package file
2019-02-03 15:33:19 +00:00
Jan Malakhovski
f37effbc99
gams: move defaults to package file
2019-02-03 15:30:46 +00:00
Jan Malakhovski
caff8b7f4c
mjpegtools: move defaults to package file
2019-02-03 15:30:40 +00:00
Jan Malakhovski
58a2757aaa
ibus-with-plugins: move defaults to package file
2019-02-03 15:30:39 +00:00
Jan Malakhovski
6e1e0bb213
urjtag: move defaults to package file
2019-02-03 15:30:30 +00:00
Jan Malakhovski
546c8ffef8
ssmtp: move defaults to package file
2019-02-03 15:30:29 +00:00
Jan Malakhovski
d35c199422
dysnomia: cleanup whitespace
2019-02-03 15:30:11 +00:00
Michael Weiss
5b8a861c44
signing-party: Update meta.homepage
...
The current repository (debian/signing-party) was actually the old one
(last activity 4 months ago) and signing-party-team/signing-party is the
new upstream repository.
2019-02-03 14:59:41 +01:00
markuskowa
8f71609268
Merge pull request #54675 from r-ryantm/auto-update/sile
...
sile: 0.9.5 -> 0.9.5.1
2019-02-03 14:11:33 +01:00
markuskowa
fbbb430d66
Merge pull request #54839 from r-ryantm/auto-update/cmst
...
cmst: 2018.01.06 -> 2019.01.13
2019-02-03 13:22:59 +01:00
Franz Pletz
56ca460f13
Merge pull request #54849 from r-ryantm/auto-update/dpkg
...
dpkg: 1.19.2 -> 1.19.4
2019-02-03 08:58:35 +00:00
R. RyanTM
8f20c5d3b9
debianutils: 4.8.6 -> 4.8.6.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debianutils/versions
2019-02-03 08:58:08 +00:00
Franz Pletz
f6c86a7e5d
Merge pull request #54938 from mmlb/update-iperf2
...
iperf2: 2.0.12 -> 2.0.13
2019-02-03 08:39:47 +00:00
Florian Klink
a9bf0456c2
Merge pull request #55066 from petabyteboy/feature/ifdtool
...
ifdtool: init at 4.9
2019-02-02 23:13:24 +01:00
Vladimír Čunát
bd9f835bf6
Merge branch 'master' into staging-next
...
Larger rebuild, probably mainly haskell.
Hydra nixpkgs: ?compare=1503325
2019-02-02 17:13:11 +01:00
Roosemberth Palacios
5463f4d903
youtube-dl: 2019.01.17 -> 2019.01.30.1 ( #55075 )
...
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2019-02-02 16:12:44 +01:00
Will Dietz
5c986a45ce
Merge pull request #55072 from dywedir/oxipng
...
oxipng: 2.1.8 -> 2.2.0
2019-02-02 07:01:04 -06:00
Milan Pässler
8ad32a7e98
ifdtool: init at 4.9
2019-02-02 12:57:18 +01:00
Robert Schütz
230d55edc8
Merge pull request #55009 from dotlambda/papis-0.7.5
...
papis: 0.6 -> 0.7.5
2019-02-02 12:08:21 +01:00
dywedir
1d19b5bd31
oxipng: 2.1.8 -> 2.2.0
2019-02-02 10:39:30 +02:00
Jan Tojnar
de708cf331
Merge pull request #50953 from jtojnar/rpm-ostree
...
rpm-ostree: 2018.5 → 2019.1
2019-02-01 19:36:23 +01:00
Elis Hirwing
0ef341164c
Merge pull request #55037 from 4z3/urlwatch
...
urlwatch: 2.15 -> 2.16
2019-02-01 17:52:27 +01:00
Jan Tojnar
c0ffbe8f37
rpm-ostree: 2018.5 → 2019.1
2019-02-01 17:49:36 +01:00
Jan Tojnar
2a92edfbc4
ostree: 2018.9 → 2019.1
2019-02-01 17:49:26 +01:00
Pascal Wittmann
9f6b441aec
pfstools: port to qt5 ( #33248 )
...
Since release 2.1.0 pfsview supports qt5.
2019-02-01 17:09:18 +01:00
Robert Schütz
07664bcbe4
papis: use python36
...
dateparser tests fail on python37:
https://github.com/NixOS/nixpkgs/issues/52766
2019-02-01 13:36:05 +01:00
Robert Schütz
5447f7028b
papis: 0.6 -> 0.7.5
...
fixes https://github.com/NixOS/nixpkgs/issues/54821
2019-02-01 13:35:35 +01:00
Bjørn Forsman
a90062d46f
moreutils: unbreak 'ts -r'
...
Fix this:
$ ts -r
Can't locate Date/Parse.pm in @INC [...]
2019-02-01 11:32:46 +01:00
tv
5666ad2885
urlwatch: 2.15 -> 2.16
2019-02-01 11:13:52 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
Comments on conflicts:
- llvm: d6f401e1
vs. 469ecc70
- docs for 6 and 7 say the default is
to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
Domen Kožar
8b85a86023
nixops: 1.6 -> 1.6.1
2019-02-01 11:39:58 +07:00
Herwig Hochleitner
f7165b2ad6
i2p: 0.9.37 -> 0.9.38
2019-02-01 03:56:15 +01:00
Michael Weiss
6190c120a6
lf: 8 -> 9
2019-01-31 21:04:13 +01:00
Joachim F
481a214d7e
Merge pull request #54822 from r-ryantm/auto-update/i2pd
...
i2pd: 2.22.0 -> 2.23.0
2019-01-31 17:52:39 +00:00
Vladyslav M
74ee7f73f8
Merge pull request #54654 from r-ryantm/auto-update/wireguard-tools
...
wireguard-tools: 0.0.20181218 -> 0.0.20190123
2019-01-31 17:28:45 +02:00
markuskowa
1eda52b1a2
Merge pull request #54963 from NixOS/update-parallel
...
parallel: 20181222 -> 20190122
2019-01-31 15:15:06 +01:00
Will Dietz
70f56d8f3b
Merge pull request #54749 from dtzWill/feature/birdfont
...
birdfont: init at 2.25.0 (and add dep xmlbird)
2019-01-31 06:30:35 -06:00
Will Dietz
1056100039
Merge pull request #54885 from dtzWill/feature/chelf
...
chelf: init at 0.2.2
2019-01-31 06:28:08 -06:00
Will Dietz
80e387a409
Merge pull request #54883 from dtzWill/feature/crex
...
crex: init at 0.2.5
2019-01-31 06:27:33 -06:00
Will Dietz
d166521d5f
Merge pull request #54884 from dtzWill/feature/xlayoutdisplay
...
xlayoutdisplay: init at 1.0.2
2019-01-31 06:26:59 -06:00
Will Dietz
bc8c060a3b
Merge pull request #54882 from dtzWill/feature/txr
...
txr: init at 208
2019-01-31 06:25:11 -06:00
Pascal Wittmann
f4f1eb1206
parallel: 20181222 -> 20190122
2019-01-30 22:04:30 +01:00
Michael Weiss
8f354badbc
scdoc: 1.8.0 -> 1.8.1
2019-01-30 19:36:50 +01:00
Franz Pletz
72f324dbc7
Merge pull request #45567 from johanot/certmgr-rootca-patch
...
certmgr: Add patch for optional trust of self-signed certificates at remote cfssl apiserver
2019-01-30 17:37:42 +00:00
Ari Lotter
d4246d702e
usbmuxd: 2018-07-22 -> 2018-10-10
2019-01-30 11:55:24 -05:00
Jörg Thalheim
5b622c115d
iperf3: fix musl patch
2019-01-30 15:27:44 +00:00
Manuel Mendez
3bdd1156b8
iperf2: enable fastsampling config option
...
From ./configure --help
--enable-fastsampling enable support for 100 microsecond report intervals
2019-01-30 08:39:46 -05:00
Manuel Mendez
b99cc81d49
iperf2: 2.0.12 -> 2.0.13
2019-01-30 08:30:39 -05:00
laMudri
1a8c98fe5c
ibus-engines.table: 1.9.20 -> 1.9.21
2019-01-29 22:53:57 +00:00
Silvan Mosberger
346aff19e2
Merge pull request #54758 from r-ryantm/auto-update/nyx
...
nyx: 2.0.4 -> 2.1.0
2019-01-29 21:56:29 +01:00
Robert Schütz
c50468a01e
crex: touchup description as suggested
...
Thanks!
Co-Authored-By: dtzWill <github@wdtz.org>
2019-01-29 08:47:16 -06:00
Will Dietz
82c9b261f4
chelf: init at 0.2.2
...
Utility for changing default thread stack size
(via PT_GNU_STACK program header)
as supported by musl 1.1.21+.
patchelf for default thread stack size :).
This makes it possible to use a larger value
without changing the source, which is preferred
but may be awkward or otherwise undesirable in some cases.
The value can also be set via LDFLAGS with some linkers,
such as with GNU ld using "-Wl,-z,stack-size=N".
See:
https://git.musl-libc.org/cgit/musl/commit/?id=7b3348a98c139b4b4238384e52d4b0eb237e4833
2019-01-29 07:12:19 -06:00
Will Dietz
7ed3c32015
xlayoutdisplay: init at 1.0.2
...
(promoting from my NUR repo)
2019-01-29 07:07:53 -06:00
Will Dietz
59677054d3
crex: init at 0.2.5
...
(promoting from my NUR repo)
2019-01-29 07:01:17 -06:00