Commit Graph

3210 Commits

Author SHA1 Message Date
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Gabriel Ebner
3809627321
Merge pull request #78511 from r-ryantm/auto-update/libqalculate
libqalculate: 3.6.0 -> 3.7.0
2020-01-26 18:47:18 +01:00
Gabriel Ebner
8161fe21e0 qalculate-gtk: 3.6.0 -> 3.7.0 2020-01-26 18:43:29 +01:00
samlich
3376628557
pymol: cleanup 2020-01-25 19:58:36 +00:00
samlich
77317774ce
pymol: link desktop icon 2020-01-24 19:51:08 +00:00
samlich
3638755ff3
pymol: add samlich as maintainer 2020-01-24 19:49:38 +00:00
samlich
97410b59f3
pymol: 2.1.0 -> 2.3.0 2020-01-24 19:42:59 +00:00
Justin Bedo
7f142260d3 manta: init 1.6.0 2020-01-24 02:02:19 -08:00
Ryan Mulligan
a6dc361cae
Merge pull request #78261 from r-ryantm/auto-update/picard-tools
picard-tools: 2.21.3 -> 2.21.6
2020-01-22 16:18:57 -08:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM
fff7a7a862 picard-tools: 2.21.3 -> 2.21.6 2020-01-22 10:12:28 +00:00
DwarfMaster
227a3f4383 Renamed maintainer lucas8 -> dwarfmaster 2020-01-21 16:39:52 +10:00
Jonathan Ringer
4de137a77d samtools: 1.9 -> 1.10 2020-01-19 13:13:01 -08:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Dmitry Kalinkin
430dfb8082
Merge pull request #77631 from smaret/gildas-202001a
gildas: 20191201_a -> 20200101_a
2020-01-17 10:23:28 -05:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
Will Dietz
afe905246d nota: init at 1.0
Fixes #77590.
2020-01-14 15:16:21 -08:00
Sébastien Maret
0956fcab16
gildas: 20191201_a -> 20200101_a 2020-01-14 11:22:53 +01:00
Luka Blaskovic
991a7e041f pcalc: build with bison3 2020-01-13 21:35:19 +00:00
lewo
4ea7d13c5c
Merge pull request #77041 from filalex77/rink-0.4.5
rink: 0.4.4 -> 0.4.5
2020-01-11 09:35:16 +01:00
Jonathan Ringer
5961f211f3 python.pkgs wide: fix problematic urls 2020-01-10 21:02:12 -08:00
Jörg Thalheim
01d93cbbe1
kicad: split version.nix & add update.sh (#77003)
kicad: split version.nix & add update.sh
2020-01-10 14:19:14 +00:00
Bruno Bzeznik
f7a4e4a93a bayescan: init at 2.1 (#68191)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-01-09 12:38:53 -05:00
markuskowa
2aecfca22c
Merge pull request #77083 from r-ryantm/auto-update/gmsh
gmsh: 4.4.1 -> 4.5.1
2020-01-09 12:27:11 +01:00
Mario Rodas
2148e53664
Merge pull request #77160 from r-ryantm/auto-update/ngspice
ngspice: 30 -> 31
2020-01-09 05:13:15 -05:00
Mario Rodas
6f79952429
Merge pull request #77169 from r-ryantm/auto-update/pcb
pcb: 4.2.0 -> 4.2.1
2020-01-09 05:09:50 -05:00
Evils
2607c4b9f9 kicad: split version.nix & add update.sh
update.sh generates version.nix
  by default only updates kicad-unstable
  several options (can be combined)
    all, update to latest tag and master
    clean, generate versions.sh from scratch
    commit, make a git commit
2020-01-08 23:04:54 +01:00
Maximilian Bosch
8a6baaecb5
geogebra: 5-0-569-0 -> 5-0-570-0 2020-01-07 23:26:31 +01:00
Luis Pedro Coelho
fdfebafc10 blast: init at 2.10.0 (#61430)
Co-authored-by: Pavel Chuprikov <pschuprikov@gmail.com>
2020-01-07 20:14:18 +01:00
Markus Kowalewski
a74b248f06
openmolcas: 18.09 -> 19.11 2020-01-07 15:36:59 +01:00
R. RyanTM
cc98c9fbb2 pcb: 4.2.0 -> 4.2.1 2020-01-06 19:47:54 -08:00
Ryan Mulligan
8e0b0d08c2
Merge pull request #77125 from r-ryantm/auto-update/last
last: 1042 -> 1045
2020-01-06 18:51:09 -08:00
R. RyanTM
501f79aa9b ngspice: 30 -> 31 2020-01-06 17:40:29 -08:00
R. RyanTM
4bc4c70bc6 last: 1042 -> 1045 2020-01-06 11:46:28 -08:00
R. RyanTM
66156e04d5 gmsh: 4.4.1 -> 4.5.1 2020-01-06 06:33:28 -08:00
R. RyanTM
60fd879921 gromacs: 2019.4 -> 2020 2020-01-06 04:30:02 -08:00
Oleksii Filonenko
bc8dc2bd0a
rink: add filalex77 to maintainers 2020-01-06 12:41:19 +02:00
Oleksii Filonenko
8d8ce109cb
rink: 0.4.4 -> 0.4.5 2020-01-06 12:39:32 +02:00
markuskowa
b06114f078
Merge pull request #76311 from r-ryantm/auto-update/marvin
marvin: 19.23.0 -> 19.27.0
2020-01-04 12:24:48 +01:00
Gabriel Ebner
3604ae8394
Merge pull request #74259 from Evils-Devils/kicad-unstable
kicad: cleanup, fix and update
2020-01-03 20:14:07 +01:00
Frederik Rietdijk
7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Ryan Mulligan
ec29bb50bf
Merge pull request #76208 from r-ryantm/auto-update/bcftools
bcftools: 1.9 -> 1.10.2
2020-01-02 16:42:27 -08:00
Evils
e4786f3a1c kicad: update & cleanup
minor simplification, fix base version

split i18n and get from gitlab

correct wrapper pythonpath, cleanup build output

update & fake git describe

correct base.nix to fit contributing.md
2020-01-02 03:45:34 +01:00
Evils
6119ca27bb kicad: split wrapping and building 2020-01-02 03:45:34 +01:00
Evils
d96992a21b kicad: unite unstable.nix with default.nix
use latest libraries for unstable
move all revs and hashes to default.nix

thanks TQ for getting me through this blockage
2020-01-02 03:45:34 +01:00
Evils
958d745fec kicad: use separated libraries
switch source to gitlab as that's the new upstream source

use wrapper variables for everything but i18n
  add sym and fp templates to template path

update meta to reflect kicad's own language
  set license to AGPLv3, according to the source's LICENSE.README

reduce diff between default and unstable in preparation of merging

on debian gets "no module named 'math'"
  pcbnew 3d viewer is unusable (at least on my T410)
2020-01-02 03:45:34 +01:00
Evils
c61170168d kicad: switch to best try from unstable and 5.1.5
make unstable use kicad-libraries
  still using a link in $out..., not sure that's a bad thing
  this allows setting that path in makeWrapperArgs
    can't use $out there

kicad-with-packages3d -> kicad and kicad-small

default to OCCT, OCE is outdated
  enforce OCCT on aarch64, where OCE is broken
  withOCE flag allows using OCE on non-aarch64
2020-01-02 03:45:34 +01:00
Evils
6477f717e3 kicad-unstable: wrap
use wxGTK31
  brings hiDPI support
  no python shell...
2020-01-02 03:45:34 +01:00