Commit Graph

19430 Commits

Author SHA1 Message Date
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
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
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
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