Sarah Brofeldt
84e6725429
Merge pull request #67190 from das-g/libosmium-2.15.2
...
libosmium: 2.15.1 -> 2.15.2
2019-08-22 08:53:31 +02:00
Jan Tojnar
b992565455
Merge pull request #67222 from jtojnar/glthree
...
gnome-hexgl: init at unstable-2019-08-21
2019-08-22 03:18:29 +02:00
Jan Tojnar
144ac2bd16
gthree: unstable-2019-10-21
2019-08-22 02:24:55 +02:00
Jan Tojnar
0e51dcda37
graphene: 1.8.6 → 1.9.6
...
we need unstable version for glthree
2019-08-22 02:24:54 +02:00
Jan Tojnar
9ad99a811d
mutest: init at unstable-2019-10-12
2019-08-22 02:24:54 +02:00
Marek Mahut
88f57d4501
Merge pull request #67180 from r-ryantm/auto-update/xxHash
...
xxHash: 0.7.0 -> 0.7.1
2019-08-21 22:38:00 +02:00
Marek Mahut
25ccab2c5f
Merge pull request #67178 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.19 -> 1.5.20
2019-08-21 21:19:52 +02:00
Marek Mahut
b5808da5c7
Merge pull request #67167 from r-ryantm/auto-update/wcslib
...
wcslib: 6.3 -> 6.4
2019-08-21 21:19:12 +02:00
Matthew Bauer
856d10a9b8
Merge pull request #66454 from ruuda/libcrypto-noexecstack
...
libressl: build libcrypto with noexecstack
2019-08-21 14:11:08 -04:00
Timo Kaufmann
e2b47524a3
Merge pull request #67158 from r-ryantm/auto-update/sympow
...
sympow: 2.023.4 -> 2.023.5
2019-08-21 19:17:53 +02:00
Raphael Das Gupta
aa0f96cfb4
libosmium: 2.15.1 -> 2.15.2
2019-08-21 14:46:42 +02:00
R. RyanTM
7febeb3ddf
xxHash: 0.7.0 -> 0.7.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xxhash/versions
2019-08-21 00:04:32 -07:00
R. RyanTM
bde427be49
wxSVG: 1.5.19 -> 1.5.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-08-20 23:45:12 -07:00
R. RyanTM
d3526f8cb2
wcslib: 6.3 -> 6.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/wcslib/versions
2019-08-20 22:22:43 -07:00
R. RyanTM
0ff0c288a8
sympow: 2.023.4 -> 2.023.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sympow/versions
2019-08-20 21:06:37 -07:00
Ruud van Asseldonk
fdd78a5387
libressl: use CFLAGS to avoid exectuable stack
...
It turns out that libcrypto had an exectuable stack, because it linked
some objects without a .note.GNU-stack section. Compilers add this
section by default, but the objects produced from .S files did not
contain it. The .S files do include a directive to add the section, but
guarded behind an #ifdef HAVE_GNU_STACK. So define HAVE_GNU_STACK, to
ensure that all objects have a .note.GNU-stack section.
2019-08-21 00:16:08 +02:00
Marek Mahut
8b5126fc25
Merge pull request #67011 from r-ryantm/auto-update/onig
...
oniguruma: 6.9.2 -> 6.9.3
2019-08-20 21:05:50 +02:00
Danylo Hlynskyi
f45dc43a52
Merge pull request #67087 from danbst/update/agda-iowa-stdlib
...
agdaIowaStdlib: 1.4.0 -> 1.5.0, also agdaPrelude update
2019-08-20 22:00:10 +03:00
Marek Mahut
462288a6ba
Merge pull request #67035 from r-ryantm/auto-update/protozero
...
protozero: 1.6.7 -> 1.6.8
2019-08-20 20:30:10 +02:00
Robin Gloster
8c0786babe
Merge pull request #67103 from mayflower/globin-maintainership
...
treewide: update globin's maintained drvs
2019-08-20 17:57:47 +00:00
Marek Mahut
60c1883a19
Merge pull request #66980 from r-ryantm/auto-update/mdds
...
mdds: 1.4.3 -> 1.5.0
2019-08-20 19:36:59 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
danbst
fcf752c8b3
agdaPrelude: 0dca24a81 -> eacc961c2
...
https://hydra.nixos.org/build/98865987
2019-08-20 17:42:40 +03:00
Austin Seipp
6576162fe9
liburing: replace obsoleted patch with new upstream patch
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 09:42:18 -05:00
danbst
d215144cc9
agdaIowaStdlib: 1.4.0 -> 1.5.0
...
https://hydra.nixos.org/build/98831905
2019-08-20 17:32:20 +03:00
Ruud van Asseldonk
bc185504ca
libressl_3_0: init at 3.0.0
2019-08-20 08:50:57 -05:00
Austin Seipp
66f37f4a34
liburing: bump to 0.1 tag + some extra patches
...
Normally changing the version of the tag in this manner would be nasty
for users -- `nix-env -u` would not see this as an upgrade on the
channel, for instance, if you had a previous version installed. But
liburing is a *library* and does not really come included with any
useful end-user tools. Most cases will use it directly as a build
dependency, in which case, an appropriate rebuild will happen anyway.
This also re-introduces AArch64 builds, which was previously broken due
to some internal changes requiring memory barrier support. In a twist of
fate, however, this was later broken by another patch, which was written
to fix a *different* regression for users. So we simply apply both of
these patches, as well as a third patch that re-fixes AArch64 support,
which I will submit upstream to Jens. Life is never easy.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 08:50:11 -05:00
Rickard Nilsson
225e412edb
Remove myself as maintainer of some packages.
2019-08-20 15:24:01 +02:00
R. RyanTM
f4df1281c2
protozero: 1.6.7 -> 1.6.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/protozero/versions
2019-08-20 00:04:54 -07:00
R. RyanTM
4bbcc7127d
oniguruma: 6.9.2 -> 6.9.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/onig/versions
2019-08-19 20:05:25 -07:00
R. RyanTM
9e421ad674
libndctl: 65 -> 66
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libndctl/versions
2019-08-19 19:30:02 -05:00
Marek Mahut
6e6892d29b
Merge pull request #66958 from r-ryantm/auto-update/live555
...
live555: 2019.06.28 -> 2019.08.16
2019-08-19 23:17:30 +02:00
Marek Mahut
1c44d26f91
Merge pull request #66959 from r-ryantm/auto-update/librealsense
...
librealsense: 2.23.0 -> 2.25.0
2019-08-19 22:45:00 +02:00
R. RyanTM
771d841446
mdds: 1.4.3 -> 1.5.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/mdds/versions
2019-08-19 13:44:47 -07:00
Marek Mahut
d4ee26ebd9
Merge pull request #66955 from r-ryantm/auto-update/libwebsockets
...
libwebsockets: 3.1.0 -> 3.2.0
2019-08-19 22:44:16 +02:00
Marek Mahut
0a3f7d4740
Merge pull request #66964 from r-ryantm/auto-update/libmodbus
...
libmodbus: 3.1.4 -> 3.1.6
2019-08-19 22:43:33 +02:00
Marek Mahut
7302eb3ea0
Merge pull request #66967 from r-ryantm/auto-update/libgpiod
...
libgpiod: 1.4 -> 1.4.1
2019-08-19 22:39:55 +02:00
R. RyanTM
40a0e1d4bc
libgpiod: 1.4 -> 1.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgpiod/versions
2019-08-19 12:33:27 -07:00
R. RyanTM
28a967191d
libmodbus: 3.1.4 -> 3.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmodbus/versions
2019-08-19 12:14:32 -07:00
R. RyanTM
d20482b110
librealsense: 2.23.0 -> 2.25.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/librealsense/versions
2019-08-19 11:54:39 -07:00
Marek Mahut
0d633c9285
Merge pull request #66944 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.18.0 -> 0.18.1
2019-08-19 20:47:15 +02:00
Marek Mahut
6366d9602b
Merge pull request #66943 from r-ryantm/auto-update/leatherman
...
leatherman: 1.7.0 -> 1.7.1
2019-08-19 20:46:15 +02:00
Marek Mahut
3149ff5764
Merge pull request #66940 from r-ryantm/auto-update/libdeflate
...
libdeflate: 1.2 -> 1.3
2019-08-19 20:45:39 +02:00
R. RyanTM
0b00207f94
live555: 2019.06.28 -> 2019.08.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-08-19 11:43:05 -07:00
R. RyanTM
82eb1fbee5
libwebsockets: 3.1.0 -> 3.2.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/libwebsockets/versions
2019-08-19 11:26:29 -07:00
worldofpeace
80f4d61534
Merge pull request #66934 from jtojnar/gnome-video-effects-0.5.0
...
gnome-video-effects: 0.4.3 → 0.5.0
2019-08-19 14:11:13 -04:00
Jan Tojnar
b80da194fd
gnome-video-effects: 0.4.3 → 0.5.0
...
https://gitlab.gnome.org/GNOME/gnome-video-effects/blob/0.5.0/NEWS#L4-6
2019-08-19 19:39:17 +02:00
Matthew Bauer
4497bee1ac
Merge pull request #66861 from lopsided98/directfb-src-github
...
directfb: fix build on ARM
2019-08-19 13:01:41 -04:00
R. RyanTM
9641dcddf8
libfilezilla: 0.18.0 -> 0.18.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libfilezilla/versions
2019-08-19 09:02:51 -07:00
R. RyanTM
d8ddf3a5bf
leatherman: 1.7.0 -> 1.7.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-08-19 08:50:38 -07:00