3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

20529 commits

Author SHA1 Message Date
Jan Tojnar e99ff9b98d
networkmanager: Stop using libredirect for building introspection (#60909)
networkmanager: Stop using libredirect for building introspection
2019-05-05 16:10:38 +02:00
Will Dietz 8cc761c606 getopt: 1.1.4 -> 1.1.6, modernize a bit
http://frodo.looijaard.name/project/getopt/release/1-1-6
http://frodo.looijaard.name/project/getopt/release/1-1-5

* don't rely on tarballs.nixos.org
* no need for custom builder
2019-05-04 17:57:52 +02:00
Frederik Rietdijk b7b3b3f967 Merge staging-next into staging 2019-05-04 17:34:35 +02:00
Frederik Rietdijk 193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
Will Dietz 1b0cd28a51 lz4: pick upstream fix for Darwin, move to pname 2019-05-04 17:33:46 +02:00
R. RyanTM c87f3820e5 vulkan-tools: 1.1.101.0 -> 1.1.106.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/vulkan-tools/versions
2019-05-04 16:58:55 +02:00
Alyssa Ross f005b1727f
Merge pull request #60516 from manveru/t-update
t: use bundlerApp
2019-05-04 13:29:59 +00:00
Alyssa Ross 1693459ad0
Merge pull request #60511 from manveru/procodile-update
procodile: 1.0.17 -> 1.0.23, use bundlerApp
2019-05-04 13:18:00 +00:00
Michael Fellinger b220aa7192 t: use bundlerApp, fix twitter version 2019-05-04 15:06:42 +02:00
Alyssa Ross 044890985c
Merge pull request #60513 from manveru/riemann-tools-update
riemann-tools: use bundlerApp
2019-05-04 13:03:38 +00:00
Renaud 73c4921a27
Merge pull request #60873 from manveru/r10k-update
r10k: 2.4.3 -> 3.2.0
2019-05-04 14:54:42 +02:00
Renaud 111abad2e6
Merge pull request #60865 from manveru/mpdcron-update
mpdcron: 20130809 -> 20161228
2019-05-04 10:48:17 +02:00
Jan Tojnar 6f7e06bd5a
networkmanager: Stop using libredirect for building docs
Our gobject-introspection patches make the shared library paths absolute
in the GIR files. When building docs, the library is not yet installed,
though, so we need to replace the absolute path with a local one during build.

Previously we used LD_PRELOAD to load libredirect and rewrite the installed paths
to ones in the build directory. That was unnecessary complicated and many people
spent whole night trying to figure out why it breaks some programs.

Using a symlink from the installed location to the build directory fixes
the issue as well, while having much less moving parts, thus being easier to grasp.
The symlink will be overridden during installation.
2019-05-04 05:47:04 +02:00
Renaud 270ea426a4
Merge pull request #60854 from manveru/lolcat-update
lolcat: use bundlerApp, fix audit warning
2019-05-04 01:10:18 +02:00
Vladimír Čunát 0b9c477719
pinentry: update patch url
I verified the hash did NOT change as suggested in #60699.
2019-05-04 00:20:54 +02:00
Renaud 75c98a83ab
Merge pull request #60872 from cinemast/master
Update keybase to 3.2.2
2019-05-03 23:54:54 +02:00
Jan Tojnar 20d4f2f4b7
biber: Fix eval (#60883)
biber: Fix eval
2019-05-03 22:15:58 +02:00
Mario Rodas 069aeee3b8
Merge pull request #60704 from xrelkd/update/tmux
tmux: 2.9 -> 2.9a
2019-05-03 14:59:28 -05:00
Frederik Rietdijk 0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Jan Tojnar 04eddeb969
biber: Fix eval
Remove UnicodeCollate dependency, which is part of Perl 5.28 and
does not exist separately anymore.

Add PerlIO::utf8_strict, which lack thereof Biber complains about
during build.
2019-05-03 19:45:10 +02:00
Andrew Childs ed81e9eba8 ccid: set platforms to unix (#60871)
Upstream supports Linux, macOS and various Unixes.
2019-05-03 13:19:50 -04:00
Renaud c0a369fee3
Merge pull request #60809 from manveru/fpm-update
fpm: 1.9.3 -> 1.11.0, use bundlerApp
2019-05-03 19:01:31 +02:00
Michael Fellinger 97ee366c04 r10k: 2.4.3 -> 3.2.0 2019-05-03 18:42:01 +02:00
Peter Spiess-Knafl 59b235d793 keybase,keybase-gui: 3.0.0 -> 3.2.2 2019-05-03 18:28:25 +02:00
Dmitry Kalinkin b6d0bdf513
texlive: provide bin.texlive on Darwin too
texlive attribute was accidentally added in attrset wrapped with

  stdenv.lib.optionalAttrs (!stdenv.isDarwin)

Fixes: dbc2c1c4b8 ('texlive: add missing perl dependencies for latexindent')
2019-05-03 10:33:04 -04:00
Renaud daf1010117
Merge pull request #60855 from manveru/bcat-update
bcat: use https rubygems
2019-05-03 16:18:55 +02:00
Robert Schütz 56b560942c Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
Michael Fellinger 094b713ccd mpdcron: 20130809 -> 20161228 2019-05-03 14:16:11 +02:00
Renaud 7c506060fd
Merge pull request #60817 from r-ryantm/auto-update/unrar
unrar: 5.7.4 -> 5.7.5
2019-05-03 14:00:22 +02:00
Joachim F 5ad1e9f0bf
Merge pull request #60575 from dtzWill/feature/obfs4proxy
obfs4: init at 0.0.10, use in tor-browser-bundle's, tor service
2019-05-03 09:48:02 +00:00
Joachim F a8ad94a231
Merge pull request #60847 from dtzWill/update/tor-4.0.5
tor: 0.3.5.7 -> 0.4.0.5
2019-05-03 09:46:59 +00:00
Michael Fellinger 473feb7fa3 bcat: use https rubygems 2019-05-03 11:21:57 +02:00
Michael Fellinger df77c19f75 lolcat: use bundlerApp, fix audit warning 2019-05-03 11:18:10 +02:00
Peter Hoeg 4c56c1ce9e
Merge pull request #60829 from peterhoeg/f/krunner_pass
krunner-pass: fix the build
2019-05-03 15:49:36 +08:00
Peter Hoeg bcff2e14e1 krunner-pass: fix the build 2019-05-03 15:48:54 +08:00
Will Dietz 0d5e0da42d tor: 0.3.5.7 -> 0.4.0.5
https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.0.5
2019-05-03 02:02:31 -05:00
R. RyanTM 7893a6e2c0 unrar: 5.7.4 -> 5.7.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unrar/versions
2019-05-02 16:24:30 -07:00
Vladyslav M ea97fe2ce4
s-tar: 1.5.3 -> 1.6 (#60468)
s-tar: 1.5.3 -> 1.6
2019-05-03 01:28:14 +03:00
Michael Fellinger aed27facc0 fpm: 1.9.3 -> 1.11.0, use bundlerApp 2019-05-02 23:51:11 +02:00
Frederik Rietdijk 1979224f15 Merge master into staging-next 2019-05-02 21:38:22 +02:00
Dmitry Kalinkin 7eeab3726f
Merge pull request #59537 from veprbl/pr/texlive_latexindent_deps
texlive: add missing perl dependencies for latexindent
2019-05-02 12:44:07 -04:00
Aaron Andersen 564e5af28d
Merge pull request #60771 from r-ryantm/auto-update/rsyslog
rsyslog: 8.1903.0 -> 8.1904.0
2019-05-02 12:00:08 -04:00
R. RyanTM ccfbc8b0df rsyslog: 8.1903.0 -> 8.1904.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/rsyslog/versions
2019-05-02 07:53:42 -07:00
Markus Schmidl 3e5a0bea6e ntfs3g: remove obsolete CVE-2017-0358 patch
* ntfs-3g: remove patch as it been fixed  (#60697)

* ntfs3g: fetchpatch is unused
2019-05-02 16:30:58 +02:00
Renaud 1dd5eeb0c7
Merge pull request #60703 from r-ryantm/auto-update/pspg
pspg: 1.6.4 -> 1.6.5
2019-05-02 12:46:05 +02:00
R. RyanTM 3f62ef14f1 pulumi-bin: 0.17.4 -> 0.17.8 (#60707)
* pulumi-bin: 0.17.4 -> 0.17.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulumi/versions

* pulumi: fix Darwin hash
2019-05-02 12:44:38 +02:00
R. RyanTM 7eb0b027f2 plantuml: 1.2019.4 -> 1.2019.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plantuml/versions
2019-05-02 09:10:33 +02:00
Pascal Wittmann 191ba09a49
Merge pull request #60689 from r-ryantm/auto-update/parallel
parallel: 20190322 -> 20190422
2019-05-02 09:01:57 +02:00
Frederik Rietdijk 155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Renaud 0579411453
Merge pull request #60691 from r-ryantm/auto-update/pdfcrack
pdfcrack: 0.16 -> 0.17
2019-05-02 08:00:52 +02:00