Commit Graph

21944 Commits

Author SHA1 Message Date
Matthew Bauer
326f40e97c
Merge pull request #66386 from typetetris/bacula-crosscompile-fix
bacula: fix cross compiling for armv7l
2019-08-13 21:51:15 -04:00
Jonathan Ringer
65b64ae301 bdsync: 0.10.1 -> 0.11.1 2019-08-13 15:00:05 -07:00
worldofpeace
a5b77b8cae
Merge pull request #65724 from doronbehar/improve-sequoia
Improve sequoia package expression
2019-08-13 14:44:35 -04:00
Doron Behar
701c788c3f sequoia: improve expression, rename from sequoia-tool
- Add the package to the pythonPackages' attribute set.

- Make the python support overrideable
  We use the pythonSupport argument.

- Rename sequoia-tool -> sequoia
  We provide the whole ecosystem which includes:
    * ffi bindings to Python and C
    * zsh and bash completion for `sq` and `sqv` executables.

- Meta:
  * Use a string as the homepage URL (plain URLs are deprecated).
  * Change description of package to fit upstream and the files we
    actually install.
  * Add @doronbehar as maintainer.
2019-08-13 14:42:27 -04:00
Jan Tojnar
bb4a33ec91
ofono: init at 1.30 (#66565)
ofono: init at 1.30
2019-08-13 15:56:52 +02:00
Jan Tojnar
590310b23f
ofono: init at 1.30 2019-08-13 15:37:16 +02:00
Marek Mahut
8b2d5f9088 s3ql: 2.26 -> 3.2 2019-08-13 11:58:39 +02:00
Marek Mahut
2871348a6f
Merge pull request #66548 from delroth/efivar-r13y
efivar: patch build system for reproducibility
2019-08-13 10:37:29 +02:00
Mario Rodas
59d07914da bonfire: fix build with pytest 4 2019-08-13 09:18:25 +02:00
Pierre Bourdon
f289585d54
efivar: patch build system for reproducibility 2019-08-13 05:21:54 +02:00
Niklas Hambüchen
0f206b3e73 idevicerestore: init at 2019-02-14 2019-08-13 02:13:15 +02:00
Eric Wolf
aa696e8a63 bacula: fix cross compiling for armv7l
got this error while cross compiling:

checking whether setpgrp takes no argument... configure: error: cannot
check setpgrp when cross compiling

autoconf manual says:

— Macro: AC_FUNC_SETPGRP

    If setpgrp takes no argument (the Posix version), define SETPGRP_VOID. Otherwise, it is the BSD version, which takes two process IDs as arguments. This macro does not check whether setpgrp exists at all; if you need to work in that situation, first call AC_CHECK_FUNC for setpgrp.

    The result of this macro is cached in the ac_cv_func_setpgrp_void variable.

    This macro is obsolescent, as current systems have a setpgrp whose signature conforms to Posix. New programs need not use this macro.

So override it with caching variable.
2019-08-12 22:35:45 +02:00
Peter Hoeg
10cc136ed1 grc: leave /etc/grc.conf alone so we can override it
plus a few minor cleanups
2019-08-13 04:19:30 +08:00
worldofpeace
15f5535430 gparted: add adwaita-icon-theme
This adds the icon theme to XDG_DATA_DIRS.
It doesn't appear Plasma5 is properly configured for gtk
apps so this works around there being no icon theme installed
for it.
2019-08-12 14:45:27 -04:00
worldofpeace
7b3006478d gparted: correct polkit support
Use wrapGAppsHook as well
2019-08-12 14:45:27 -04:00
Marek Mahut
8c1d78aa4a
Merge pull request #62182 from dtzWill/update/moosefs-3.0.105
moosefs: 3.0.104 -> 3.0.105
2019-08-12 19:52:08 +02:00
Marek Mahut
86ac9f55b9
Merge pull request #63600 from steadmon/fail2ban-dovecot-service
fail2ban: fix dovecot filter's journalmatch
2019-08-12 18:51:32 +02:00
Marek Mahut
99d66e14b9
Merge pull request #65170 from erikarvstedt/tmpwatch-fuser
tmpwatch: add fuser support
2019-08-12 18:46:02 +02:00
Graham Christensen
5d807f80c7
Merge pull request #63864 from cransom/datadog-agent-integrations-fix
datadog-agent: fix extraIntegrations
2019-08-12 12:15:48 -04:00
Marek Mahut
11bbc69354
Merge pull request #66372 from kirelagin/fsfe-reuse-0.4.1
reuse: 0.3.4 -> 0.4.1
2019-08-12 13:24:34 +02:00
laMudri
ba21259d65 ibus-engines.table: fix after update of settings infrastructure
Fixes #56621. Adds a wrapper to deal with gsettings, and includes a hack to make
things actually work (postFixup).
2019-08-12 10:48:09 +01:00
R. RyanTM
223adea447 ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4 (#65949)
* ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4

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

* use pname
2019-08-11 15:34:57 +02:00
Sander van der Burg
5f01a2586a
Merge pull request #50805 from r-ryantm/auto-update/axis2
axis2: 1.6.4 -> 1.7.9
2019-08-11 12:15:33 +02:00
Aaron Andersen
0f91a1f329
Merge pull request #66079 from marius851000/ctrtool-update
ctrtool: 0.15 -> 0.16
2019-08-10 19:28:57 -04:00
Marek Mahut
64ebc0bf80
Merge pull request #62348 from r-ryantm/auto-update/argyllcms
argyllcms: 2.1.0 -> 2.1.1
2019-08-10 19:28:56 +02:00
Daniel Schaefer
e1a5484098 pptp: Fix shebangs
- Remove `which` as build-time input
- Use substituteInPlace instead of sed (warns if it fails to replace)
- Use perl in buildInputs as it's a run-time dependency
- Patch shebangs manually, not sure why fixupPhase doesn't do it
2019-08-11 01:53:08 +09:00
Marek Mahut
3633b3271d DisnixWebService: patching to use HttpTransportPropertiesImpl 2019-08-10 12:52:39 +02:00
Mario Rodas
a460545927
fffuu: init at unstable-2018-05-26 2019-08-10 05:20:03 -05:00
Kirill Elagin
a057dd2f8f reuse: 0.3.4 -> 0.4.1 2019-08-10 13:18:53 +03:00
markuskowa
732c1671f5
Merge pull request #66380 from markuskowa/upd-rdma
rdma-core: 24.0 -> 25.0
2019-08-10 11:55:17 +02:00
Marek Mahut
f93da326ab
Merge pull request #65051 from r-ryantm/auto-update/abcm2ps
abcm2ps: 8.14.4 -> 8.14.5
2019-08-10 09:40:56 +02:00
Marek Mahut
757e9f9514
Merge pull request #65871 from r-ryantm/auto-update/abcMIDI
abcmidi: 2019.06.14 -> 2019.08.02
2019-08-10 09:38:32 +02:00
Marek Mahut
1ad2edd743 abcmidi: 2019.07.12 -> 2019.08.02 2019-08-10 09:20:57 +02:00
Marek Mahut
c3b16e827c
Merge pull request #65977 from r-ryantm/auto-update/mcrcon
mcrcon: 0.0.5 -> 0.6.1
2019-08-09 23:48:44 +02:00
Marek Mahut
668d083cea
Merge pull request #65910 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.9.0 -> 3.10.5
2019-08-09 23:46:03 +02:00
Mario Rodas
ef7a9952f8
Merge pull request #66370 from marsam/update-shadowsocks-libev
shadowsocks-libev: 3.3.0 -> 3.3.1
2019-08-09 07:09:11 -05:00
Frederik Rietdijk
9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Markus Kowalewski
f873471bfe
infiniband-diags: remove
All commands provided by infiniband-diags are already
included in rdma-core, which is required to build infiniband-diags.
2019-08-09 13:36:56 +02:00
Gabriel Ebner
63ea6e95f7 fcitx-qt5: fix build 2019-08-09 11:17:50 +02:00
Mario Rodas
7610e3a33c
shadowsocks-libev: 3.3.0 -> 3.3.1 2019-08-09 03:55:44 -05:00
Marek Mahut
9ce3f57716
Merge pull request #65973 from fgaz/coloursum/init
coloursum: init at 0.1.0
2019-08-09 10:22:43 +02:00
Mario Rodas
c2cc6aa670
Merge pull request #66306 from alexfmpe/init-tendermint
tendermint: init at 0.32.2
2019-08-08 18:43:24 -05:00
Sarah Brofeldt
843eb3a951
Merge pull request #66040 from teto/mininet
mininet: 2.3.0d4 -> 2.3.0d6
2019-08-08 21:11:50 +02:00
Sarah Brofeldt
8c588e6b37
Merge pull request #66237 from evanjs/feature/cht.sh-unstable-2019-08-06
cht.sh: unstable-2018-11-02 -> unstable-2019-08-06
2019-08-08 20:49:47 +02:00
marius851000
4b594c3d8f ctrtool: 0.15 -> 0.16 2019-08-08 17:23:14 +02:00
Alexandre Esteves
a37c058422 tendermint: init at 0.32.2 2019-08-08 11:44:33 +01:00
xrelkd
edbdbb31e1 eksctl: 0.3.0 -> 0.3.1 2019-08-08 11:05:25 +08:00
worldofpeace
347a5d9275
Merge pull request #65764 from Kiwi/bitwarden
bitwarden: init at 1.15.2
2019-08-07 15:01:44 -04:00
Robert Djubek
2372dc2673
bitwarden: init at 1.15.2 2019-08-07 17:41:34 +00:00
Mario Rodas
bf822dbd1a
Merge pull request #66240 from MetaDark/protontricks
protontricks: 1.2.3 -> 1.2.4
2019-08-07 06:39:48 -05:00
Marek Mahut
8b85de318d
Merge pull request #66006 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 4.0.1 -> 4.0.3
2019-08-07 11:37:52 +02:00
Hugo
83cfaaccf4 gopass: fix build on darwin (#66244) 2019-08-07 10:33:07 +01:00
Jörg Thalheim
31244a40e4
ripgrep-all: init at 0.9.2 (#65695)
ripgrep-all: init at 0.9.2
2019-08-07 10:24:11 +01:00
Ryan Mulligan
802c0595b3
Merge pull request #65972 from r-ryantm/auto-update/mbuffer
mbuffer: 20190127 -> 20190725
2019-08-06 21:36:17 -07:00
MetaDark
a0e09b9542 protontricks: 1.2.3 -> 1.2.4 2019-08-06 19:47:15 -04:00
Evan Stoll
1632c09e23 Add evanjs to maintainers
- Add evanjs to maintainer list
- Add evanjs to maintainers for cht.sh
2019-08-06 18:38:55 -04:00
Evan Stoll
9037a5acc2 cht.sh: unstable-2018-11-02 -> unstable-2019-08-06
- Bump cht.sh to unstable-2019-08-06
- Add bash and zsh completions
2019-08-06 18:16:19 -04:00
Marek Mahut
37fc71e543
Merge pull request #66167 from r-ryantm/auto-update/tmate
tmate: 2.2.1 -> 2.3.0
2019-08-06 20:48:12 +02:00
Marek Mahut
300e766e16
Merge pull request #66181 from r-ryantm/auto-update/watchexec
watchexec: 1.10.2 -> 1.10.3
2019-08-06 20:34:45 +02:00
Marek Mahut
049e7c934a
Merge pull request #66194 from r-ryantm/auto-update/you-get
you-get: 0.4.1314 -> 0.4.1328
2019-08-06 20:11:26 +02:00
Aaron Andersen
1290ffdce0
Merge pull request #66198 from r-ryantm/auto-update/zabbix-cli
zabbix-cli: 2.0.1 -> 2.1.1
2019-08-06 12:23:21 -04:00
adisbladis
6b135bf764
Merge pull request #65890 from tazjin/chore/bump-mdbook-0.3.1
mdbook: 0.1.8 -> 0.3.1
2019-08-06 16:03:42 +01:00
Maximilian Bosch
13d766f8b8
Merge pull request #66179 from r-ryantm/auto-update/whois
whois: 5.4.3 -> 5.5.0
2019-08-06 15:50:41 +02:00
Graham Christensen
06996d382e
Merge pull request #66146 from grahamc/xmloscopy
xmloscopy: 0.1.2 -> 0.1.3
2019-08-06 07:34:59 -04:00
R. RyanTM
7cf29d0119 zabbix-cli: 2.0.1 -> 2.1.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/zabbix-cli/versions
2019-08-06 04:24:54 -07:00
R. RyanTM
11a1978c6e you-get: 0.4.1314 -> 0.4.1328
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions
2019-08-06 03:26:18 -07:00
R. RyanTM
7eeec3e501 watchexec: 1.10.2 -> 1.10.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/watchexec/versions
2019-08-06 02:13:36 -07:00
R. RyanTM
1c7d2df130 whois: 5.4.3 -> 5.5.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/whois/versions
2019-08-06 02:02:09 -07:00
R. RyanTM
4f267d2ca4 tmate: 2.2.1 -> 2.3.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/tmate/versions
2019-08-05 23:24:12 -07:00
xrelkd
52a5a4496d eksctl: 0.2.1 -> 0.3.0 2019-08-06 11:07:45 +08:00
Graham Christensen
4ec201e7b7
xmloscopy: buildInputs -> nativeBuildInputs 2019-08-05 22:59:57 -04:00
Graham Christensen
b8c0210fcc
xmloscopy: name -> pname 2019-08-05 22:02:47 -04:00
Graham Christensen
16584b52f3
xmloscopy: with 2019-08-05 22:02:13 -04:00
Graham Christensen
a428849ce7
xmloscopy: 0.1.2 -> 0.1.3 2019-08-05 21:56:09 -04:00
Mario Rodas
21e295079b
Merge pull request #66008 from r-ryantm/auto-update/parallel
parallel: 20190622 -> 20190722
2019-08-05 20:15:48 -05:00
Mario Rodas
2e80918cc9
Merge pull request #65869 from r-ryantm/auto-update/aws-google-auth
aws-google-auth: 0.0.29 -> 0.0.32
2019-08-05 18:54:32 -05:00
Marek Mahut
a61290dd37
Merge pull request #66065 from r-ryantm/auto-update/pulumi
pulumi-bin: 0.17.17 -> 0.17.27
2019-08-05 22:43:21 +02:00
Marek Mahut
95f29fa673
pulumi: fixing darwin hash 2019-08-05 19:57:07 +02:00
worldofpeace
b044b6814f
Merge pull request #65914 from worldofpeace/update/elementary-appcenter
Update pantheon appcenter apps
2019-08-05 12:01:59 -04:00
Maximilian Bosch
ee39f4c50b
Merge pull request #66051 from r-ryantm/auto-update/pspg
pspg: 1.6.5 -> 1.6.8
2019-08-05 17:41:30 +02:00
R. RyanTM
38089d7e30 pulumi-bin: 0.17.17 -> 0.17.27
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
2019-08-05 05:47:12 -07:00
Matthieu Coudron
f0ccd4002b mininet: 2.3.0d4 -> 2.3.0d6 2019-08-05 21:20:43 +09:00
Danylo Hlynskyi
7585496eff
Merge branch 'master' into flip-map-foreach 2019-08-05 14:09:28 +03:00
danbst
0f8596ab3f mass replace "flip map -> forEach"
See `forEach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g'
```
2019-08-05 14:03:38 +03:00
danbst
91bb646e98 Revert "mass replace "flip map -> foreach""
This reverts commit 3b0534310c.
2019-08-05 14:01:45 +03:00
R. RyanTM
28e4a2d4ad pspg: 1.6.5 -> 1.6.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/pspg/versions
2019-08-05 03:10:29 -07:00
R. RyanTM
7385e92641 plantuml: 1.2019.7 -> 1.2019.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/plantuml/versions
2019-08-05 11:34:39 +02:00
WilliButz
c4d3c5e3d5
Merge pull request #65855 from jonringer/fix-disper
disper: 0.3.1 -> 0.3.1.1
2019-08-05 11:14:57 +02:00
Michael Raskin
89721e4954
Merge pull request #66011 from peterhoeg/u/mtr
mtr: 0.92 -> 0.93
2019-08-05 07:43:43 +00:00
Peter Hoeg
32526e65bd mtr: 0.92 -> 0.93 2019-08-05 11:46:24 +08:00
R. RyanTM
3fdf3d3e56 parallel: 20190622 -> 20190722
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/parallel/versions
2019-08-04 19:33:58 -07:00
R. RyanTM
0204685126 openapi-generator-cli: 4.0.1 -> 4.0.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/openapi-generator-cli/versions
2019-08-04 19:16:49 -07:00
Jonathan Ringer
ab9294b6ed disper: 0.3.1 -> 0.3.1.1 2019-08-04 19:14:32 -07:00
Vincent Ambo
52ffaefb6d mdbook: fix license entry (actually MPL 2.0) 2019-08-04 21:55:28 +01:00
R. RyanTM
607171e3e5 mcrcon: 0.0.5 -> 0.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/mcrcon/versions
2019-08-04 13:15:58 -07:00
Marek Mahut
c5052e3639
Merge pull request #65960 from r-ryantm/auto-update/kronometer
kronometer: 2.2.2 -> 2.2.3
2019-08-04 21:25:44 +02:00
Marek Mahut
769de8c475
Merge pull request #65965 from r-ryantm/auto-update/lesspipe
lesspipe: 1.83 -> 1.84
2019-08-04 21:15:18 +02:00
R. RyanTM
dc98a1a61b mbuffer: 20190127 -> 20190725
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions
2019-08-04 12:07:10 -07:00
Francesco Gazzetta
30817f9779 coloursum: init at 0.1.0 2019-08-04 21:03:55 +02:00
R. RyanTM
0a02aed96c lesspipe: 1.83 -> 1.84
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lesspipe/versions
2019-08-04 11:01:28 -07:00
R. RyanTM
fc0138f980 kronometer: 2.2.2 -> 2.2.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/kronometer/versions
2019-08-04 10:36:55 -07:00
Maximilian Bosch
6983abb36e
Merge pull request #65936 from WilliButz/update-highlight
highlight: 3.52 -> 3.53
2019-08-04 17:34:07 +02:00
WilliButz
4fb87966bc
Merge pull request #65939 from r-ryantm/auto-update/hwinfo
hwinfo: 21.66 -> 21.67
2019-08-04 16:29:11 +02:00
R. RyanTM
be21b66ffc hwinfo: 21.66 -> 21.67
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2019-08-04 06:07:15 -07:00
R. RyanTM
8cc4edde3e debianutils: 4.8.6.2 -> 4.8.6.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/debianutils/versions
2019-08-04 22:04:08 +09:00
WilliButz
f3d53023d8
highlight: 3.52 -> 3.53 2019-08-04 14:35:41 +02:00
Jaka Hudoklin
e2cd85d9b4
Merge pull request #65166 from PsyanticY/vault-with-ui
vault-bin: init at 1.1.3
2019-08-04 13:06:28 +02:00
WilliButz
e0c58842ad
Merge pull request #65872 from r-ryantm/auto-update/birdfont
birdfont: 2.26.0 -> 2.27.0
2019-08-04 12:45:11 +02:00
Jaka Hudoklin
558cdf0e11
vault-bin: use sourceRoot instead of custom unpackPhase 2019-08-04 12:20:16 +02:00
worldofpeace
c91d616881 hashit: 1.0.0 -> 1.1.0
https://github.com/artemanufrij/hashit/blob/1.1.0/data/com.github.artemanufrij.hashit.appdata.xml.in#L36
2019-08-04 04:23:13 -04:00
Francesco Zanini
1b1f9f95dd ripgrep-all: init at 0.9.2 2019-08-04 09:18:47 +02:00
R. RyanTM
df4b0c4854 fanficfare: 3.9.0 -> 3.10.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/fanficfare/versions
2019-08-04 00:10:01 -07:00
R. RyanTM
aa745edea1 calamares: 3.2.8 -> 3.2.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/calamares/versions
2019-08-03 21:38:51 -07:00
Vincent Ambo
e19185e298 mdbook: 0.1.8 -> 0.3.1
Last update was over a year ago and the project has progressed a lot
in between. This moves the derivation to the latest tagged version.
2019-08-04 01:08:50 +01:00
Robin Gloster
bebd759a68
Merge pull request #65067 from r-ryantm/auto-update/esptool
esptool: 2.6 -> 2.7
2019-08-03 23:44:46 +00:00
Robin Gloster
8a4d48a7b9
Merge pull request #65879 from r-ryantm/auto-update/babeld
babeld: 1.8.4 -> 1.8.5
2019-08-03 23:28:34 +00:00
R. RyanTM
6e993e3fbc babeld: 1.8.4 -> 1.8.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/babeld/versions
2019-08-03 15:42:09 -07:00
R. RyanTM
c1e4dd8915 birdfont: 2.26.0 -> 2.27.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/birdfont/versions
2019-08-03 14:46:30 -07:00
R. RyanTM
49d443efd9 abcmidi: 2019.06.14 -> 2019.07.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/abcmidi/versions
2019-08-03 14:41:05 -07:00
R. RyanTM
19195a7925 aws-google-auth: 0.0.29 -> 0.0.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-google-auth/versions
2019-08-03 14:28:45 -07:00
Frederik Rietdijk
8fa3fb092e
Merge pull request #65624 from worldofpeace/bump-networkmanager
networkmanager: 1.18.1 -> 1.18.2
2019-08-03 08:02:35 +02:00
Frederik Rietdijk
d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
worldofpeace
7fb44be46b
Merge pull request #65756 from Kiwi/update-bitwarden-cli
bitwarden-cli: fix build
2019-08-02 17:11:20 -04:00
Marek Mahut
39d9b5d8a5
Merge pull request #65815 from petabyteboy/feature/cbmem
cbmem: init at 4.9
2019-08-02 23:02:58 +02:00
Marek Mahut
f56447e71f
Merge pull request #65816 from dywedir/dua
dua: 2.1.5 -> 2.1.11
2019-08-02 23:01:59 +02:00
Robert Djubek
4253edd1fe
bitwarden-cli: fix build
Updated with./generate.sh so that it builds. Fixes #63158
2019-08-02 20:57:25 +00:00
worldofpeace
3dd1acbc94
Merge pull request #65791 from xrelkd/update/youtube-dl
youtube-dl: 2019.07.30 -> 2019.08.02
2019-08-02 16:53:28 -04:00
Vladyslav M
713c004589
dua: 2.1.5 -> 2.1.11 2019-08-02 22:42:21 +03:00
Mario Rodas
41fa251ebc
Merge pull request #65814 from dywedir/lsd
lsd: 0.15.1 -> 0.16.0
2019-08-02 14:24:12 -05:00
Milan Pässler
64c5ea07da cbmem: init at 4.9 2019-08-02 21:01:00 +02:00
Vladyslav M
253272ce9f
lsd: 0.15.1 -> 0.16.0 2019-08-02 21:37:23 +03:00
xrelkd
f93ef946e5 youtube-dl: 2019.07.30 -> 2019.08.02 2019-08-02 22:10:38 +08:00
Jörg Thalheim
4e99e554b0
zsync: fix cross-build by setting AR 2019-08-02 10:04:05 +01:00
Vladimír Čunát
a89f245f3b
Merge branch 'master' into openssl-1.1
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Vladimír Čunát
92f3ea646e
Merge branch 'master' into staging-next
... to avoid the accidental gnupatch rebuild
2019-08-02 09:40:36 +02:00
Ivan Kozik
002b853782
gnupatch: avoid rebuild from c4ce832e PR #65687
vcunat is really sorry for not noticing this.
2019-08-02 09:31:07 +02:00
Frederik Rietdijk
6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Marek Mahut
985fe2978c
Merge pull request #65747 from jabranham/stow
stow: 2.3.0 -> 2.3.1
2019-08-02 09:07:37 +02:00
Mario Rodas
efb985c514
Merge pull request #65727 from marsam/update-z-lua
z-lua: 1.7.1 -> 1.7.2
2019-08-02 01:14:50 -05:00
Mario Rodas
6b7a7c0c32
Merge pull request #65763 from lilyball/ripgrep
ripgrep: 11.0.1 -> 11.0.2
2019-08-02 01:13:41 -05:00
Lily Ballard
cd3718281f ripgrep: 11.0.1 -> 11.0.2 2019-08-01 21:37:52 -07:00
Robin Gloster
30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Robin Gloster
841e20e583
Merge pull request #64336 from adisbladis/nodejs-8x-drop
Drop nodejs-8_x
2019-08-02 00:53:46 +00:00
Robin Gloster
1ac2c6b054
Merge pull request #65732 from addict3d/bump-ghidra-version
ghidra: 9.0.2 -> 9.0.4
2019-08-02 00:47:39 +00:00
adisbladis
9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Nick Novitski
c2c77e7824 hiera-eyaml: 2.1.0 -> 3.0.0 (#65692) 2019-08-01 14:16:24 -07:00
Vladimír Čunát
c4ce832eeb
Merge #65687: gnupatch: update links to patches 2019-08-01 22:40:46 +02:00
vitaliizinchenko
6ec98ddc23 gnupatch: update links to patches 2019-08-01 16:21:06 -04:00
Alex Branham
c19dba37f3
stow: 2.3.0 -> 2.3.1 2019-08-01 15:15:52 -05:00
Nick Novitski
38b43eeed4 riemann-tools: 0.2.13 -> 0.2.14 2019-08-01 21:02:24 +02:00
Marek Mahut
4b20ecb672
Merge pull request #65731 from JohnAZoidberg/jdupes-1.13.1
jdupes: 1.13.1 -> 1.13.2
2019-08-01 19:11:45 +02:00
adisbladis
1a46901c4e
Merge pull request #65617 from gcv/gnupg1-all-platforms
Allow GnuPG1 to build on all platforms.
2019-08-01 17:48:34 +01:00
Nick Bathum
bad033aaa7 ghidra 9.0.2 -> 9.0.4 2019-08-01 12:07:47 -04:00
Daniel Schaefer
e1c1db787a jdupes: 1.13.1 -> 1.13.2 2019-08-01 17:32:08 +02:00
Mario Rodas
dad37cbbf8
z-lua: 1.7.1 -> 1.7.2 2019-08-01 08:00:00 -05:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Mats Rauhala
4cf37460b6 flameshot: Use Qt mkDerivation (#65710) 2019-08-01 07:36:51 +01:00
worldofpeace
3b37b0afc7
Merge pull request #65622 from HugoReeves/master
croc: init at 6.1.1
2019-08-01 02:22:08 -04:00
Hugo Reeves
4fa644bcec
croc: init at 6.1.1 2019-08-01 17:07:58 +12:00
worldofpeace
ba4e5a3f64
Merge pull request #65488 from arcnmx/pr-passff-manifest
passff-host: fix native messaging manifest path
2019-07-31 21:10:45 -04:00
Vladyslav M
06183c2a27
android-file-transfer: fix building with qt (#65676)
android-file-transfer: fix building with qt
2019-08-01 00:46:25 +03:00
gcv
2a2fcbb274 gnupg: Allow GnuPG1 to build on all platforms. 2019-07-31 09:57:02 -07:00
Dominik Xaver Hörl
064ddec598 android-file-transfer: fix building with qt
Use mkDerivation has instead of stdenv.mkDerivation (see #54525).
2019-07-31 18:47:47 +02:00
arcnmx
c73ff37cd5 passff-host: fix native messaging manifest path
Match other native messaging applications
and the firefox wrapper's expectations.
2019-07-31 07:26:30 -07:00
Mario Rodas
4f6bd58866
Merge pull request #65615 from arcnmx/pr-bitwarden_rs-update
bitwarden_rs: 1.9.0 -> 1.9.1
2019-07-31 08:01:57 -05:00
Peter Hoeg
f46b8a9ef2
Merge pull request #65618 from peterhoeg/p/spwgen
pwgen-secure: init at 0.9.1
2019-07-31 15:18:14 +08:00
Peter Hoeg
db5aa011b8 pwgen-secure: init at 0.9.1 2019-07-31 15:16:18 +08:00
Will Dietz
de3bbbf46c networkmanager: libaudit yes but disabled by default 2019-07-31 02:55:25 -04:00
Will Dietz
ee409c1cc1 networkmanager: disable dhcpcanon instead of assuming in /usr/* 2019-07-31 02:55:15 -04:00
worldofpeace
3c77163d46 networkmanager: 1.18.1 -> 1.18.2
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.18.2/NEWS
2019-07-31 02:54:59 -04:00
worldofpeace
f4b9195e36
Merge pull request #62919 from dtzWill/update/networkmanager_strongswan-1.4.5
networkmanager_strongswan: 1.4.4 -> 1.4.5
2019-07-31 02:38:51 -04:00
worldofpeace
a1f38f4960
Merge pull request #65381 from cransom/gh-ost-platform
gh-ost: update platforms
2019-07-31 01:47:50 -04:00
worldofpeace
4b1dd1c3a3
Merge pull request #65605 from danielfullmer/zerotier-1.4.0
zerotierone: 1.2.12 -> 1.4.0
2019-07-31 01:13:00 -04:00
arcnmx
fef48df3a1 bitwarden_rs: 1.9.0 -> 1.9.1 2019-07-30 15:03:15 -07:00
arcnmx
242350554c bitwarden_rs-vault: 2.10.1 -> 2.11.0 2019-07-30 14:37:37 -07:00
Daniel Fullmer
8c975f2f38 zerotierone: 1.2.12 -> 1.4.0 2019-07-30 13:19:15 -04:00
Edmund Wu
706518f761 epubcheck: 4.2.1 -> 4.2.2 2019-07-30 13:01:17 +02:00
Aaron Andersen
47688b1abd
Merge pull request #65597 from marsam/init-mtm
mtm: init at 1.0.1
2019-07-30 06:53:02 -04:00
Jörg Thalheim
cd54dd84e7
youtube-dl: 2019.07.27 -> 2019.07.30 (#65595)
youtube-dl: 2019.07.27 -> 2019.07.30
2019-07-30 08:00:56 +01:00
Mario Rodas
070fea146c
mtm: init at 1.0.1 2019-07-30 00:39:13 -05:00
xrelkd
7ed270b372 youtube-dl: 2019.07.27 -> 2019.07.30 2019-07-30 13:02:30 +08:00
Matthieu Coudron
9db41c12f5
Merge pull request #65571 from jonringer/fix-fcitx-libpinyin
libsForQt5.fcitx-qt5: fix build
2019-07-30 13:53:07 +09:00
Robin Gloster
242e52dbb1
treewide: remove openssl 1.1 pinning 2019-07-30 03:41:32 +02:00
Jonathan Ringer
781ec03841 fcitx-engines.libpinyin: remove unnecessary replacement 2019-07-29 17:10:28 -07:00
Jonathan Ringer
24f4c62cef libsForQt5.fcitx-qt5: fix build 2019-07-29 17:10:20 -07:00
Orivej Desh
a1d9aca602 google-compute-engine-oslogin: update /bin/bash substitution 2019-07-29 23:28:40 +00:00
Daniel Schaefer
2f5beaec08 tgt: Install systemd tgtd.service (#65565)
* tgt: Add homepage

* tgt: tgt-admin needs lsof, sg3_utils and tgtadm

Otherwise it fails with return code 72057594037927935.

* tgt: libxslt and docbook_xsl not needed at runtime

They're only there to build the documentation.

* tgt: Install systemd tgtd.service

Resolves #38012

* tgt: Add JohnAZoidberg as maintainer
2019-07-29 23:21:00 +00:00
Robin Gloster
bdfc0887de
vfdecrypt: remove
upstream unmaintained, doesn't build with openssl 1.1 and no recent
changes in nixpkgs
2019-07-29 23:00:02 +02:00
Robin Gloster
178cb02571
radsecproxy: 1.6.9 -> 1.8.0 2019-07-29 22:17:04 +02:00
Robin Gloster
11961d35e7
libtorrent: remove released patch 2019-07-29 21:56:30 +02:00
Andreas Rammhold
78be12d315
tpm-luks: add openssl1.1 patch 2019-07-29 21:25:15 +02:00
Andreas Rammhold
b689d71b9c
tpm-tools: apply openssl1.1 patch 2019-07-29 21:25:15 +02:00
Andreas Rammhold
028fee98d3
partimage: apply openssl1.1 patch
The (new) patch also incorporates the now removed no-SSLv2 patch so it
has been dropped.
2019-07-29 21:25:14 +02:00
Andreas Rammhold
b300c7fe28
mailsend: apply openssl1.1 patch 2019-07-29 21:25:14 +02:00
Andreas Rammhold
8c8c3ab85d
libtorrent: apply openssl 1.1 patch 2019-07-29 21:25:13 +02:00
Dan Peebles
e26a3fd2de
xar: fix to work on openssl 1.1.x 2019-07-29 21:25:12 +02:00
Franz Pletz
c7ffe1778a
chaps: mark as broken due to openssl 1.1 2019-07-29 21:25:12 +02:00
Robin Gloster
690aaf4429
uwimap: add patch to build with openssl 1.1.0 2019-07-29 21:25:10 +02:00
Dmitry Kalinkin
dbb5044408
Merge pull request #65560 from thefloweringash/fluentd-update
fluentd: 1.4.2 -> 1.6.2
2019-07-29 14:55:04 -04:00
Orivej Desh
cf979f246e google-compute-engine-oslogin: 1.4.3 -> 1.5.3 2019-07-29 16:01:50 +00:00
Andrew Childs
66b551b088 fluentd: 1.4.2 -> 1.6.2 2019-07-30 00:00:21 +09:00
worldofpeace
872b55a8c1
Merge pull request #63655 from minijackson/init-sequoia-tool
sequoia-tool: init at 0.9.0
2019-07-29 03:32:04 -04:00
Jörg Thalheim
8e2f04f2b0
youtube-dl: 2019.07.16 -> 2019.07.27 (#65443)
youtube-dl: 2019.07.16 -> 2019.07.27
2019-07-29 08:17:34 +01:00
worldofpeace
ff04067af4
Merge pull request #62926 from yurrriq/patch-2
xvfb_run: fix hash
2019-07-29 03:13:34 -04:00
Jörg Thalheim
071f274054
Merge pull request #63543 from nicknovitski/fastlane-2.125
fastlane: 2.107.0 -> 2.128.1
2019-07-29 07:11:45 +01:00
worldofpeace
e238972d61
Merge pull request #65444 from dtzWill/update/desktop-file-utils-0.24
desktop-file-utils: 0.23 -> 0.24
2019-07-29 01:58:28 -04:00
Nick Novitski
fd5a76bf85 fastlane: 2.107.0 -> 2.128.1 2019-07-28 22:15:55 -07:00
peterzky
4400f4a515 qt5ct: use Qt mkDerivation 2019-07-29 13:04:36 +08:00
worldofpeace
9a7492665b
Merge pull request #65517 from arcnmx/pr-duc-cli
duc: optional x11/cairo
2019-07-28 22:35:32 -04:00
Mathis
c6e7bc2977 google-cloud-sdk: 241.0.0 -> 255.0.0 (#65417) 2019-07-28 19:58:36 +00:00
arcnmx
6e9bd9385d duc: optional x11/cairo
Also enable darwin hydra builds.
2019-07-28 11:01:09 -07:00
Andreas Rammhold
49c4c4a5b9 gnupatch: apply patches for CVE-2019-1363 and CVE-2019-13638 2019-07-28 19:05:43 +02:00
Frederik Rietdijk
cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Michael Raskin
bca933e217
Merge pull request #65493 from virusdave/dnicponski/scratch/add_dcss
games/crawl: add support for MacOS/Darwin builds for Dungeon Crawl
2019-07-28 07:13:16 +00:00
Frederik Rietdijk
cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Wael Nasreddine
6f46503f13
amass: 2.9.11 -> 3.0.25 (#65491) 2019-07-27 23:33:01 -07:00
Doron Behar
a3ae2dbd19 mpd-mpris: init at 0.2.3 (#65340) 2019-07-27 23:30:50 -07:00
Dave Nicponski
b3b4184786 games/crawl: add support for MacOS/Darwin builds
games/crawl: Add support for darwin builds.  Also,
compression/advancecomp: Add support for darwin builds in meta (which already worked).
2019-07-28 02:25:17 -04:00
Markus Hauck
cd903247b8 dragon-drop: git-2014-08-14 -> 1.1.0 2019-07-27 09:54:31 +02:00
Will Dietz
b07cba5a0a
desktop-file-utils: 0.23 -> 0.24
https://hpjansson.org/blag/2019/07/26/desktop-file-utils-0-24-released/
2019-07-26 18:47:09 -05:00
xrelkd
5e0c5caebd youtube-dl: 2019.07.16 -> 2019.07.27 2019-07-27 07:37:45 +08:00
Will Dietz
4ad627eca8 ethtool: 5.1 -> 5.2 2019-07-26 20:29:08 +02:00
Casey Ransom
c658b9db97 gh-ost: update platforms 2019-07-26 10:34:27 -04:00
Frederik Rietdijk
0f6bda38fe Merge staging-next into staging 2019-07-26 14:45:31 +02:00
Jörg Thalheim
fcd940feb1
Merge pull request #65284 from colemickens/gopass
gopass: v1.8.5 -> v1.8.6; support wayland
2019-07-26 11:45:19 +01:00
Cole Mickens
f0950fa3f6 gopass: v1.8.5 -> v1.8.6; support wayland 2019-07-26 12:01:25 +02:00
Will Dietz
aaa4c70490
zstd: 1.4.1 -> 1.4.2
https://github.com/facebook/zstd/releases/tag/v1.4.2
2019-07-25 23:50:32 -05:00
adisbladis
eaafd840bf
Revert "unzip: CVE-2019-13232"
This reverts commit 0238946872.

This patch broke a number of legitimate zips in the wild, including but
not limited to most luarocks and a number of gradle-produced JARs.
2019-07-25 22:07:06 +01:00
worldofpeace
3047bf3fa9
Merge pull request #64989 from eyJhb/rotate-backups
pythonPackages.rotate-backups: init at 6.0
2019-07-25 16:28:52 -04:00
PsyanticY
f403684eee vault-bin: init at 1.1.3
This binray contain the UI part of HashiCorp Vault that we were not able to build it due to the need to generate a very big yarn file. #49082
2019-07-25 15:55:14 +01:00
Matthew Bauer
173a5408d2
Merge pull request #65319 from nicknovitski/fix-darwin-ngrok
ngrok: fix build on darwin
2019-07-25 09:54:43 -04:00
Frederik Rietdijk
34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Frederik Rietdijk
3d00d8e4ee pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
Temporary attribute until we can get rid of it everywhere.

This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
Orivej Desh
32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Orivej Desh
b5d1d50aa9 google-gflags: move to aliases.nix
google-gflags were renamed to gflags in 2012:
https://github.com/gflags/gflags/#25-january-2012

gflags.name will be updated in staging.
2019-07-25 09:18:32 +00:00
Mario Rodas
f5cbc1a197
Merge pull request #65302 from xrelkd/update/eksctl
eksctl: 0.2.0 -> 0.2.1
2019-07-25 03:38:20 -05:00
Orivej Desh
57d5b0be29 slirp4netns: 0.3.0-alpha.2 -> 0.3.0 2019-07-25 03:33:13 +00:00
Nick Novitski
1c0e584c64 ngrok: fix build on darwin 2019-07-24 14:33:48 -07:00
Thomas Tuegel
294e75e832
Merge pull request #65339 from ttuegel/wrap-pinentry_qt5
pinentry: Use qt5.wrapQtApps as needed
2019-07-24 16:07:40 -05:00
WilliButz
0d137e1991
highlight: 3.43 -> 3.52, use GitLab source 2019-07-24 18:31:23 +02:00
Thomas Tuegel
b40550232f
pinentry: Use qt5.wrapQtApps as needed 2019-07-24 11:30:47 -05:00
Rene de la Garza
f882547372 ghidra: 9.0 -> 9.0.2 (#65177) 2019-07-24 17:02:03 +01:00
Vladimír Čunát
96b925e63d
dnsperf: 2.2.0 -> 2.3.1
Mainly they add support for TCP and TLS.
2019-07-24 17:09:57 +02:00
Peter Hoeg
b9412f4fdb
Merge pull request #65294 from steshaw/linkchecker-9.4.0
linkchecker: 9.3.1 -> 9.4.0
2019-07-24 21:43:43 +08:00
markuskowa
ffabf51767
Merge pull request #65061 from plumelo/feature/distrobuilder_10-07-2019
distrobuilder: 2018_10_04 -> 2019_10_07
2019-07-24 13:54:09 +02:00
markuskowa
0300fc5cf2
Merge pull request #65076 from dywedir/broot
broot: 0.8.0 -> 0.9.0
2019-07-24 13:47:59 +02:00
eyjhbb@gmail.com
d774370939 pythonPackages.rotate-backups: init at 6.0 2019-07-24 10:21:57 +02:00
Steven Shaw
a4520359e3
linkchecker: 9.3.1 -> 9.4.0
Version 9.3.1 was crashing.
2019-07-24 17:42:47 +10:00
R. RyanTM
36a6109259 geekbench: 4.3.3 -> 4.4.0 (#65080)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geekbench/versions
2019-07-23 22:19:43 +02:00
xrelkd
a354cbb715 fcitx-qt5: 1.2.1 -> 1.2.3 2019-07-23 14:20:35 -04:00