Commit Graph

178519 Commits

Author SHA1 Message Date
zimbatm
a8f50f02cc
Merge pull request #72939 from mbrgm/update-terraform-providers
terraform-providers: update and improve update script
2019-11-09 18:15:16 +00:00
Peter Hoeg
4a589e5ea7 haproxy: 1.9.8 -> 2.0.8 2019-11-09 10:11:57 -08:00
Oleksii Filonenko
7cdd581572 epr: init at 2.3.0b (#73038)
* epr: init at 2.3.0b

* Apply changes from code review

Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
2019-11-09 18:09:43 +00:00
Silvan Mosberger
e9e7210eba
Merge pull request #73031 from manveru/crystal-0.31.1
crystal: 0.30.1 -> 0.31.1
2019-11-09 18:43:31 +01:00
Maximilian Bosch
fb512ea853
Merge pull request #72878 from tasmo/master
neomutt: add autocrypt
2019-11-09 17:02:38 +01:00
Robin Gloster
1f49029ace
Merge pull request #72627 from jonringer/bump-esphome
esphome: 1.13.6 -> 1.14.1
2019-11-09 16:30:50 +01:00
R. RyanTM
42235323e5 mergerfs: 2.28.2 -> 2.28.3
(#72572)
2019-11-09 16:21:53 +01:00
R. RyanTM
e3069e45d2 mbpfan: 2.1.1 -> 2.2.0
(#72563)
2019-11-09 16:16:45 +01:00
Paweł Kruszewski
a2a5c65529 bcompare: 4.3.1.24438 -> 4.3.2.24472
(#72614)
2019-11-09 16:15:25 +01:00
R. RyanTM
60bdd48220 teamviewer: 14.6.2452 -> 14.7.1965
(#72680)
2019-11-09 16:01:14 +01:00
R. RyanTM
445bd38a24 verbiste: 0.1.46 -> 0.1.47
(#72686)
2019-11-09 15:56:03 +01:00
R. RyanTM
1d43f30a97 xbps: 0.57 -> 0.57.1
(#72697)
2019-11-09 15:54:31 +01:00
Uri Baghin
e3fe458e81 editorconfig-checker: init at 2.0.2 2019-11-09 15:50:41 +01:00
Robin Gloster
cdf9b626c4
Merge pull request #72794 from petabyteboy/feature/qtwebengine-cve-2019-13720
qtwebengine: add patch for CVE-2019-13720
2019-11-09 15:08:51 +01:00
Bart Brouns
07b407743d fmsynth: change build so it produces sound again 2019-11-09 12:45:46 +01:00
Leon Schuermann
06062100a3 tpm2-tools: 4.0 -> 4.0.1 2019-11-09 12:44:16 +01:00
R. RyanTM
4b11fed3d6 kanboard: 1.2.10 -> 1.2.11 2019-11-09 12:41:16 +01:00
R. RyanTM
e922e10dec lttng-tools: 2.10.8 -> 2.11.0 2019-11-09 12:38:50 +01:00
Dmitry Kalinkin
21c3fabb44
Merge pull request #72804 from xtruder/pkgs/facetimehd-firmware/update-firmware-link
facetimehd-firmware: 1.43_4 -> 1.43_5
2019-11-09 05:13:34 -05:00
Vladimír Čunát
8302338ae9
Merge #72278: keepalived: 1.4.2 -> 1.4.5, patch CVE-2018-19115 2019-11-09 10:29:11 +01:00
Renaud
76761a82e0
lightstep-tracer-cpp: 0.8.1 -> 0.11.0
(#72995)
2019-11-09 09:45:03 +01:00
Vladimír Čunát
019fcab7f5
Merge #72054: gdal: add patch for CVE-2019-17545 2019-11-09 09:38:10 +01:00
Jonathan Ringer
364ae632c6 rust-bindgen: 0.51.0 -> 0.51.1 2019-11-09 08:05:10 +00:00
Jonathan Ringer
70a86f1184
esphome: 1.13.6 -> 1.14.1 2019-11-08 20:51:14 -08:00
lodi
5e70be026e libco-canonical: v19.1 -> v20 2019-11-08 20:44:50 -08:00
Greg Roodt
2991ba6462 fluxctl: 1.13.3 -> 1.15.0 2019-11-08 20:25:41 -08:00
Ben Wolsieffer
a1c3a7fa24 buildbot: 2.4.1 -> 2.5.0 2019-11-08 15:51:25 -08:00
Renaud
ac8d850878
Merge pull request #72971 from filalex77/ruplacer-0.4.1
ruplacer: init at 0.4.1
2019-11-09 00:30:20 +01:00
Marius Bergmann
bc0a2adb22 terraform-provider-pass: init at 1.2.1 2019-11-08 23:44:30 +01:00
Marius Bergmann
610ffc9b8f terraform-providers: update existing providers 2019-11-08 23:41:16 +01:00
Marius Bergmann
3ddd53e576 terraform-providers: fix handling of version/rev in provider list
I interpreted the purpose of stripping the first character from the 'version'
argument as an attempt to remove a prefixed 'v' (e.g. 'v1.0.0') from a version
tag. This works if the tag actually has a 'v' prefix, but also removes the first
character if version tags are not prefixed (e.g. '1.0.0').

Additionally, the 'v' was added again when specifying the `rev` for
`fetchFromGitHub` in default.nix. As described above, this did also not work
when provider repos did not prefix their version tags with 'v'.

I changed the implementation as follows:

- `version` and `rev` are stored inside data.nix
- `version` is used to declare the nix package version
- `rev` is used to fetch the proper git ref when building the package
- for determining `version`, an optional leading 'v' is trimmed from the tag
  name

Now this has the implication that the latest tag must always be a release tag
when using the `update-all` script, but as the result of running `update-all`
should always be reviewed before submission, makes this appear a manageable
tradeoff to me.
2019-11-08 23:41:08 +01:00
Marius Bergmann
206f719046 terraform-providers: group individual repo providers 2019-11-08 23:40:55 +01:00
Florian Klink
3928e7f6b1
Merge pull request #73063 from minijackson/shiori-things
shiori: update modSha256, update test to python, do more tests
2019-11-08 23:06:06 +01:00
Ryan Mulligan
54b0476618
Merge pull request #73067 from yurkobb/fix-mu-stable
Fix mu version from unreleased to stable (revert to 1.2)
2019-11-08 13:26:42 -08:00
worldofpeace
b859c85ada
Merge pull request #72998 from worldofpeace/client-tests-geary
gnome3.geary: add patch for longer client test timeout
2019-11-08 20:41:50 +00:00
Matthew Bauer
85a94a2578
Merge pull request #73020 from lodi/libco
libco-canonical: fix pkgconfig includedir
2019-11-08 15:04:29 -05:00
Daiderd Jordan
7fb0d95ca1
Merge pull request #71318 from tricktron/fixOpenConnectOnCatalina
openconnect: Add darwin support
2019-11-08 20:36:48 +01:00
Alexey Shmalko
8a7b4ccd1f
Merge pull request #73036 from marius851000/faudio
faudio: 19.10 -> 19.11
2019-11-08 19:58:34 +02:00
Yury Bulka
b220d3e0df Revert "mu: 1.2 -> 1.3.3"
This reverts commits 53a536c698
and af931c172d.

The repology.org info was incorrect, pulling in a development version
of mu as a release. The current (stable) release of mu is still 1.2:
https://github.com/djcb/mu/releases
2019-11-08 19:55:11 +02:00
Peter Simons
f6e975a5c5 haskell-polysemy-plugin: drop obsolete patches
Upstream has merged our changes and released a new version 0.2.4.0.
2019-11-08 18:52:37 +01:00
Peter Simons
0c0d11bc33 hoogle: update override for dependency to provide haskell-src-exts-1.22.x 2019-11-08 18:52:37 +01:00
Peter Simons
1439dcee0b haskell-configuration-common: cosmetic 2019-11-08 18:52:37 +01:00
Peter Simons
fa66e35df4 haskell-github-rest: disable failing test suite to fix the build 2019-11-08 18:52:37 +01:00
Peter Simons
857d39a5a3 git-annex: update sha256 hash for new version 7.20191106 2019-11-08 18:52:37 +01:00
Peter Simons
a83ece64ca all-cabal-hashes: update to Hackage at 2019-11-08T16:49:51Z 2019-11-08 18:52:37 +01:00
Peter Simons
bf54855e3c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-7-gbb66e86 from Hackage revision
477d50a859.
2019-11-08 18:52:37 +01:00
(cdep)illabout
915b22e400 haskellPackages.purescript: unbreak 2019-11-08 18:52:37 +01:00
(cdep)illabout
6a236bbfce haskellPackages.happy_1_19_9: generate this package 2019-11-08 18:52:37 +01:00
(cdep)illabout
ec878fffd5 haskell: add cdepillabout as maintainer for some pretty-simple, purescript, and termonad 2019-11-08 18:52:37 +01:00
Peter Simons
b2ca3b457c hackage2nix: disable builds that break evaluation on Hydra 2019-11-08 18:52:37 +01:00