Commit Graph
180491 Commits
Author SHA1 Message Date
José Romildo Malaquias 3712ba6fec deepin.deepin-image-viewer: 1.3.10 -> 1.3.13 2019-05-04 13:47:37 -03:00
José Romildo Malaquias e1bbe456cc deepin.deepin-icon-theme: 15.12.68 -> 15.12.69 2019-05-04 13:47:37 -03:00
José Romildo Malaquias 073a5fd884 deepin.deepin-desktop-base: 2019.03.29 -> 2019.04.24 2019-05-04 13:47:37 -03:00
José Romildo Malaquias 4a5efb7f23 deepin.dde-session-ui: 4.9.0 -> 4.9.6 2019-05-04 13:47:37 -03:00
José Romildo Malaquias d63335e524 deepin.dde-polkit-agent: 0.2.4 -> 0.2.6 2019-05-04 13:47:37 -03:00
José Romildo Malaquias 97e29f33d4 deepin.dde-network-utils: 0.1.2 -> 0.1.4 2019-05-04 13:47:37 -03:00
José Romildo Malaquias ceeded17a7 deepin.dde-daemon: 3.24.1 -> 3.27.1 2019-05-04 13:47:37 -03:00
Ruud van Asseldonk 5f594be463 libressl: ensure we can link against libtls
Without setting BUILD_SHARED_LIBS, the package would build file, but
when linking it into acme-client or nginx, I got the following error:

    libressl-2.9.1/lib/libtls.a(tls.c.o): undefined reference to symbol 'pthread_once@@GLIBC_2.2.5'
    binutils-2.31.1/bin/ld: glibc-2.27/lib/libpthread.so.0: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status

After looking at the CMakeLists.txt in libressl/tls, I noticed the
BUILD_SHARED_LIBS option, and setting it resolves the linking error.
2019-05-04 18:40:21 +02:00
R. RyanTMandRenaud 1330269c15 rebar3: 3.9.1 -> 3.10.0 (#60765)
* rebar3: 3.9.1 -> 3.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rebar3/versions

* rebar3: don't use fetchurl
for mutable GitHub archives
+ parse_trans 3.3.0 hash has changed
2019-05-04 18:28:51 +02:00
volthandFrederik Rietdijk a134f9cb01 libuv: blacklist "tcp_writealot" test
sometimes it times out https://logs.nix.ci/?key=nixos/nixpkgs.59849&attempt_id=5efe1166-4a32-4a3d-976c-45b3a34f0441
2019-05-04 18:12:52 +02:00
volthandFrederik Rietdijk 8062ef595c libuv: disable "get_passwd" test 2019-05-04 18:12:52 +02:00
Will DietzandFrederik Rietdijk 8cc761c606 getopt: 1.1.4 -> 1.1.6, modernize a bit
http://frodo.looijaard.name/project/getopt/release/1-1-6
http://frodo.looijaard.name/project/getopt/release/1-1-5

* don't rely on tarballs.nixos.org
* no need for custom builder
2019-05-04 17:57:52 +02:00
R. RyanTMandFrederik Rietdijk 9955f6301a pixman: 0.38.0 -> 0.38.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pixman/versions
2019-05-04 17:56:22 +02:00
R. RyanTMandFrederik Rietdijk 8eb0dd1cb1 libcdio: 2.0.0 -> 2.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcdio/versions
2019-05-04 17:55:24 +02:00
R. RyanTMandFrederik Rietdijk dafc45800a pcre2: 10.32 -> 10.33
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcre2/versions
2019-05-04 17:53:34 +02:00
Samuel Dionne-RielandFrederik Rietdijk e25f5c1e86 linux: Makes the -dev output reproducible 2019-05-04 17:51:44 +02:00
Robert Scott de467e740e rapid-photo-downloader: add vmtouch to wrapped PATH
without this, the analyze-pv-structure executable complains:
"To run this program, you need to install vmtouch."
2019-05-04 16:48:25 +01:00
Frederik Rietdijk b7b3b3f967 Merge staging-next into staging 2019-05-04 17:34:35 +02:00
Frederik Rietdijk 193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
Will DietzandFrederik Rietdijk 1b0cd28a51 lz4: pick upstream fix for Darwin, move to pname 2019-05-04 17:33:46 +02:00
Daiderd JordanandFrederik Rietdijk 626a95a9b4 llvm: create all versioned symlinks for libLLVM on darwin
Apply eb31e481475 to older versions where applicable.
2019-05-04 17:32:43 +02:00
Daiderd JordanandFrederik Rietdijk 807ba5f123 llvm: fix llvm-config on darwin
With 7.1 llvm-config looks for libLLVM-7.1.dylib, but the shortVersion
was still 7 so only 7 and 7.1.0 where aliased before.

	$ llvm-config --link-shared
	llvm-config: error: libLLVM-7.1.dylib is missing
2019-05-04 17:32:43 +02:00
volth 091de095c9 -mno-fma is x86_64 only; it hinders aarch64 compilation 2019-05-04 15:31:02 +00:00
Andreas Rammhold 45f58cad33 nixos/misc/nixpkgs: fixed syntax error in overlays example
I was pointed towards a small syntax error in the `nixpkgs.overlays`
documentation. There was a trailing semicolon after the overlay
function.

I also aligned the code a bit better so opening and closing brackets can
be visually matched much better (IMO).
2019-05-04 17:29:04 +02:00
Aaron Andersen fc32b49933 kupfer: switch from name to pname 2019-05-04 11:13:15 -04:00
Aaron Andersen 545af899c2 kupfer: fix broken build 2019-05-04 11:13:10 -04:00
R. RyanTMandFrederik Rietdijk c87f3820e5 vulkan-tools: 1.1.101.0 -> 1.1.106.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-tools/versions
2019-05-04 16:58:55 +02:00
Tim Steinbach 01c27d6faf oh-my-zsh: 2019-05-01 -> 2019-05-03 2019-05-04 10:36:57 -04:00
Tim Steinbach 59e9fb1d52 linux: 5.0.11 -> 5.0.12 2019-05-04 10:26:55 -04:00
Tim Steinbach 5ee553b280 linux: 4.9.172 -> 4.9.173 2019-05-04 10:26:40 -04:00
Tim Steinbach 7d0a77cd36 linux: 4.19.38 -> 4.19.39 2019-05-04 10:25:28 -04:00
Tim Steinbach a03324e9ba linux: 4.14.115 -> 4.14.116 2019-05-04 10:25:01 -04:00
gnidorahandLassulus 50d54c66f9 munt: init at 2.3.0 2019-05-04 23:19:24 +09:00
Florian KlinkandGitHub 8fa2a165ed prometheus-fritzbox-exporter: 1.0 -> 1.0-32-g90fc0c5 (#60857)
prometheus-fritzbox-exporter: 1.0 -> 1.0-32-g90fc0c5
2019-05-04 16:06:27 +02:00
Ruud van Asseldonk 8c7cde5df2 libressl: build with cmake
LibreSSL 2.9.1 no longer builds with the default autotools configuration.
When I searched for the error, I noticed that Buildroot ran into the
same issue, and they resolved the problem by building with CMake rather
than autotools. [1] I followed the same approach here.

[1]: https://github.com/buildroot/buildroot/commit/e783d60473944f8b39f1def45d8d6b483a062158
2019-05-04 15:55:14 +02:00
Mario RodasandGitHub 6fc32df99c Merge pull request #60488 from johanot/kubernetes-1.14.1
kubernetes: 1.14.0 -> 1.14.1
2019-05-04 08:43:41 -05:00
Alyssa RossandGitHub f005b1727f Merge pull request #60516 from manveru/t-update
t: use bundlerApp
2019-05-04 13:29:59 +00:00
Jan TojnarandGitHub 0b74015524 Merge pull request #60905 from jtojnar/gimp-resynthesizer
gimpPlugins.resynthesizer2: 2.0.1 → 2.0.3
2019-05-04 15:23:16 +02:00
Michael Fellinger 20a19eb202 hue-cli: use bundlerApp 2019-05-04 15:21:48 +02:00
Alyssa RossandGitHub 8b9c7d543b Merge pull request #60503 from manveru/pt-update
pt: 0.7.3 -> 0.10.0, use bundlerApp
2019-05-04 13:19:50 +00:00
Alyssa RossandGitHub 5b1a53f330 Merge pull request #60506 from manveru/update-cucumber
cucumber: 2.4.0 -> 3.1.2, use bundlerApp
2019-05-04 13:19:27 +00:00
Alyssa RossandGitHub bf72529e36 Merge pull request #60507 from manveru/update-drake
drake: use bundlerApp
2019-05-04 13:19:12 +00:00
Alyssa RossandGitHub b896b267de Merge pull request #60509 from manveru/ledger-web-update
ledger-web: use bundlerApp
2019-05-04 13:18:37 +00:00
Alyssa RossandGitHub 897c7386b5 Merge pull request #60510 from manveru/matter-compiler-update
matter-compiler: use bundlerApp
2019-05-04 13:18:14 +00:00
Alyssa RossandGitHub 1693459ad0 Merge pull request #60511 from manveru/procodile-update
procodile: 1.0.17 -> 1.0.23, use bundlerApp
2019-05-04 13:18:00 +00:00
Alyssa RossandGitHub 182a621ba6 Merge pull request #60512 from manveru/rake-update
rake: 12.3.1 -> 12.3.2, use bundlerApp
2019-05-04 13:17:21 +00:00
Alyssa RossandGitHub 6e396a8709 Merge pull request #60856 from manveru/sass-update
sass: 3.5.6 -> 3.7.4
2019-05-04 13:16:07 +00:00
Alyssa RossandGitHub 36d78305d3 Merge pull request #60502 from manveru/bundler-app-postbuild
bundlerApp: don't execute postBuild twice
2019-05-04 13:12:30 +00:00
Ruud van Asseldonk 3415872fe4 libressl_2_9: 2.9.0 -> 2.9.1
This new version does not build as-is, it will need to be patched.
2019-05-04 15:07:34 +02:00
Michael Fellinger b220aa7192 t: use bundlerApp, fix twitter version 2019-05-04 15:06:42 +02:00