Astro
65a9f34ea4
tdns-cli: init at 0.0.5
2019-11-13 18:17:02 +01:00
Frederik Rietdijk
f2668546b9
enpass: use python2 in update script
2019-11-13 16:27:38 +01:00
Frederik Rietdijk
cf5e5e4d79
vulnix: use python3Packages as argument
2019-11-13 16:27:38 +01:00
R. RyanTM
faa4b27923
syslogng: 3.23.1 -> 3.24.1
...
* syslogng: 3.23.1 -> 3.24.1 (#72674 )
* syslogng: refresh homepage and source url
2019-11-13 16:16:36 +01:00
R. RyanTM
baf72d3093
geekbench: 5.0.2 -> 5.0.3
...
(#72514 )
2019-11-13 13:24:41 +01:00
R. RyanTM
c7af822248
i2pd: 2.28.0 -> 2.29.0
...
(#72538 )
2019-11-13 12:27:44 +01:00
Oleksii Filonenko
4f3c2a2410
aria2: 1.34.0 -> 1.35.0
...
* aria2: 1.34.0 -> 1.35.0 (#73220 )
- Remove the patch
* aria2: add filalex77 as a maintainer
2019-11-13 11:52:20 +01:00
Oleksii Filonenko
00bbd07152
pg_flame: init at 1.1
2019-11-13 00:24:33 -08:00
xrelkd
735a8290c2
eksctl: 0.8.0 -> 0.9.0
2019-11-13 00:22:51 -08:00
Dennis Gosnell
3ac9f1ecce
Merge pull request #73272 from oxalica/fcitx-configtool-path-fix
...
fcitx-configtool: patch paths to fcitx-remote
2019-11-13 17:07:06 +09:00
oxalica
05c94e3acd
fcitx-configtool: patch paths to fcitx-remote
2019-11-13 13:24:21 +08:00
Peter Hoeg
8fa83bda25
Merge pull request #67692 from saschagrunert/slirp4netns
...
slirp4netns: 0.3.0 -> 0.4.2
2019-11-13 09:21:23 +08:00
Renaud
a6220c3384
Merge pull request #73072 from cko/missing_descriptions
...
treewide: add missing descriptions & homepages
2019-11-13 00:34:31 +01:00
Renaud
810abebba2
rng-tools: 6.7 -> 6.8 ( #73007 )
...
+ run tests
+ enable jitterentropy by default
+ add c0bw3b to maintainers
2019-11-13 00:05:28 +01:00
markuskowa
da0a02bc4a
Merge pull request #72471 from r-ryantm/auto-update/diffoscope
...
diffoscope: 127 -> 129
2019-11-12 20:06:40 +01:00
Matthew Bauer
b2a7c252c0
Merge pull request #71007 from moaxcp/ttygif
...
ttygif init at 1.4.0
2019-11-12 12:52:38 -05:00
worldofpeace
5d2dc6fd79
Merge pull request #73164 from judaew/yara-update
...
yara: 3.10.0 -> 3.11.0, fix build
2019-11-12 15:34:03 +00:00
Vadim-Valdis Yudaev
29ebc933ce
yara: 3.10.0 -> 3.11.0, fix build
2019-11-12 16:08:46 +02:00
lewo
27670961f5
Merge pull request #73249 from c0bw3b/pkg/bgpdump
...
bgpdump: 2017-09-29 -> 1.6.0
2019-11-12 14:40:44 +01:00
Frederik Rietdijk
4619637d74
Merge pull request #72712 from NixOS/staging-next
...
Staging next
2019-11-12 14:32:50 +01:00
markuskowa
1395327b4e
Merge pull request #72444 from r-ryantm/auto-update/abcMIDI
...
abcmidi: 2019.08.11 -> 2019.10.13
2019-11-12 10:05:32 +01:00
Michael Raskin
e3b76760e3
Merge pull request #73168 from judaew/btrfs-progs-update
...
btrfs-progs: 5.2.2 -> 5.3.1
2019-11-11 23:10:49 +00:00
markuskowa
dca1178698
Merge pull request #72472 from r-ryantm/auto-update/dblatex
...
dblatex: 0.3.10 -> 0.3.11
2019-11-11 23:58:14 +01:00
symphorien
40f1983f95
caffeine-ng: fix paths in desktop files
...
(#73123 )
2019-11-11 23:37:58 +01:00
John Mercier
9f9bd573fe
ttygif init at 1.4.0
2019-11-11 17:30:08 -05:00
Jason Felice
52774319e0
fop: builds on all platforms
2019-11-11 23:20:35 +01:00
markuskowa
289c4b4239
Merge pull request #72456 from r-ryantm/auto-update/btrbk
...
btrbk: 0.28.3 -> 0.29.0
2019-11-11 22:45:35 +01:00
Jan Tojnar
1b5a8a2cc6
Merge branch 'master' into staging-next
2019-11-11 22:27:57 +01:00
Renaud
b5b7bd6ebb
bgpdump: 2017-09-29 -> 1.6.0
2019-11-11 22:17:43 +01:00
Florian Klink
05590b3efd
ceph: fix build and cleanup expression
...
correct platforms. ceph currently doesn't build on aarch64-linux. So
let's not lie in meta.platforms.
ceph: fix multiple output
We currently just move $out/share/ceph/mgr to
$lib/lib/ceph, and then remove all references to $out with a find
command.
I checked $out, the only reference to $out is in
$lib/lib/ceph/libceph-common.so.0, coming from src/common/options.cc:
https://github.com/ceph/ceph/blob/master/src/common/options.cc#L5050 :
> Option("mgr_module_path", Option::TYPE_STR, Option::LEVEL_ADVANCED)
> .set_default(CEPH_DATADIR "/mgr")
> .add_service("mgr")
> .set_description("Filesystem path to manager modules."),
Just removing the reference might break some behaviour - it should point
to $lib/ceph/mgr instead.
We can fix this in a much more elegant fashion by just passing a custom
CMAKE_INSTALL_DATADIR to the build system.
ceph: fix outdated Boost::python substitutions
Instead of substituting in CMakeLists.txt files, one now needs to set
MGR_PYTHON_VERSION.
ceph: clean up PYTHONPATH wrapping
Set `pythonPath` instead of exporting PYTHONPATH.
Use `toPythonPath` to construct the PYTHONPATH where we need manual
wrapping. There's no ceph-volume, only ceph-mgr.
ceph: set doCheck = false explicitly
and describe why.
ceph: patch more shebangs
ceph: use system-provided gtest and rocksdb
2019-11-11 21:47:02 +01:00
markuskowa
79302a8d36
Merge pull request #73240 from filalex77/licensor-2.0.0
...
licensor: init at 2.0.0
2019-11-11 21:42:53 +01:00
markuskowa
23ed6ff635
Merge pull request #72973 from pasqui23/hm
...
home-manager:2019-10-23 -> 2019-10-29
2019-11-11 20:07:33 +01:00
Oleksii Filonenko
3fe11d1180
licensor: init at 2.0.0
2019-11-11 21:04:14 +02:00
Alex Guzman
82dfacc7fe
trousers: 0.3.13 -> 0.3.14
...
* Update trousers to latest, use regular openssl (#68338 )
trousers: cleanup
* some CFLAGS and LDFLAGS are not needed anymore
* libtool file fixup was a no-op
* license is now BSD-3 since:
0160d229f8
/
2019-11-11 19:43:14 +01:00
Renaud
c64e9dadfe
Merge pull request #72742 from Avaq/avaq/twa-190
...
twa: 1.8.0 -> 1.9.1
2019-11-11 18:31:43 +01:00
Aldwin Vlasblom
776d4c13ac
twa: 1.8.0 -> 1.9.1
...
This commit updates twa from version 1.8.0 to version 1.9.1,
specifying its new 'jq' dependency.
It also moves 'makeWrapper' from the build inputs to the native
build inputs, as it's not necessary during runtime.
2019-11-11 16:25:34 +01:00
Renaud
ceb648f66a
fierce: 1.3.0 -> 1.4.0
...
(#73129 )
2019-11-11 14:14:24 +01:00
tekeri
cd41194654
circus: fix incompatible dependency of python-circus ( #73199 )
...
* circus: fix incompatible dependency of python-circus
* circus: move out of python packages set
* circus: remove directly used python packages arguments
2019-11-11 14:09:58 +01:00
Frederik Rietdijk
cf27abf534
Merge master into staging-next
2019-11-11 12:06:42 +01:00
Oleksii Filonenko
7b5194aee9
fselect: init at 0.6.7 ( #73206 )
...
* fselect: init at 0.6.7
* Fix cargoSha256
Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
2019-11-11 10:25:16 +00:00
Jan Tojnar
e994fdcac0
Merge pull request #72922 from davidak/fix_versions
...
Fix package metadata like version and homepage
2019-11-11 09:05:08 +01:00
Sascha Grunert
f94d457e5c
slirp4netns: 0.3.0 -> 0.4.2
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-11 08:58:42 +01:00
Vadim-Valdis Yudaev
9bf9370d95
btrfs-progs: 5.2.2 -> 5.3.1
2019-11-10 19:11:42 +02:00
Aaron Andersen
377e6915d3
Merge pull request #72960 from JohnAZoidberg/cadaver-readline
...
cadaver: Enable readline support
2019-11-10 07:59:27 -05:00
Vadim-Valdis Yudaev
9e733df81f
bettercap: 2.24 -> 2.26.1
2019-11-10 13:22:29 +01:00
Christine Koppelt
35ab77755b
peruse: add missing description & homepage
2019-11-10 08:00:23 +01:00
Jan Tojnar
5d715e8396
networkmanager-openconnect: fix build
...
Something stopped propagating libxml2 recently, breaking the build, breaking GNOME tests.
2019-11-10 02:13:58 +01:00
Jan Tojnar
33f664ceee
networkmanager-openconnect: format with nixpkgs-fmt
2019-11-10 02:09:37 +01:00
Michael Raskin
05cd691173
Merge pull request #73126 from cko/remove_sablotron
...
sablotron: remove
2019-11-09 21:44:04 +00:00
Renaud
f80a56fafc
Merge pull request #72408 from etu/transifex-fix-build
...
transifex-client: Fix build
2019-11-09 22:38:07 +01:00