Commit Graph

98035 Commits

Author SHA1 Message Date
Michael Weiss
4b0afc169d zpl*: Fix the attribute name of the license
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00
Daiderd Jordan
7960bbff14
gnutls: fix darwin build 2017-08-06 13:07:52 +02:00
Vladimír Čunát
332a60cbd1
release.nix: resurrect stdenvBootstrapTools
13d6681ce7 crippled it unintentionally.
Also remove the incorrect/non-existing stdenv.i686-linux;
building the bootstrap tools should be a good-enough test anyway.
2017-08-06 12:35:34 +02:00
gnidorah
771c80d216 gwenview, k3b, konsole: propagate kinit 2017-08-06 12:55:02 +03:00
Robert Helgesson
2bbfac7b97
expat: fix build on aarch 2017-08-06 11:24:12 +02:00
Robin Gloster
145be4e340
Merge commit 'ad83979e5986fa3bb0d254c2be9482c12a8743b9' from staging 2017-08-06 11:21:53 +02:00
Vladimír Čunát
67b6b7e46f
Merge branch 'master' into staging
... to fix bugs in i686-linux removal.
2017-08-06 11:20:36 +02:00
Vladimír Čunát
a5e135ef7c
release.nix: fix a typo from #27923, build stdenv
The typo removed also all aarch64-linux on Hydra.
2017-08-06 11:00:51 +02:00
Domen Kožar
71bebd5254
{fs,h}notify: move to configuration-nix.nix 2017-08-06 10:42:37 +02:00
Domen Kožar
8e16cee256
double-conversion: remove patch superseeded by ghc patch
https://github.com/NixOS/nixpkgs/pull/27584
2017-08-06 10:42:37 +02:00
Vladimír Čunát
f779df87b1
Merge branch 'master' into staging
Let's drop i686-linux here as well.
2017-08-06 10:03:25 +02:00
Gabriel Ebner
e619ace733 perlPackages.TextBibTeX: fix build 2017-08-06 09:28:02 +02:00
Gabriel Ebner
7cc0ef8937 goldendict: fix build by upgrading to qt 5.9 2017-08-06 09:06:24 +02:00
Evan Danaher
b769a94153 urweb: 20170105 -> 20170720 2017-08-05 22:28:19 -04:00
Michael Weiss
acb9ca3006 gns3-gui: init at 2.0.3 2017-08-06 01:55:49 +02:00
Tim Steinbach
74998657c7 Merge pull request #27902 from LumiGuide/flockit
flockit: init at 2012-08-11
2017-08-05 18:54:27 -04:00
Bas van Dijk
872d8fc5c9 flockit: init at 2012-08-11
The flockit library and tool exists solely because rsync doesn't have file
locking.

It's not used like a normal library; you don't link against it, and you don't
have to patch your source code to use it. It's inserted between your program and
its libraries by use of LD_PRELOAD.

For example:

  $ env LD_PRELOAD=$(nix-build -A pkgs.flockit)/lib/libflockit.so FLOCKIT_FILE_PREFIX=test rsync SRC DEST

Besides the library a handy executable is provided which can simplify the above to:

  $ $(nix-build -A pkgs.flockit)/bin/flockit test rsync SRC DEST

Also see the following blog post:
https://www.swiftstack.com/blog/2012/08/15/old-school-monkeypatching/
2017-08-06 00:38:29 +02:00
Tim Steinbach
731a08730f
atom: Add paxmark 2017-08-05 14:36:00 -04:00
Frederik Rietdijk
8fcb070363 Merge pull request #27320 from jtojnar/fix/unbreak-polari
polari: unbreak
2017-08-05 17:49:47 +02:00
Daiderd Jordan
e66c85d196 Merge pull request #27955 from holidaycheck/remove-nodejs-7
nodejs: remove version 7_x
2017-08-05 17:43:16 +02:00
Daiderd Jordan
4e24cc32bc Merge pull request #27544 from cse-bristol/linode-api-python
linode-api: init at 4.1.1b2
2017-08-05 17:40:33 +02:00
Tim Steinbach
46f586fb25 Merge pull request #27891 from jraygauthier/jrg/clementine_from_123_to_131
clementine: 1.2.3 -> 1.3.1
2017-08-05 10:32:27 -04:00
Tim Steinbach
3ed5af74a5 Merge pull request #27894 from jameysharp/cucumber
cucumber: init at 2.4.0
2017-08-05 10:30:20 -04:00
Tim Steinbach
177e06237d Merge pull request #27945 from yegortimoshenko/patch-1
bitwig-studio: 2.0 -> 2.1.3, fix desktop file
2017-08-05 09:58:49 -04:00
Tim Steinbach
1b522830b4 Merge pull request #27956 from holidaycheck/git-lfs-2.2.1
git-lfs: 2.0.2 -> 2.2.1
2017-08-05 09:53:03 -04:00
Tim Steinbach
0147af2226 Merge pull request #27959 from taku0/android_sdk_25.2.5
android-sdk: 25.2.3 -> 25.2.5
2017-08-05 09:46:38 -04:00
taku0
53301fcd63 android-sdk: 25.2.3 -> 25.2.5 2017-08-05 22:22:18 +09:00
Daiderd Jordan
07796ccb57
libgcrypt: fix clang build
Fixes #27906

Because #pragma GCC optimize ("O0") doesn't work for clang and
NIX_CFLAGS_COMPILE bypasses the fixup done by the makefiles everything
gets compiled with -O2.
The build still uses optimisation for everything else.
2017-08-05 15:20:13 +02:00
Mathias Schreck
e19a7068ba git-lfs: 2.0.2 -> 2.2.1 2017-08-05 14:22:18 +02:00
Vincent Laporte
c7c24740a9 obelisk: fix hash 2017-08-05 13:29:00 +02:00
Jan Tojnar
ec6f8320f4
polari: unbreak
The build was failing due to missing telepathy_logger dependency,
I added it. Additionally, the connection to server was failing due to
telepathy executables not having an access to dconf, which was fixed
in #26113. Lastly, when I tried running Polari directly, it terminated
with SIGTRAP and the following error:

    (org.gnome.Polari:22998): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not installed

adding `gnome3.gsettings_desktop_schemas` as a buildInput fixed that.
2017-08-05 13:23:06 +02:00
Jan Tojnar
0a142d3112
wrap-gapps-hook: also wrap symlinks to executables
Some programs store the executable in a different place and link it
from the `bin` directory. For example, Polari links `$out/bin/polari`
to `$out/share/polari/org.gnome.Polari`. `wrapGAppsHook` did not follow
symlinks so it was not able to wrap Polari, making it unable to access
GObject introspection definitions required for running the program.

I made the wrapping script follow symlinks to fix this corner case.
2017-08-05 13:23:05 +02:00
Mathias Schreck
28b0a79c04 nodejs: remove version 7_x
nodejs v7 reached its end of life in June 2017.
2017-08-05 13:17:50 +02:00
Jan Tojnar
c9d419a22b gnome: Further fixes for Using the 'memory' GSettings backend issue 2017-08-05 12:21:00 +02:00
midchildan
0e192d5d4f gnome: Fix the issue Using the 'memory' GSettings backend issue 2017-08-05 12:21:00 +02:00
Graham Christensen
7d0b001d4a nixos,nixpkgs: only build essentials on i686 2017-08-05 12:06:05 +02:00
Vincent Laporte
eb7312ca7d maxima: 5.39.0 -> 5.40.0 2017-08-05 10:48:50 +02:00
Tim Steinbach
d3203c7876 Merge pull request #27938 from NeQuissimus/rkt_1_28_1
rkt: 1.28.0 -> 1.28.1
2017-08-04 22:18:56 -04:00
Tim Steinbach
5c03508e00 Merge pull request #27752 from NeQuissimus/mariadb_10_1_25
mariadb: 10.1.21 -> 10.1.25
2017-08-04 22:18:44 -04:00
Thomas Tuegel
acf05ea777
dropbox: 31.4.24 -> 31.4.25 2017-08-04 19:54:13 -05:00
Tim Steinbach
9d70950bfa Merge pull request #27948 from mimadrid/update/git-2.14.0
git: 2.13.4 -> 2.14.0
2017-08-04 18:37:50 -04:00
John Wiegley
6ff50dc164 Merge pull request #27918 from Zimmi48/coq-update
Coq update
2017-08-04 15:29:18 -07:00
mimadrid
dc74b1a86d
git: 2.13.4 -> 2.14.0 2017-08-04 23:58:45 +02:00
Benno Fünfstück
268374cafe docker: update runc commit
This updates to the new runc as was also done upstream:

f3ef17e47d

In particular, it fixes an issue where output of interactive docker containers
would not reset correctly to the beginning of a line.
2017-08-04 23:04:08 +02:00
Daiderd Jordan
0747cf9cc2 Merge pull request #27863 from mpcsh/master
material-icons-ttf: init at 3.0.1
2017-08-04 22:47:50 +02:00
Mark Cohen
5bf36ca473 material-icons-ttf -> material-icons 2017-08-04 16:14:26 -04:00
John Ericson
fdd07f62e8 Merge pull request #27879 from obsidiansystems/cc-wrapper-shellcheck
cc-wrapper: Pass shellcheck and other cleanups
2017-08-04 14:19:56 -04:00
Yegor Timoshenko
0d631365bb bitwig-studio: 2.0 -> 2.1.3, fix desktop file 2017-08-04 18:18:02 +00:00
Théo Zimmermann
057ffcf0dd coq: adding myself to the maintainers 2017-08-04 19:52:55 +02:00
Théo Zimmermann
b25d65e051 coq: use camlp5_strict
The versions of Coq available through this expression do not actually
require camlp5_transitional. We drop this dependency to see if, in the
future, the package camlp5_transitional can be removed from nixpkgs.
2017-08-04 19:52:54 +02:00
Théo Zimmermann
c0dca2fb00 coq: 8.6 -> 8.6.1 2017-08-04 19:52:51 +02:00
Théo Zimmermann
5215ed6b21 compcert: fix breakage on linux after f130ecd 2017-08-04 19:46:16 +02:00
John Ericson
6463fd3d7e cc-wrapper: Pass shellcheck and other cleanups
In many cases, this involved taking @orivej's and @edolstra's recent
ld-wrapper improvements, and applying then elsewhere.
2017-08-04 12:47:29 -04:00
Vincent Laporte
53bd6cf417 ocamlPackages.ocamlnet: mark as broken with OCaml ≥ 4.05 2017-08-04 16:15:03 +00:00
Vincent Laporte
2a9ef2fafc ocamlPackages.cryptokit: 1.11 -> 1.13 2017-08-04 16:15:02 +00:00
Tim Steinbach
92461b8f9c
rkt: 1.28.0 -> 1.28.1 2017-08-04 12:06:00 -04:00
Robin Gloster
1da02642bc
logrotate: 3.9.1 -> 3.12.3, fix build
closes #27916
2017-08-04 17:14:55 +02:00
Robin Gloster
688f066da2
haskellPackages.servant: fix hash 2017-08-04 17:04:03 +02:00
John Ericson
e84c717df6 Merge pull request #27921 from mdorman/emacs-wrapper-fix
Fix emacs wrapper expression to honor bash array use
2017-08-04 10:07:06 -04:00
Michael Raskin
190493cd91 Merge pull request #27932 from romildo/upd.jwm
jwm: 1600 -> 1621
2017-08-04 15:30:25 +02:00
Tim Steinbach
67b3d49abb Merge pull request #27929 from jdanekrh/jd_idea-community
idea-community: 2017.2.0 -> 2017.2.1
2017-08-04 09:02:57 -04:00
Tim Steinbach
c6fc73b5bc Merge pull request #26842 from lluchs/vivaldi-ffmpeg-codecs
vivaldi: add support for proprietary codecs
2017-08-04 09:00:59 -04:00
Thomas Tuegel
dd61dbf50d
Merge commit 'refs/pull/27485/head' of github.com:NixOS/nixpkgs into staging
Merges #27485.
2017-08-04 07:39:21 -05:00
romildo
0b2be5ad90 jwm: 1600 -> 1621 2017-08-04 09:38:26 -03:00
gnidorah
ce78756ad8 gwenview, spectacle: propagate libkipi 2017-08-04 15:02:36 +03:00
gnidorah
5fc9a604b4 k3b: remove unused wrapper file 2017-08-04 15:02:18 +03:00
Michael Alan Dorman
ef5ba4d5b2 Fix emacs wrapper expression to honor bash array use
In 8d76eff, @Ericson2314 changed the representation of the value that
`findInputs` generated from a whitespace-separated bunch strings to an
actual array of strings.

Expressions that *consume* that value, however, also needed to be
changed to iterate over all the contents of the array, else they would
only select the first value, which turns out to be somewhat limiting.

Fixes #27873
2017-08-04 07:52:18 -04:00
zimbatm
e0a848fb16 terraform_0_10_0: tune build 2017-08-04 11:50:44 +01:00
zimbatm
dc50dcf9c8 terraform: keep the 0.9.x series as the default for now
0.9.10 is still missing some testing
2017-08-04 11:12:28 +01:00
Robert Helgesson
629becb544
expat: 2.2.2 -> 2.2.3 2017-08-04 11:30:04 +02:00
Jiri Danek
305b3fed04 idea-community: 2017.2.0 -> 2017.2.1 2017-08-04 10:38:59 +02:00
Robin Gloster
ad83979e59
binutils: add missing patches... 2017-08-04 08:36:44 +02:00
Franz Pletz
a038866c97
facter: 3.6.4 -> 3.6.6 2017-08-04 08:26:30 +02:00
Willi Butz
33b9e68b1a
kea: fix substituteInPlace usage 2017-08-04 08:26:10 +02:00
Franz Pletz
b129c994c8
irods: 4.2.0 -> 4.2.1 2017-08-04 08:26:09 +02:00
Franz Pletz
068feb65c9
prometeus-snmp-exporter: 0.1.0 -> 0.3.0 2017-08-04 08:26:09 +02:00
Robin Gloster
ceee4003d0
prometheus-openvpn-exporter: use fetchFromGitHub to fix meta 2017-08-04 08:26:09 +02:00
Franz Pletz
e54031d323
prometheus-openvpn-exporter: init at 2017-05-15 2017-08-04 08:26:09 +02:00
Robin Gloster
2b4811887a
kernel: add IP_NF_TARGET_REDIRECT 2017-08-04 08:26:09 +02:00
Robin Gloster
7dc3460764
wvstreams: remove 2017-08-04 08:26:09 +02:00
Franz Pletz
f1802d8398
libmsn: remove, build fails and obsolete
libmsn provides access to the MSN network, which was officially
shut down in October 2014. No packages depends on libmsn.
2017-08-04 08:26:08 +02:00
Robin Gloster
0e18f28cec
binutils: patch bugs in 2.29
All are upstream patches, the last two added by handy to work around
them not applying on the changelog.

2.29.1/2.30 will contain the fixes, too.
2017-08-04 08:22:20 +02:00
Robin Gloster
2d64d1e601
fetchurlBoot: add name attr 2017-08-04 08:22:04 +02:00
Vincent Laporte
ef7f980954 obelisk: init at 0.2.0
Obelisk is a simple tool which produces pretty-printed output from a Menhir
parser file (.mly).

Homepage: https://github.com/Lelio-Brun/Obelisk
2017-08-04 05:46:07 +00:00
Vincent Laporte
83d14b7b50 ocamlPackages.wasm: init at 0.13
wasm is an OCaml library to read and write Web Assembly (wasm) files and
manipulate their AST.
2017-08-04 05:36:58 +00:00
Vincent Laporte
90c9897ff6 ocamlPackages.ppx_deriving: mark as broken with OCaml ≥ 4.05 2017-08-04 05:36:58 +00:00
Vincent Laporte
da378ce8ed ocamlPackages.process: init at 0.2.1
process makes it easy to use commands like functions.

Homepage: https://github.com/dsheets/ocaml-process
2017-08-04 05:36:57 +00:00
Vincent Laporte
2c6571fe12 ocamlPackages.git: 1.11.0 -> 1.11.1 2017-08-04 05:36:57 +00:00
Jörg Thalheim
1de9b95cdd Merge pull request #27922 from Hodapp87/glslviewer12
glslviewer: init at 1.2
2017-08-04 06:06:32 +01:00
Jörg Thalheim
3ab208e108 Merge pull request #27924 from carlsverre/wpa_supplicant_bgscan
Enable BGSCAN for wpa_supplicant
2017-08-04 05:51:26 +01:00
Carl Sverre
6b62b566a1 wpa_supplicant: Enable BGSCAN module
Compile wpa_supplicant with the BGSCAN module enabled. This allows the
user to configure an SSID to use the bgscan module.  This module causes
wpa_supplicant to periodically perform a background scan for additional
access points and switch to the one with the highest signal.  This scan
can be kicked off when the current connection drops below a target
threshold signal strength.
2017-08-03 21:37:24 -07:00
Willi Butz
d10d76f487
libindicator: fix substituteInPlace usage 2017-08-04 04:23:49 +02:00
Willi Butz
c806501a6d
libindicate: fix substituteInPlace usage 2017-08-04 04:23:25 +02:00
Robin Gloster
3bd6061651
libgnurl: 7.48.0 -> 7.54.1 2017-08-04 04:22:51 +02:00
Franz Pletz
d8284f5ea6
libevhtp: remove, abandoned and build fail
No reverse dependencies in nixpkgs. The author deleted the repository.

Is was added for certificate-transparency but isn't used in that expression
anymore.
2017-08-04 04:22:16 +02:00
Franz Pletz
e10e0c4707
libdbusmenu: fix substituteInPlace usage 2017-08-04 04:21:41 +02:00
Willi Butz
e75b2f03d0
libappindicator: fix substituteInPlace usage 2017-08-04 04:21:09 +02:00
Robin Gloster
a8e4f34f40
indicator-application: fix substituteInPlace usage 2017-08-04 04:20:44 +02:00
Robin Gloster
750b78301c
libexosip_3: remove unused, old version 2017-08-04 04:16:57 +02:00
Robin Gloster
7786767bea
ccnx: remove
upstream has been replaced by another project, doesn't build with
openssl 1.1 and is not used elsewhere in nixpkgs

See https://github.com/ProjectCCNx/ccnx
2017-08-04 04:14:03 +02:00
Robin Gloster
329eec441b
aws-sdk-cpp: 1.1.7 -> 1.1.18 2017-08-04 04:13:14 +02:00
Robin Gloster
a97d46e727
aws-sdk-cpp: 1.0.153 -> 1.1.7 2017-08-04 04:13:04 +02:00
Franz Pletz
07106fb508
mpv: bump waf version to 1.9.8
The bootstrap.py file from mpv downloads this exact version.
2017-08-04 04:09:19 +02:00
Robin Gloster
82d4963ab5
umurmur: 0.2.16a -> 0.2.17
fixes build with openssl 1.1.0
2017-08-04 04:07:39 +02:00
Robin Gloster
c1ca5acf19
retroshare: 0.5.5c -> 0.6.2 2017-08-04 04:05:46 +02:00
Franz Pletz
b794459727
ldcpp: remove, old and abandoned
Latest release from 2011 and needs patching to build with openssl 1.1.
2017-08-04 04:05:41 +02:00
Silvan Mosberger
99be19c3c6 bashSnippets: 1.12.0 -> 1.17.3 2017-08-04 04:05:30 +02:00
Jamey Sharp
de761128da zoom-us: 2.0.91373.0502 -> 2.0.98253.0707 2017-08-04 03:34:53 +02:00
Jamey Sharp
3b289ec996 zoom-us: use makeWrapper instead of wrapProgram
Since the program to be wrapped is already in a different path than
$out/bin, we don't need the complicated dance that wrapProgram uses to
put the wrapper in the same location as the original program. Just tell
makeWrapper to put the wrapper in the final desired output location
instead.
2017-08-04 03:34:53 +02:00
Jamey Sharp
57f9bfbd48 zoom-us: only support known platforms
This package does not work on arbitrary Linux systems, only on platforms
for which upstream has provided prebuilt binaries. Fortunately, we have
a list of the platforms we know how to get binaries for: it's exactly
the ones in the `srcs` set.
2017-08-04 03:34:53 +02:00
Jamey Sharp
2062c9355a zoom-us: update homepage
zoom.us uses HTTPS now.
2017-08-04 03:34:53 +02:00
mimadrid
1b7ec57d06 sqlite3_analyzer: 3.19.2 -> 3.20.0 2017-08-04 03:32:51 +02:00
Carter Charbonneau
14bd516fa6 xf86-video-intel: build intel-virtual-output 2017-08-04 03:32:29 +02:00
Herwig Hochleitner
a37dd362b6 python2-pythondialog: fix --replace on substituteInPlace 2017-08-04 03:31:33 +02:00
Chris Hodapp
c7864745bd glslviewer: init at 1.2 2017-08-03 20:58:03 -04:00
Robin Gloster
b515286714
eiskaltdcpp: 2.2.9 -> 2.2.10, add upstream openssl patches 2017-08-04 02:39:22 +02:00
Robin Gloster
b703df2d4c
epic5: add patch for openssl 1.1 2017-08-04 02:35:37 +02:00
Robin Gloster
c7e74ff726
bip: add upstream patch to build with openssl 1.1 2017-08-04 02:33:05 +02:00
Robin Gloster
3f7d95982b
gale: remove
unmaintained and doesn't build with openssl 1.1
2017-08-04 02:31:06 +02:00
Robin Gloster
17cef2c5f3
vanitygen: remove
unmaintained and doesn't build with openssl 1.1
2017-08-04 02:29:51 +02:00
Robin Gloster
3d90c689cf
synergy: add patch to build with openssl 1.1 2017-08-04 02:26:24 +02:00
Robin Gloster
d0aca4cba1
qlcplus: needs libftdi1 2017-08-04 02:25:25 +02:00
Robin Gloster
011a46eba6
qlcplus: init at 4.11.0 2017-08-04 02:25:17 +02:00
Robin Gloster
dc13376ee2
wvdial: remove 2017-08-04 02:24:07 +02:00
Robin Gloster
a4647bc33f
tlsdate: remove
Dead and does not build with openssl 1.1.
Debian has removed it, too.
2017-08-04 02:24:03 +02:00
Robin Gloster
be28c4cc48
hackrf: fix udev rule detection impurity 2017-08-04 02:21:48 +02:00
Robin Gloster
500791cd33
hackrf: 2015.07.2 -> 2017.02.1 2017-08-04 02:21:39 +02:00
Franz Pletz
02791ced34
atlassian-{jira,confluence}: add crowd sso support 2017-08-04 02:13:42 +02:00
Robin Gloster
5b3e403eca
ola: init at 0.10.4 2017-08-04 02:06:01 +02:00
Jörg Thalheim
3badb04866 Merge pull request #27914 from mbrgm/upgrade-journalbeat
journalbeat: 5.4.1 -> 5.5.0
2017-08-04 00:02:16 +01:00
John Ericson
1ad0eae36e darwin-tested channel: Fix eval 2017-08-03 18:46:40 -04:00
John Ericson
8b024834f2 darwin-test-channel: I broke it a bit adding macos-sierra-shared
This doesn't completely unbreak it, but gets it closer.
2017-08-03 18:20:31 -04:00
Michael Weiss
8f141b2a07 androidenv: Update all packages using fetch.sh 2017-08-04 00:07:39 +02:00
John Ericson
8ba6012dfd Merge PR #27536 2017-08-03 17:25:30 -04:00
Robin Gloster
264d6641ec
privoxy: fix weird use of STRIP in the Makefile 2017-08-03 23:19:41 +02:00
Cillian de Róiste
2244b1815d shotcut: fix homepage 2017-08-03 23:03:04 +02:00
Cillian de Róiste
847fbea098 ttfautohint: fix homepage 2017-08-03 23:03:04 +02:00
Cillian de Róiste
f68a45fc22 yaws: fix homepage 2017-08-03 23:03:04 +02:00
Cillian de Róiste
feb7d844f8 processing: fix homepage 2017-08-03 23:03:04 +02:00
Cillian de Róiste
09f2e20a79 movit: fix homepage 2017-08-03 23:03:04 +02:00
Cillian de Róiste
5c7edf239f mlt: fix homepage 2017-08-03 23:03:03 +02:00
Cillian de Róiste
52ebfd6bc6 mixxx: fix homepage 2017-08-03 23:03:03 +02:00
Cillian de Róiste
7c17925aae key-mon: fix download and homepage URLs 2017-08-03 23:03:03 +02:00
Cillian de Róiste
4b960e2ce2 drumgizmo: fix homepage 2017-08-03 23:03:03 +02:00
Cillian de Róiste
8a1328facb chromedriver: update homepage 2017-08-03 23:03:03 +02:00
Cillian de Róiste
8fb5217cf7 blender metadata: fix homepage 2017-08-03 23:03:03 +02:00
Cillian de Róiste
475c303e91 a2jmidid: fix download URL
gna.org is dead, so the homepage is also now longer valid. According to
openhub repo.or.cz seems to be the most relevant repo currently.
2017-08-03 23:03:03 +02:00
John Ericson
cd6c452ade cc-wrapper: Don't hardcode MacOS min version for delegates 2017-08-03 16:37:27 -04:00
John Ericson
2e61d8b71c cc-wrapper: Handle more -l.... gotchas 2017-08-03 16:37:27 -04:00
Marius Bergmann
4a93ce179d journalbeat: 5.4.1 -> 5.5.0 2017-08-03 22:23:53 +02:00