volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Jonathan Ringer
a84f21944f
gdal: 2.4.0 -> 3.0.1
2019-07-14 09:58:53 -07:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Calvin Loncaric
ebc5284681
gdal: allow version 1.11 on Darwin
...
The GDAL 1.11 derivation has been Linux-only for its entire life, but builds just fine on Mac.
2018-08-16 15:36:45 -07:00
Orivej Desh
50f3d41563
gdal_1_11: 1.11.3 -> 1.11.5
...
fortify is disabled because it is incompatible with -O0 (set below).
2018-08-08 23:26:34 +00:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Robin Gloster
d3a0663a7d
gdal_1_11: needs mysql57 not mariadb
2017-12-29 02:18:35 +01:00
Robin Gloster
ee1c85aee9
mariadb: lib -> connector-c
2017-12-29 02:18:35 +01:00
Robin Gloster
4d858a2a17
gdal: don't use composableDerivation
2017-08-27 20:14:36 +02:00
Tuomas Tynkkynen
f97ba3070a
gdal: Fix reference to mysql dev output
2016-08-30 23:00:13 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Tuomas Tynkkynen
7fb29bfa73
treewide: Make explicit that 'dev' output of zlib is used
2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen
ad1a47061e
treewide: Make explicit that 'dev' output of libtiff is used
2016-05-19 10:00:46 +02:00
Tuomas Tynkkynen
309b2644ac
treewide: Make explicit that 'dev' output of libpng is used
2016-05-19 10:00:44 +02:00
Tuomas Tynkkynen
be00816cab
treewide: Make explicit that 'dev' output of libjpeg is used
2016-05-19 10:00:42 +02:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
dcc046f5c7
gdal_1_11: turn off format hardening
2016-02-12 01:10:08 +00:00
Michel Kuhlmann
8e9a8a8fd0
gdal: 1.11.2 -> 1.11.3
2015-11-03 09:00:08 +01:00