Commit Graph
138573 Commits
Author SHA1 Message Date
xejiandGitHub 2ea98e25f0 Merge pull request #39601 from markus1189/insomnia-5-16-0
insomnia: 5.15.0 -> 5.16.0
2018-04-27 21:54:27 +02:00
xejiandGitHub 4c19cae59a Merge pull request #39544 from r-ryantm/auto-update/kid3
kid3: 3.6.0 -> 3.6.1
2018-04-27 21:23:34 +02:00
Yegor TimoshenkoandGitHub 6e33df0f6f Merge pull request #39008 from serokell/youtrack
Youtrack package and service
2018-04-27 22:16:57 +03:00
Yegor TimoshenkoandGitHub e71c36369f Merge pull request #39002 from serokell/oauth2_proxy_mod
oauth2_proxy: refactor service
2018-04-27 22:15:50 +03:00
Michael RaskinandGitHub 547a41a045 Merge pull request #39512 from Anton-Latukha/handbrake-upd
handbrake: 1.0.7 -> 1.1.0, according changes
2018-04-27 19:03:42 +00:00
xejiandGitHub 82e9125272 Merge pull request #39593 from ChengCat/inziu-iosevka
inziu-iosevka: remove
close #39551
2018-04-27 20:54:47 +02:00
Jörg ThalheimandGitHub d51d9c1d53 Merge pull request #39620 from jensbin/terraform_ibmcloud
terraform-provider-ibm: init at 0.8.0
2018-04-27 19:41:49 +01:00
aszlig 89df48e9db weboob: Disable doctests requiring networking
Unfortunately I haven't found a way for nose to disable doctests and the
-e/--exclude flag only works on unit tests.

So I'm using sed in postPatch to remove the doctests without mangling
the whole docstring.

I've built weboob and it now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
2018-04-27 20:39:14 +02:00
xejiandGitHub 805d9878c3 Merge pull request #39410 from r-ryantm/auto-update/openfortivpn
openfortivpn: 1.6.0 -> 1.7.0
2018-04-27 20:30:05 +02:00
xejiandGitHub f9ced8396c Merge pull request #39411 from r-ryantm/auto-update/osrm-backend
osrm-backend: 5.16.4 -> 5.17.2
2018-04-27 20:25:38 +02:00
Jens Binkert 53722f25ad terraform-provider-ibm: init at 0.8.0 2018-04-27 20:20:21 +02:00
Matthew Justin BauerandGitHub d0cf82cf85 Merge pull request #39532 from r-ryantm/auto-update/packagekit
packagekit: 1.1.9 -> 1.1.10
2018-04-27 13:19:43 -05:00
xejiandGitHub e886206148 Merge pull request #39444 from r-ryantm/auto-update/eccodes
eccodes: 2.7.0 -> 2.7.3
2018-04-27 20:15:14 +02:00
Franz Pletz 555d2db620 selfoss: 2016-07-31 -> 2.18
Fixes PHP7 compatibility.
2018-04-27 20:04:32 +02:00
Robert SchützandGitHub d22ed1a047 Merge pull request #39614 from timokau/cysignals-1.7.1
pythonPackages.cysignals: 1.6.9 -> 1.7.1
2018-04-27 19:17:43 +02:00
Jan MalakhovskiandJörg Thalheim 92265e807e nixos: xserver: add related packages 2018-04-27 18:10:04 +01:00
Jan MalakhovskiandJörg Thalheim 5ec94de03c nixos: alsa: better docstring 2018-04-27 18:07:19 +01:00
Timo Kaufmann 12707b8810 pythonPackages.cysignals: 1.6.9 -> 1.7.1 2018-04-27 19:03:17 +02:00
Profpatsch 900cec79a0 lib/debug: add replacement instructions & release notes
for every deprecated function.
2018-04-27 18:59:39 +02:00
Profpatsch 21b87a7bdb docs: initial manual entry for lib/debug.nix
It is more of a stub for now, but at least points to the right file.
2018-04-27 18:59:39 +02:00
Profpatsch 06156610f1 CODEOWNERS: add Profpatsch to lib/debug.nix
Reason: has overhauled the module quite substantially.
2018-04-27 18:59:39 +02:00
Profpatsch 5012c49fc0 lib/debug: document module & functions, prune imports 2018-04-27 18:59:39 +02:00
Profpatsch e49f40e1ca lib/debug: deprecate traceCallXml
Incompletely documented, and a FIXME/bug that has been there for years.
2018-04-27 18:59:39 +02:00
Profpatsch fd54a946ca lib/debug: deprecate addErrorContextToAttrs
The function isn’t used anywhere and `addErrorContext` is an undocumented
builtin.
The builtin is explicitely qualified at its two uses in the module system.
2018-04-27 18:59:39 +02:00
Profpatsch b90104ea0e lib/debug: fix use-sites of deprecated debug functions 2018-04-27 18:59:39 +02:00
Profpatsch 562286aa56 lib/debug: deprecate traceValIfNot
The function is only used in exactly one module and overly specific (`c` must be
a true predicate for `x`, if not, a specific trace is called).
2018-04-27 18:59:39 +02:00
Profpatsch 7365671fb2 lib/debug: deprecate attrNamesToStr, traceXMLVal(Marked)
`attrNamesToStr` is very specific (and pretty trivial), so it doesn’t make sense
to have it in the library.
`traceXMLVal(Marked)` are just a builtin and `trace` and not very useful in
general (trace output should not be parsed anyway).
2018-04-27 18:59:39 +02:00
Profpatsch a7fdd10bf3 lib/debug: deprecate & modernize showVal
The code is re-implemented in terms of `generators.toPretty`, but is strictly
less general than `traceValSeqN`, so we deprecate it.
2018-04-27 18:59:39 +02:00
Profpatsch a455637d28 lib/debug: remove the deprecated strict function
The grace period was long enough.
2018-04-27 18:59:39 +02:00
Profpatsch a5f6cdfd7e lib/debug: add traceValFn, traceValSeqFn, traceValSeqNFn
Being able to modify the value on-the-fly before printing is very useful in
practice.
2018-04-27 18:59:39 +02:00
aszlig f13873f35a gwenhywfar: Add OpenSSL and libgpgerror
OpenSSL is needed for gct-tool and libgpgerror for RSA key utilities
(src/crypt3/cryptkeyrsa.c).

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @goibhniu
2018-04-27 18:35:01 +02:00
aszlig 3dba79e689 gwenhywfar: Support Gtk 2, Gtk 3 and Qt 5 GUIs
So far we used only the defaults, which are gtk2 and qt5. However
nowadays most applications have already switched to Qt 5 and Gtk 3, so
let's aim for that instead.

The reason Gtk 2 is still there is because GnuCash in nixpkgs is using
the Gtk 2 interface, so we can drop it as soon as a newer GnuCash has
landed in nixpkgs.

Right now the only package that depends on this is GnuCash (and
aqbanking of course), so I've tested this by not only building
gwenhywfar and aqbanking but also GnuCash. I did however not test
whether HBCI functionality works, only whether GnuCash starts up.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @goibhniu, @peti, @domenkozar
2018-04-27 18:34:59 +02:00
aszlig cc909ff4dd libchipcard: Don't hardcode version
This is to make sure that we don't get a disparity between the version
in sources.nix and the version in the package expression and it's mostly
to get the package expression in par with aqbanking and gwenhywfar.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @goibhniu
2018-04-27 18:34:57 +02:00
aszlig 191f4c210a aqbanking: 5.6.12 -> 5.7.8
Upstream changes in 5.7.8:

  * Update bank information files for German banks because the format of
    ZKA files has changed in the meantime.

Upstream release notes in German:

https://www.aquamaniac.de/sites/download/releasenote.php?package=03&release=217

Upstream changes in 5.7.7:

  * Fix of manually adding new HBCI accounts (for example using
    KMyMoney).
  * Fix wrong truncation of account numbers in some turnovers of the
    SWIFT parser.
  * Simplified code for inserting new account data while fetching HBCI
    accounts.
  * Update information for German banks.

Upstream release notes in German:

https://www.aquamaniac.de/sites/download/releasenote.php?package=03&release=216

As with the gwenhywfar update, the updater script (update.sh) actually
didn't get the right file to download, so I temporarily modified it to
download file number 2 because file number 1 is the GPG signature. The
reason why I didn't fix the updater is because the upstream site will
have different URLs in the next upcoming version, so our updater is
basically end-of-life for now.

I also changed the package expression to use the version from
sources.nix instead of a hardcoded value.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @goibhniu
2018-04-27 18:34:55 +02:00
aszlig e7e2df17da gwenhywfar: 4.17.0 -> 4.20.0
Upstream changes in 4.20.0:

  * Update bank information files for German banks because the format of
    ZKA files has changed in the meantime.

Upstream release notes in German:

https://www.aquamaniac.de/sites/download/releasenote.php?package=01&release=208

Upstream changes in 4.19.0:

  * Add frontend for GTK3.

Upstream release notes in German:

https://www.aquamaniac.de/sites/download/releasenote.php?package=01&release=207

Upstream changes in 4.18.0:

  * Show hashes for MD5, SHA1 and SHA512 in SSL certificates because
    some bank servers display different hashing variants.
  * Let GNUTLS handle the localisation of TrustStore certificates.

Upstream release notes in German:

https://www.aquamaniac.de/sites/download/releasenote.php?package=01&release=206

The updater script (update.sh) actually didn't get the right file to
download, so I temporarily modified it to download file number 2 because
file number 1 is the GPG signature. The reason why I didn't fix the
updater is because the upstream site will have different URLs in the
next upcoming version, so our updater is basically end-of-life for now.

I also changed the package expression to use the version from
sources.nix instead of a hardcoded value.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @goibhniu
2018-04-27 18:34:52 +02:00
Jörg ThalheimandGitHub d89128bb4b Merge pull request #39600 from Synthetica9/atom-1-26-1
atom: 1.26.0 -> 1.26.1
2018-04-27 16:46:39 +01:00
Yorick van Pelt 000482ffc4 youtrack: add service 2018-04-27 17:33:41 +02:00
Yucheng Zhang f135610aca inziu-iosevka: remove 2018-04-27 23:32:32 +08:00
Yorick van Pelt 6c0806bdf0 youtrack: init at 2018.1.41051 2018-04-27 17:09:53 +02:00
Yorick van Pelt 048c991eb0 oauth2_proxy: use explicit upstream default for setXauthrequest 2018-04-27 16:45:38 +02:00
xejiandDomen Kožar 0963abfb41 maintainer-list.nix: add real name for xeji 2018-04-27 14:15:42 +01:00
Jörg ThalheimandGitHub 42581b23f2 Merge pull request #39598 from marsam/feature/update-vale
vale: 0.10.1 -> 0.11.2
2018-04-27 13:19:30 +01:00
zimbatm ad7bc980d2 terraform: update all plugins 2018-04-27 12:54:40 +01:00
Markus Hauck 503c9f8ea4 insomnia: 5.15.0 -> 5.16.0 2018-04-27 13:42:03 +02:00
Jörg ThalheimandGitHub 58e2f87003 Merge pull request #39592 from Mic92/masterpdfeditor
masterpdfeditor: use autoPatchelfHook
2018-04-27 12:40:59 +01:00
Patrick Hilhorst fc7ae1fefe atom: 1.26.0 -> 1.26.1 2018-04-27 13:40:20 +02:00
Rodney LorrimarandDomen Kožar 3e446ecd56 nixos/buildkite-agent: fix variable expansion in hook scripts
@cleverca found this bug in the declarative hooks config. Any shell
variables referenced in a hook script would get expanded by the hooks
directory builder.

Prevent variable expansion by quoting the here doc limit string.
2018-04-27 12:17:40 +01:00
Peter SimonsandGitHub ab5dcdddd1 Merge pull request #39456 from endgame/base-compat-batteries-deps
haskellPackages.base-compat-batteries: fix bad dependency
2018-04-27 12:41:18 +02:00
Peter Simons 12ba3954d7 multi-ghc-travis: update to latest git version 2018-04-27 12:21:24 +02:00
Jack Kelly c8b9ac9be6 haskellPackages.base-compat-batteries: fix bad dependency 2018-04-27 20:05:38 +10:00