Commit Graph

111186 Commits

Author SHA1 Message Date
tilpner 5cf9424632
elvish: 0.10 -> 0.11 2018-01-31 23:32:49 +01:00
John Ericson b8e8265db0 moreutils: Fix eval
Was broken in 561b9ca8ac.
2018-01-31 17:20:09 -05:00
Eelco Dolstra 75a20284f4 nixUnstable: 1.12pre5873_b76e282d -> 2.0pre5889_c287d731 2018-01-31 22:24:50 +01:00
Eelco Dolstra ef351646ba Revert "Restore "nixUnstable: rename to nix-unstable""
This reverts commit 695027f61c.

We really can't have "nix-env -i nix" *not* upgrade nixUnstable to a
newer nixStable. For instance, it would cause "nix upgrade-nix" to
produce a user environment with collisions.
2018-01-31 22:24:24 +01:00
Pascal Wittmann df45c65aae
homebank: 5.1.6 -> 5.1.7 2018-01-31 22:00:05 +01:00
Will Dietz 293424b745 gdb: 8.0.1 -> 8.1
https://sourceware.org/ml/gdb/2018-01/msg00026.html
2018-01-31 14:59:44 -06:00
Pascal Wittmann 561b9ca8ac
moreutils: 0.61 -> 0.62 2018-01-31 21:56:01 +01:00
Pascal Wittmann 505cebebd3
pdf2djvu: 0.9.7 -> 0.9.8 2018-01-31 21:43:20 +01:00
Edward Tjörnhammar 0307a1acf6
i2pd: 2.17.0 -> 2.18.0 2018-01-31 21:28:08 +01:00
Bart Brouns 404475a783 tp_smapi: 0.42 -> unstable-2017-12-04
make it build for kernel 4.15
see https://github.com/evgeni/tp_smapi/issues/31 and #32
2018-01-31 20:56:16 +01:00
Shea Levy 943592f698
Add setFunctionArgs lib function.
Among other things, this will allow *2nix tools to output plain data
while still being composable with the traditional
callPackage/.override interfaces.
2018-01-31 14:02:19 -05:00
Sander van der Burg 0d7a0d7572 titaniumenv: fix nasty IPA generation bug 2018-01-31 18:56:47 +01:00
aszlig b3970e7f5c
mumble: Fix build with boost version 1.66
This is already tracked in upstream issue mumble-voip/mumble#3281 and a
fix has been merged in mumble-voip/mumble@caa187373e.

The patch I'm adding here is using the merged commit
mumble-voip/mumble@ea861fe867 and I've
only added it for the stable release because the patch is already
included in the git version.

@pbogdan also had a similar commit to this
(pbogdan/nixpkgs@8029edea29), but the
patch was applied to both stable and git and thus the git version would
have been broken.

Tested by building mumble and mumble_git and running the mumble NixOS VM
test.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @viric, @jgeerds, @abbradar
Fixes: #33655
2018-01-31 17:39:01 +01:00
Peter Simons 6f93e0f749 fix GHC 8.4.x builds of hspec and test-framework 2018-01-31 16:03:59 +01:00
Peter Simons 866a1ed2d5 cabal2nix: build with hpack 0.23 2018-01-31 16:03:59 +01:00
Peter Simons 94b6357dc5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8-20-g7c22fdf from Hackage revision
d0f20cf258.
2018-01-31 16:03:54 +01:00
Peter Simons b063a02320 LTS Haskell 10.4 2018-01-31 16:03:50 +01:00
Sander van der Burg fe6510369d titaniumenv: add parameter that specifies than an IPA build is a store build 2018-01-31 15:33:03 +01:00
Andreas Rammhold d8d5beac65
Merge pull request #34436 from andir/firefox-58
Firefox 57.0.4 -> 58.0.1
2018-01-31 14:28:04 +00:00
Tim Steinbach 6aa13b6b1d
linux: 4.9.78 -> 4.9.79 2018-01-31 09:06:30 -05:00
Tim Steinbach 26e06c9a92
linux: 4.4.113 -> 4.4.114 2018-01-31 09:06:17 -05:00
Tim Steinbach 27f5262cf2
linux: 4.14.15 -> 4.14.16 2018-01-31 09:05:54 -05:00
Andreas Rammhold 495e2b0343
firefox: 57.0.4 -> 58.0.1 2018-01-31 14:44:35 +01:00
Ruben Maher 0b0afe9a8e dovecot_pigeonhole: 0.4.21 -> 0.5.0.1 (#34449) 2018-01-31 13:32:16 +00:00
Vincent Laporte dccd8a2685
ncmpc: fix build on darwin 2018-01-31 07:35:08 +00:00
Vincent Laporte 1c04923d64
mpd_clientlib: fix dynamic library on darwin 2018-01-31 06:50:20 +00:00
Tyson Whitehead fefa9ef756 top-level: Duplicate overlaying unless stdenvOverrides comes last
The stdenvOverrides overlay is used to bring packages forward during
bootstrapping via stdenv.overrides.  These packages have already had
the overlays applied to them in the previous boostrapping stage.  If
stdenvOverrides is not last in the overlays stack, all remaining
overlays will windup being applied again to these packages.

closes #34086
2018-01-31 00:16:27 -05:00
Spencer Baugh 729cf93ffb supervise: 1.1.0 -> 1.2.0 2018-01-31 04:56:08 +00:00
aszlig 2e4aded366
beets-alternatives: Fix tests against beets 1.4.6
Since the bump of beets to version 1.4.6 in e5fab33efd
the tests no longer run successfully because beets 1.4.6 introduces a
breaking API change for the Item.move() method which now instead of just
passing copy=True the operation is now passed using a different
"operation" keyword argument.

Unfortunately the original repository of beets-alternatives is
unmaintained since 3 years and thus there is no upstream fix available
at the moment.

However, there is a fork maintained by @wisp3rwind, which addresses this
problem (wisp3rwind/beets-alternatives@33c6525ed4)
and a bunch of other fixes.

The reason why I'm not using the patch from @wisp3rwind is that it
simply doesn't apply against beets-alternatives 0.8.2, but my patch here
essentially does the same.

Signed-off-by: aszlig <aszlig@nix.build>
Upstream issue: geigerzaehler/beets-alternatives#13
Cc: @Profpatsch
2018-01-31 04:39:21 +01:00
Andreas Rammhold e524549536
nss: 3.33 -> 3.34.1 2018-01-31 01:51:28 +01:00
Peter Hoeg 5097e84a9d
Merge pull request #32042 from ck3d/lirc-0.9.4d
lirc: 0.9.4 -> 0.10.0 + more driver
2018-01-31 08:33:20 +08:00
Andreas Rammhold 34758f1d0b
Merge pull request #34424 from tokudan/ff-bin5801
firefox-bin: 58.0 -> 58.0.1 [security]
2018-01-30 23:09:34 +00:00
Jörg Thalheim c208456d3a rdma-core: set correct RUNDIR and SHAREDSTATEDIR 2018-01-30 23:01:25 +00:00
Daiderd Jordan 787d371c28
json-glib: fixup darwin install_name
Couldn't figure out how to fix it durning the build.
2018-01-30 22:03:43 +01:00
Vladimír Čunát c9171e5a4c
Merge branch 'master' into staging
Hydra: ?compare=1430035
2018-01-30 19:51:33 +01:00
Vladimír Čunát e851d53cea
docbook-xsl-ns: "revert" after parent commit
I didn't realize I was redefining two derivations at once.
2018-01-30 19:49:44 +01:00
Peter Simons ade2840f20
Merge pull request #34405 from pjan/developPackage-modifier
Adds modifier option to developPackage
2018-01-30 19:26:07 +01:00
Joachim F 7e7477295e
Merge pull request #34403 from mdorman/semi-automated-emacs-package-updates
Semi automated emacs package updates
2018-01-30 18:06:52 +00:00
Joachim F 4cfa91ecfc
Merge pull request #34417 from dywedir/dunst
dunst: 1.3.0 -> 1.3.1
2018-01-30 18:05:57 +00:00
Daniel Frank ba2008938d firefox-bin: 58.0 -> 58.0.1 [security] 2018-01-30 16:28:09 +01:00
Tuomas Tynkkynen 71631a922b runInLinuxVM: Use QEMU command line that works on other architectures
... by moving the existing definition to qemu-flags.nix and reusing
that.
2018-01-30 16:57:27 +02:00
Tuomas Tynkkynen 8c4f8c51a6 runInLinuxVM: Don't hardcode x86-specific serial device 2018-01-30 16:57:27 +02:00
Tim Steinbach 078fc69425
Merge pull request #33746 from NeQuissimus/docker_18_01
docker-edge: 17.12.0 -> 18.01.0
2018-01-30 14:06:19 +00:00
zimbatm f7bb9f6777 vscode: 1.19.2 -> 1.19.3 2018-01-30 13:36:15 +00:00
Gabriel Ebner 89d66b8419 pythonPackages.xdot: 0.7 -> 0.9 2018-01-30 14:20:55 +01:00
dywedir aa2e60744c dunst: 1.3.0 -> 1.3.1 2018-01-30 14:46:47 +02:00
Robert Schütz dff396484d postfix: Correct license 2018-01-30 13:15:41 +01:00
Tuomas Tynkkynen af38f1a5e7 seturgent: Move out from linuxPackages_*
It's not a kernel module at all!
2018-01-30 13:11:58 +02:00
Tuomas Tynkkynen ab5357b80d eternal-terminal: init at 4.1.2 2018-01-30 13:01:58 +02:00
Jörg Thalheim 41013a5d0f
Merge pull request #34401 from magnetophon/rtv
rtv: 1.19.0 -> 1.21.0
2018-01-30 10:48:24 +00:00
Robert Schütz 5bf6d94473 home-assistant: init at 0.62.1 2018-01-30 11:23:24 +01:00
Jörg Thalheim c6eb84b1c7
Merge pull request #34408 from markuskowa/beegfs-rdma-pr
beegfs: add beeond, enable RDMA
2018-01-30 10:17:05 +00:00
Robert Schütz c68a1651e7 pythonPackages.aiohttp: remove name attribute 2018-01-30 11:01:05 +01:00
Robert Schütz 9d392684c2 pythonPackages.pytest-aiohttp: init at 0.3.0 2018-01-30 11:01:05 +01:00
Florian Klink ab02f5400e astral: init at 1.4 2018-01-30 11:01:05 +01:00
adisbladis ac4f896fc6
Merge pull request #34252 from bkchr/hplip_fixes
hplip: Fixes runtime errors
2018-01-30 17:47:49 +08:00
Stefan Frijters 6c744fc93d pyprof2calltree: init at 1.4.3 (#34379) 2018-01-30 09:09:36 +00:00
Markus Kowalewski 7c554c13ee
rdma-core: fix platform flag 2018-01-29 22:05:58 -08:00
Markus Kowalewski dcdaea355a
rdma-core: fix paths in rxe_cfg 2018-01-29 22:05:45 -08:00
Markus Kowalewski 043dece5b7
beegfs: build beeond 2018-01-29 21:47:50 -08:00
Markus Kowalewski e4570af493
beegfs: add rdma support 2018-01-29 19:57:49 -08:00
pjan vandaele bdffbc775e
Adds modifier option to developPackage 2018-01-30 12:29:59 +09:00
Michael Alan Dorman c00a10e75e melpa-packages: remove llvm-mode override
This package was removed from melpa, so there's no value in overriding
it, and in fact it won't evaluate. :)
2018-01-29 19:40:59 -05:00
Michael Alan Dorman accbc72cee melpa-packages: 2018-01-29 2018-01-29 19:40:59 -05:00
Michael Alan Dorman 2b73676db8 melpa-stable-packages: 2018-01-29 2018-01-29 19:40:59 -05:00
Michael Alan Dorman 7d58054cf7 org-packages: 2018-01-29 2018-01-29 19:40:59 -05:00
Michael Alan Dorman d19f29c1e1 elpa-packages: 2018-01-29 2018-01-29 19:40:59 -05:00
Bart Brouns 8baa11d46c rtv: 1.19.0 -> 1.21.0 2018-01-30 00:23:50 +01:00
Herwig Hochleitner 499b3edb30 criu: 2.12.1 -> 3.7
cc @thoughtpolice
2018-01-30 00:03:11 +01:00
Franz Pletz 34c36ab2da
Merge pull request #34396 from Moredread/fix/btrbk
Fixes #34290
2018-01-29 22:06:29 +00:00
Daniel Peebles bf9eb10c04
Merge pull request #34398 from joncojonathan/keepass_mono54
keepass: change from mono40 to mono54
2018-01-29 16:42:44 -05:00
joncojonathan 609a86bbc3 keepass: change from mono40 to mono54
Issue #31859 (https://github.com/NixOS/nixpkgs/issues/31859) highlighted TLSv1.1 / TLSv1.2
support isn't available with older versions of Mono 4.  This change moves to use Mono 5.4.  Tested as working with Keepass v2.38 for which PR https://github.com/NixOS/nixpkgs/pull/34360 is already open.
2018-01-29 20:55:49 +00:00
Robert Helgesson 1066663653
perlPackages: bump some package versions
- Crypt-JWT: 0.018 -> 0.019
- DBIx-Class: 0.082840 -> 0.082841
- Getopt-Long-Descriptive: 0.100 -> 0.101
- SQL-Abstract: 1.81 -> 1.85
2018-01-29 21:47:07 +01:00
Vladimír Čunát 15c471e444
docbook-xsl: apply Debian/Fedora patch to fix issues
Our samba now got hit by that bug: https://hydra.nixos.org/build/68373563
2018-01-29 21:25:07 +01:00
Christian Kögler 300f6c5943 lirc: 0.10.0 -> 0.10.1 2018-01-29 21:16:36 +01:00
Franz Pletz 393e39e2e5
Revert "microcodeIntel: 20171117 -> 20170108"
This reverts commit 9b7ef9c738.

Intel recommends to stop deployment of the updated microcode as it
introduces unexpected system behaviour on many platforms.

See https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00088&languageid=en-fr

cc #33414
2018-01-29 20:30:44 +01:00
André-Patrick Bubel fe0a15eaca btrbk: install to bin 2018-01-29 20:15:43 +01:00
Franz Pletz 303d5b119e
Merge pull request #34259 from psychon/awesome-cleanup
awesome: Remove $LD_LIBRARY_PATH handling
2018-01-29 19:00:30 +00:00
Franz Pletz f833dd7067
imagemagick: fetch sources from github
Release tarballs are deleted after a new release.
2018-01-29 19:27:01 +01:00
Franz Pletz f2dc4781f1
upower: 0.99.4 -> 0.99.7 2018-01-29 19:17:10 +01:00
Frederik Rietdijk f0eee3e351
Merge pull request #34392 from dotlambda/discordpy-broken
pythonPackages.discordpy: Mark as broken
2018-01-29 17:48:00 +00:00
Robert Schütz 4e59363867 pythonPackages.discordpy: Mark as broken 2018-01-29 18:45:38 +01:00
Frederik Rietdijk 19412197ca
Merge pull request #34389 from lsix/nano_2_9_3
nano: 2.9.2 -> 2.9.3
2018-01-29 17:23:59 +00:00
Pierre-Etienne Meunier 4b0000a1de Pyrseas: init at 0.8.0 (#34225)
* Pyrseas: init at 0.8.0

Pyrseas is a declarative tool for managing PostgreSQL schemas.

* Replacing python27Packages with python2Packages

* Explaining why the tests are disabled

* Pyrseas: updating after review
2018-01-29 17:17:04 +00:00
Frederik Rietdijk 0d69363ede
Merge pull request #34391 from WilliButz/update-highlight
highlight: 3.41 -> 3.42
2018-01-29 17:08:48 +00:00
Tim Steinbach 9b7c2371f7
Fix kernelPackages for 4.15 2018-01-29 11:55:14 -05:00
Tim Steinbach 0f01846e97
gradle: 4.4.1 -> 4.5 2018-01-29 11:52:50 -05:00
Tim Steinbach 900c0241c9
kotlin: 1.2.20 -> 1.2.21 2018-01-29 11:52:50 -05:00
Tim Steinbach 0e852076c4
minikube: 0.24.1 -> 0.25.0 2018-01-29 11:52:50 -05:00
Tim Steinbach 61043ad4d1
linux: Add 4.15 2018-01-29 11:52:50 -05:00
Tim Steinbach da26e92078
linux-copperhead: 4.14.15.a -> 4.15.a 2018-01-29 11:52:50 -05:00
Frederik Rietdijk 4d9b5ede18
Merge pull request #33862 from dotlambda/pyhomematic
python3Packages.pyhomematic: init at 0.1.38
2018-01-29 16:52:32 +00:00
Frederik Rietdijk 1716bf7498
Merge pull request #34382 from teto/pulp
pulp: init at 1.6.0
2018-01-29 16:51:27 +00:00
Matthieu Coudron 04b45828c6 pulp: init at 1.6.0
A python Linear Programming API.
2018-01-30 08:56:09 +09:00
WilliButz 62ad671a80
highlight: 3.41 -> 3.42 2018-01-29 17:43:13 +01:00
Michael Weiss b05ad671fb signing-party: 2.6 -> 2.7 2018-01-29 16:14:44 +01:00
Lancelot SIX c0aa35a217
nano: 2.9.2 -> 2.9.3 2018-01-29 16:02:35 +01:00
Robert Schütz 762b1bbcbd python3Packages.pyhomematic: init at 0.1.38 2018-01-29 15:47:57 +01:00
Frederik Rietdijk ad069c3683
Merge pull request #34359 from catern/upsup
pythonPackages.supervise_api: 0.2.0 -> 0.3.0
2018-01-29 14:15:27 +00:00
Frederik Rietdijk 565c97d302
Merge pull request #34352 from dotlambda/multidict
python3Packages.multidict: 4.0.0 -> 4.1.0
2018-01-29 14:13:01 +00:00
Frederik Rietdijk 79575ee9e1
Merge pull request #34278 from dotlambda/colorlog
pythonPackages.colorlog: 2.6.1 -> 3.1.0
2018-01-29 14:11:27 +00:00
Michael Raskin 0a70f37275 lispPackages.clwrapper: build helper; saving dynamic library search path from NIX_LISP_ 2018-01-29 15:15:51 +01:00
Franz Pletz 60331e6e90
curl: 7.57.0 -> 7.58.0 (security)
Fixes: CVE-2018-1000005, CVE-2018-1000007
2018-01-29 14:15:56 +01:00
Franz Pletz 57ecb3a8f0
rsync: 3.1.2 -> 3.1.3
The CVE patches weren't previously applied because they depend on the
enableCopyDevicesPatch parameter. The naming of the patches attribute in
base.nix was misleading.

The new rsync release now really fixes:

  * CVE-2017-15994
  * CVE-2017-16548
  * CVE-2017-17433
  * CVE-2017-17434
2018-01-29 13:54:47 +01:00
Peter Simons 72141a630b ghc-8.4.1: un-revert "update to 8.4.1-alpha2"
This commit undoes the revert from a74b0e717d.
See https://github.com/NixOS/nixpkgs/issues/34229 and
https://github.com/NixOS/nixpkgs/pull/34232 for further details about why this
build seemed broken.
2018-01-29 13:01:46 +01:00
Andreas Rammhold 63849b95c3
Merge pull request #34380 from dywedir/exfat
exfat: 1.2.4 -> 1.2.7
2018-01-29 12:00:15 +00:00
Andreas Rammhold bc59ebd30e
Merge pull request #34322 from dotlambda/hbmqtt
pythonPackages.hbmqtt: init at 0.9.1
2018-01-29 11:51:06 +00:00
dywedir 44ebac05fe exfat: 1.2.4 -> 1.2.7 2018-01-29 13:02:13 +02:00
Jörg Thalheim 557284de33 firefox-devedition-bin: 59.0b3 -> 59.0b5 2018-01-29 10:41:28 +00:00
Jörg Thalheim 329ebdf0d0 firefox-beta-bin: 59.0b3 -> 59.0b5 2018-01-29 10:40:19 +00:00
adisbladis 9e830ed45b
Merge pull request #34374 from 4z3/urlwatch-2.8
urlwatch: 2.7 -> 2.8
2018-01-29 18:07:52 +08:00
Franz Pletz eaaca14c30
p7zip: add patch to fix CVE-2017-17969 2018-01-29 10:54:45 +01:00
Moritz Ulrich f8c4ccd89b
ws: Init at 0.2.1 2018-01-29 10:23:07 +01:00
tv c945f64454 urlwatch: 2.7 -> 2.8 2018-01-29 09:15:23 +01:00
adisbladis 5c2ba86fdd
Merge pull request #34369 from dotlambda/postfix
postfix: 3.2.4 -> 3.2.5
2018-01-29 16:02:57 +08:00
John Wiegley e58adb9238 myEnvFun: fix sed script edit 2018-01-28 23:49:04 -08:00
John Ericson 82ebace595 glibc: Fix Darwin build
Fix the failure caused in #34198 by a suggested change of mine. @vcunat
reported in [1].

[1]: https://github.com/NixOS/nixpkgs/pull/34198#issuecomment-361075911
2018-01-29 00:47:02 -05:00
Peter Hoeg 147f3d4d81 qutebrowser: 1.1.0 -> 1.1.1 2018-01-29 11:00:18 +08:00
Robert Schütz bf3b8a45bd postfix: 3.2.4 -> 3.2.5 2018-01-29 02:46:26 +01:00
Jan Tojnar 47d0a11a60
Merge pull request #32016 from jtojnar/syncthing-gtk
syncthing-gtk: 0.9.2.3 → 0.9.2.7
2018-01-29 01:33:19 +01:00
Franz Pletz 0e81697e0e
Merge pull request #34367 from rnhmjoj/pdns
pdns-recursor: 4.0.8 -> 4.1.1
2018-01-29 00:30:45 +00:00
Franz Pletz a3620bc84d
Merge pull request #34310 from Infinisil/add/znc-backlog
zncModules: backlog init at 2017-06-13
2018-01-29 00:06:16 +00:00
rnhmjoj 8853d4408b
pdns-recursor: 4.0.8 -> 4.1.1 2018-01-29 00:57:05 +01:00
Franz Pletz b611180efd
Merge pull request #34337 from michalrus/hubstaff
hubstaff: 1.2.15 → 1.3.0
2018-01-28 23:44:41 +00:00
Franz Pletz b77ed4322e
Merge pull request #34365 from geistesk/racket-6.12
racket: 6.11 -> 6.12
2018-01-28 23:13:04 +00:00
Franz Pletz 4bb42d0561
Merge pull request #34235 from dtzWill/feature/ipvsadm
ipvsadm: init at 1.29
2018-01-28 22:41:35 +00:00
Franz Pletz 2b49df1741
Merge pull request #34344 from lheckemann/pmidi
pmidi: init at 1.7.1
2018-01-28 22:38:43 +00:00
Franz Pletz 968b56b6a4
Merge pull request #34293 from symphorien/bombono-gcc7
Bombono gcc7
2018-01-28 22:35:52 +00:00
Graham Christensen e2a54266c4
openssh: Build with Kerberos by default
This reverts commit 09696e32c390c232ec7ac506df6457fb93c1f536.
which reverted f596aa0f4a
to move it to staging
2018-01-28 16:36:01 -05:00
Graham Christensen 15a4977409
Revert "openssh: Build with Kerberos by default"
This reverts commit a232dd66ee.

Moving to staging
2018-01-28 16:36:01 -05:00
Aneesh Agrawal 716d1612af
openssh: Build with Kerberos by default
This can be disabled with the `withKerberos` flag if desired.
Make the relevant assertions lazy,
so that if an overlay is used to set kerberos to null,
a later override can explicitly set `withKerberos` to false.

Don't build with GSSAPI by default;
the patchset is large and a bit hairy,
and it is reasonable to follow upstream who has not merged it
in not enabling it by default.
2018-01-28 16:36:00 -05:00
Graham Christensen f596aa0f4a
Revert "openssh: Build with Kerberos by default"
This reverts commit a232dd66ee.

Moving to staging
2018-01-28 16:32:52 -05:00
Aneesh Agrawal a232dd66ee
openssh: Build with Kerberos by default
This can be disabled with the `withKerberos` flag if desired.
Make the relevant assertions lazy,
so that if an overlay is used to set kerberos to null,
a later override can explicitly set `withKerberos` to false.

Don't build with GSSAPI by default;
the patchset is large and a bit hairy,
and it is reasonable to follow upstream who has not merged it
in not enabling it by default.
2018-01-28 16:30:46 -05:00
Bart Brouns 0cc73f2524 ranger: 1.8.1 -> 1.9.0 2018-01-28 21:28:47 +00:00
Will Dietz 192f30f06a nettools: 1.60_p20161110235919 -> 1.60_p20170221182432
Nothing critical, here's the highlights:

* ROSE fixes
* arp scanf/output fix
* linux header compat:
  ea3935bd7c/

Commit log (short):
479bb4a7e1/log/
2018-01-28 21:22:37 +00:00
Franz Pletz 5f57b61f27
sleuthkit: 4.2.0 -> 4.5.0 2018-01-28 22:19:54 +01:00
Franz Pletz 103cf02037
libewf: 20140608 -> 20171104 2018-01-28 22:19:23 +01:00
Franz Pletz 84176497e8
hwloc: 1.11.8 -> 1.11.9 2018-01-28 21:53:06 +01:00
geistesk 69b5ff8b6e racket: 6.11 -> 6.12 2018-01-28 21:32:24 +01:00
Franz Pletz d8a345ddaf
Merge pull request #34357 from dywedir/gpxsee
gpxsee: 4.14 -> 4.19
2018-01-28 20:15:26 +00:00
Franz Pletz f381367603
opusfile: 0.8 -> 0.10 2018-01-28 19:59:43 +01:00
Franz Pletz bf9c40dc61
units: 2.14 -> 2.16 2018-01-28 19:59:43 +01:00
Franz Pletz 36d6df8d60
talloc: 2.1.8 -> 2.1.11 2018-01-28 19:59:43 +01:00
Franz Pletz f7f11b81a1
sudo: 1.8.21p2 -> 1.8.22 2018-01-28 19:59:43 +01:00
Franz Pletz 332f701568
testdisk: 7.0 -> 7.1 2018-01-28 19:59:43 +01:00
Franz Pletz 4db7cac9e3
pngcrush: 1.8.1 -> 1.8.13 2018-01-28 19:59:42 +01:00
Franz Pletz 5031b5e0c8
optipng: 0.7.6 -> 0.7.7 2018-01-28 19:59:42 +01:00
Graham Christensen f492197e56
Merge pull request #34328 from mimadrid/update/tmuxinator-0.10.1
tmuxinator: 0.10.0 -> 0.10.1
2018-01-28 13:54:01 -05:00
Franz Pletz 66d34f852f
libtiff: 4.0.8 -> 4.0.9 2018-01-28 19:32:20 +01:00
Miguel Madrid Mencía b77b0d1b04
tmuxinator: 0.10.0 -> 0.10.1 2018-01-28 19:16:35 +01:00
Franz Pletz 29be965b78
npth: 1.3 -> 1.5 2018-01-28 19:02:11 +01:00
Franz Pletz ef8f08dd4c
netcdf: 4.4.1.1 -> 4.6.0 2018-01-28 19:02:11 +01:00
Franz Pletz 024fb7e9b3
netcdfcxx4: 4.2.1 -> 4.3.0 2018-01-28 19:02:11 +01:00
Franz Pletz d18299edcb
imagemagick: 6.9.9-33 -> 6.9.9-34 2018-01-28 19:02:10 +01:00
Franz Pletz c9f94405ed
imagemagick7: 7.0.7-21 -> 7.0.7-22 2018-01-28 19:02:10 +01:00
Franz Pletz b36a9d405d
libcdr: 0.1.1 -> 0.1.4 2018-01-28 19:02:10 +01:00
Franz Pletz 0deb24d8d9
ngrep: 1.45 -> 1.47 2018-01-28 19:02:09 +01:00
Franz Pletz f43ca1cc21
cgal: 4.9 -> 4.11 2018-01-28 19:02:09 +01:00
Franz Pletz 6fa9d1d8a1
mpg123: 1.25.7 -> 1.25.8 2018-01-28 19:02:09 +01:00
Franz Pletz 139c0f160e
libast: 0.7 -> 0.7.1 2018-01-28 19:02:08 +01:00
Franz Pletz 49f2f5fa2b
i3lock: 2.9.1 -> 2.10 2018-01-28 19:02:08 +01:00
Franz Pletz 8ebba206e4
libogg: 1.3.2 -> 1.3.3 2018-01-28 19:02:01 +01:00
Franz Pletz 0db64ad709
man-pages: 4.12 -> 4.14 2018-01-28 18:52:30 +01:00
Franz Pletz c92c2fe7c0
lxc: 2.1.0 -> 2.1.1 2018-01-28 18:52:30 +01:00
Franz Pletz 5e58708cdb
libsass: 3.4.5 -> 3.4.8 2018-01-28 18:52:30 +01:00
Franz Pletz 662e6c5193
librsync: 2.0.0 -> 2.0.1 2018-01-28 18:52:30 +01:00
Franz Pletz 3fc95ac6f3
libraw: 0.18.5 -> 0.18.7 2018-01-28 18:52:30 +01:00
Franz Pletz cbd7b6cf9c
libowfat: 0.29 -> 0.31 2018-01-28 18:52:29 +01:00
Franz Pletz c587a817c0
libmikmod: 3.3.11 -> 3.3.11.1 2018-01-28 18:52:29 +01:00
Franz Pletz 05cc916ad3
libbluray: 1.0.0 -> 1.0.2 2018-01-28 18:52:29 +01:00
Franz Pletz 23b4baac4d
libass: 0.13.7 -> 0.14.0 2018-01-28 18:52:29 +01:00
Franz Pletz aba04db683
gnupg1orig: 1.4.21 -> 1.4.22 2018-01-28 18:52:29 +01:00
Franz Pletz 687415a579
openscad: 2015.03-1 -> 2015.03-3 2018-01-28 18:52:28 +01:00
Franz Pletz 6c4d92b7f7
xvidcore: 1.3.4 -> 1.3.5 2018-01-28 18:52:28 +01:00
Franz Pletz cd10be1e24
youtubeDL: 2018.01.21 -> 2017.01.27 2018-01-28 18:52:28 +01:00
Franz Pletz ef7db09435
yara: 3.7.0 -> 3.7.1 2018-01-28 18:52:28 +01:00
Franz Pletz 56b199fc63
xmp: 4.0.10 -> 4.1.0 2018-01-28 18:52:27 +01:00
Franz Pletz 60fa8e9d10
libxmp: 4.3.12 -> 4.4.1 2018-01-28 18:52:27 +01:00
Franz Pletz 1e4ebccde4
xcbutilxrm: 1.0 -> 1.2 2018-01-28 18:52:27 +01:00
Franz Pletz 74f33cb263
xcalib: 0.8 -> 0.10 2018-01-28 18:52:27 +01:00
Franz Pletz 0cecf0b548
virt-viewer: 5.0 -> 6.0 2018-01-28 18:52:27 +01:00
Franz Pletz 10dd50d46b
augeas: 1.8.1 -> 1.10.0 2018-01-28 18:52:26 +01:00
Franz Pletz 1c8075321d
libargon2: 20161029 -> 20171227 2018-01-28 18:52:26 +01:00
Franz Pletz 646a2e9a6f
dovecot: 2.2.33.2 -> 2.3.0 2018-01-28 18:52:26 +01:00
Franz Pletz f8968a2a79
libstemmer: init at 2017-03-02 2018-01-28 18:52:26 +01:00
Franz Pletz a122bf8e9b
minetest: 0.4.15 -> 0.4.16 2018-01-28 18:52:25 +01:00
Franz Pletz 80a9c4c8e6
flashrom: 0.9.9 -> 1.0 2018-01-28 18:52:25 +01:00
Franz Pletz ba7be3488f
freeciv: 2.5.9 -> 2.5.10 2018-01-28 18:52:25 +01:00
Franz Pletz 565ba97fae
irssi: 1.0.6 -> 1.1.0 2018-01-28 18:52:25 +01:00
Franz Pletz cf41d8784d
libsodium: 1.0.15 -> 1.0.16 2018-01-28 18:52:25 +01:00
Franz Pletz dee9914ee0
mediainfo: 17.10 -> 17.12 2018-01-28 18:52:24 +01:00
Franz Pletz 052234ff91
iperf2: 2.0.9 -> 2.0.10 2018-01-28 18:52:24 +01:00
Franz Pletz dfdb17d10d
geoip: 1.6.2 -> 1.6.12 2018-01-28 18:52:24 +01:00
Franz Pletz 0d91518324
graphicsmagick: 1.3.27 -> 1.3.28 2018-01-28 18:52:24 +01:00
Franz Pletz 8d856121ca
darktable: 2.4.0 -> 2.4.1 2018-01-28 18:52:23 +01:00
Franz Pletz 943e32abb7
conky: 1.10.6 -> 1.10.7 2018-01-28 18:52:23 +01:00
Franz Pletz 708f2ca55f
gqrx: 2.8 -> 2.10 2018-01-28 18:52:23 +01:00
Franz Pletz e3fbefd678
jenkins: 2.101 -> 2.103 2018-01-28 18:52:23 +01:00
Franz Pletz cc98976b47
wireless-regdb: 2017.03.07 -> 2017.12.23 2018-01-28 18:52:23 +01:00
Franz Pletz 2defac9295
inadyn: 2.2.1 -> 2.3 2018-01-28 18:52:22 +01:00