1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 08:31:59 +00:00
Commit graph

19721 commits

Author SHA1 Message Date
worldofpeace d22aeb0c43
Merge pull request #57689 from worldofpeace/ModemManager/bump
modemmanager: 1.7.990 -> 1.10.0
2019-03-17 20:46:33 -04:00
Will Dietz 550669144d
Merge pull request #57339 from dtzWill/update/coreutils-8.31
coreutils: 8.30 -> 8.31, touchups
2019-03-17 00:51:13 -05:00
worldofpeace cb962e829c modemmanager: 1.7.990 -> 1.10.0
* Add flags for systemd [0]

* Enable tests
  Though I actually didn't look to see how they're
  performed, only effort done was to get a success-
  ful build.

* Enable vala bindings

[0]: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.8.0/NEWS#L21
2019-03-15 13:37:31 -04:00
Will Dietz 10a84188ff e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv 2019-03-14 10:44:11 -05:00
Will Dietz 1cb7a3b519
Merge pull request #57229 from dtzWill/update/e2fsprogs-1.45.0
e2fsprogs: 1.44.5 -> 1.45.0
2019-03-13 11:30:13 -05:00
Matthew Bauer 37eba81c7b
Merge pull request #56391 from matthewbauer/cmake-treewide
Add more CMake flags
2019-03-11 12:43:46 -04:00
Matthew Bauer 6ed49262f5 treewide: remove BUILD_TESTING flag
This is now set by CMake
2019-03-11 10:11:28 -04:00
Will Dietz 2f7bf95f51 coreutils: 8.30 -> 8.31, touchups
Release notes:

https://savannah.gnu.org/forum/forum.php?forum_id=9394

Touchups:
* enable tests w/musl (disable 2 gnulib tests)
* improve tests we modify: use exit code 77 to
  indicate test skipped (causing it to be reportd as SKIP)

Note: Not yet on mirrors, but can be (manually) fetched from primary
2019-03-11 00:38:45 -05:00
Will Dietz 8add9b7c21 e2fsprogs: enable tests (previously explicitly disabled) 2019-03-10 04:08:57 -05:00
Will Dietz b531c19806 e2fsprogs: 1.44.5 -> 1.45.0
Changes:
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.44.6.txt?h=v1.44.6
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.45.0.txt?h=v1.45.0

Also:
* remove 'hack' for installing pc files
* fixup location of `e2scrub_all_cron` to avoid reference cycle in
  outputs, promote to $bin/bin for now.
2019-03-10 03:58:56 -05:00
Vladimír Čunát 8d502fd425
Merge branch 'staging-next' into staging 2019-03-10 08:05:27 +01:00
Vladimír Čunát bf47162c26
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
Ryan Mulligan 5511fd1318
Merge pull request #57166 from ar1a/capture-license
capture: 1.0 -> 2019-03-10
2019-03-09 15:33:45 -08:00
Ryan Mulligan 0ad6a98d88
Merge pull request #57167 from ar1a/pbclibroken
pb_cli: 1.0 -> 2019-03-10
2019-03-09 15:33:09 -08:00
Aria Edmonds 42631524df capture: 1.0 -> 2019-03-10 2019-03-10 10:22:43 +11:00
Aria Edmonds 57bfa0c395 pb_cli: 1.0 -> 2019-03-10 2019-03-10 10:15:41 +11:00
Matthew Bauer 8a08d7e7cc
Merge pull request #56031 from matthewbauer/priorities
Add some more priorities
2019-03-09 18:02:55 -05:00
Christian Kauhaus 2172f4bd07 vulnix: 1.7.1 -> 1.8.0 2019-03-09 18:37:42 +01:00
Pascal Wittmann bbfd2be8ed
mhddfs: fix build (see #53716) 2019-03-09 17:14:42 +01:00
Pascal Wittmann 2e1217fb48
aide: 0.16 -> 0.16.1 2019-03-09 13:33:11 +01:00
Will Dietz d7c23cc65f ntp: 4.2.8p12 -> 4.2.8p13 (#57059)
From http://www.ntp.org/index.html:
> ntp-4.2.8p13 was released on 07 March 2019.
> It addresses 1 medium-severity security issue in ntpd, and provides 17
> other non-security fixes and 1 improvements over 4.2.8p12.
2019-03-08 23:06:29 +01:00
Yurii Izorkin 59ccd3a70f datadog-agent: 6.10.0 -> 6.10.1 (#57065) 2019-03-08 13:15:43 -08:00
Ingo Blechschmidt 20e32de5e3 tikzit: 2.1 -> 2.1.4 (#57071) 2019-03-08 21:38:17 +01:00
Silvan Mosberger 2e92520e21
Merge pull request #56641 from r-ryantm/auto-update/facter
facter: 3.12.3 -> 3.13.0
2019-03-08 19:41:16 +01:00
Nikola Knezevic 81042e810f strongswan: 5.7.1 -> 5.7.2 2019-03-08 16:11:38 +01:00
Jörg Thalheim 87f8d1de64
Merge pull request #56969 from knl/build-strongswan-on-macos
strongswan: Make it build on macOS
2019-03-08 11:14:18 +00:00
Josef Kemetmüller 61a8aca8e5 udocker: Fix build (#57002)
The latest changes to support better cross-compilation compatibility
have introduced a stricter handling of dependency specifications in
python. Since b4acd97, mock and nosetest should be checkInputs, since
they are used for testing.

Fixes: #56972
2019-03-07 22:55:12 +01:00
Robert Schütz 39495404a3 asciidoc: replace tetex by texlive (#56782) 2019-03-07 22:27:12 +01:00
Will Dietz 2f29fdbf83
Merge pull request #56598 from dtzWill/update/osinfo-1.4.0
libosinfo: 1.2.0 -> 1.4.0
2019-03-07 14:58:18 -06:00
Franz Pletz 6a69ce9750
Merge pull request #56909 from WilliButz/update-oxidized
oxidized: 0.25.0 -> 0.26.2
2019-03-07 16:25:44 +00:00
markuskowa 7f96a9fbce
Merge pull request #56873 from ck3d/sile-doc
sile: build and install documentation (self test)
2019-03-07 13:40:53 +01:00
Christian Kögler b08408566d sile: build and install documentation (self test)
- added primary fonts (some non free fonts are missing, but sile selects
  alternative fonts) used by documentation
2019-03-07 13:04:44 +01:00
Jörg Thalheim 3befd1314c
Merge pull request #56232 from elseym/wireguard-go
wireguard-go: 0.0.20181001 -> 0.0.20181222
2019-03-07 10:43:18 +00:00
markuskowa dd60ccaca7
Merge pull request #56981 from knedlsepp/fix-sewer
sewer: Fix build
2019-03-07 11:22:58 +01:00
Nikola Knezevic 1609f860f5 strongswan: Make it build on macOS
Original expression could not be built on macOS due to using dependencies to
Linux only packages. This change fixes that by grouping the dependencies based
on the suitable system. In addition, it uses `configure` flags recommended by
the project for building on macOS, as well the ones used by Homebrew.
2019-03-07 10:05:17 +01:00
Ryan Mulligan 224ad7d5b5
Merge pull request #56930 from carlosdagos/sshuttle-0.78.5
sshuttle: 0.78.4 -> 0.78.5
2019-03-06 19:00:28 -08:00
Will Dietz e7960be204 birdfont: 2.25.0 -> 2.26.0 2019-03-06 14:20:57 -06:00
Josef Kemetmüller 841beafd10 sewer: 0.6.0 -> 0.7.0 2019-03-06 21:12:59 +01:00
Josef Kemetmüller 19fc5cb3db sewer: Fix build
The sed expression actually caused an error on hydra:
```
sed: -e expression #1, char 18: Invalid collation character
```
It seems to build fine without it however.
2019-03-06 21:11:15 +01:00
Pascal Wittmann 949871803c
Merge pull request #56899 from NixOS/update-cabextract
cabextract: 1.9 -> 1.9.1
2019-03-06 11:33:15 +01:00
Wael Nasreddine 51fdca9cad
Merge pull request #56567 from Izorkin/datadog-agent
datadog-agent: update go packages and sub-packages
2019-03-05 16:59:21 -08:00
Carlos D 5bcf9e29ca sshuttle: 0.78.4 -> 0.78.5 2019-03-06 11:37:33 +11:00
Peter Hoeg ed3caf3d32
Merge pull request #56928 from peterhoeg/f/rubber
rubber: fix build
2019-03-06 08:11:42 +08:00
Peter Hoeg 074f57b4a8 rubber: fix build 2019-03-06 08:05:16 +08:00
Jan Tojnar b2b29d24f2
Merge pull request #56715 from jtojnar/ibus-no-gconf
ibus: remove gconf dependency from runtime
2019-03-06 00:14:22 +01:00
lewo 273b83ec23
Merge pull request #56667 from r-ryantm/auto-update/gandi-cli
gandi-cli: 1.3 -> 1.4
2019-03-05 21:15:37 +01:00
WilliButz da55a4f48c
oxidized: 0.25.0 -> 0.26.2 2019-03-05 21:00:38 +01:00
Pascal Wittmann 2ec1b90a60
cabextract: 1.9 -> 1.9.1 2019-03-05 18:52:41 +01:00
Peter Simons 67cc7a8254 davfs2: update to version 1.5.5 2019-03-05 12:17:28 +01:00
Peter Simons 2c75686985 analog: update to version 6.0.13 2019-03-05 12:08:20 +01:00