Commit graph

46660 commits

Author SHA1 Message Date
Dominik Honnef
f3ed001e0a packer: revbump to build with Go 1.5.3 2016-01-13 21:59:07 +01:00
Dominik Honnef
77a2fb7a3d go: update to 1.5.3 2016-01-13 21:59:07 +01:00
Duncaen
69b727b782 New package: fwup-0.4.2 2016-01-13 20:11:01 +01:00
Dominik Honnef
04476ffc07 ledger: fix cross-compile
I have absolutely no idea why find_path fails when cross-compiling. The
file we're looking for is bundled in the tarball and doesn't change
place when we cross-compile, and we're looking in the right place for
it.

If someone wants to fix this properly, go ahead. In the meantime, we
hardcode the result.
2016-01-13 19:18:37 +01:00
Juan RP
18771f2319 libGL: update to 11.1.1. 2016-01-13 16:19:20 +01:00
Dominik Honnef
40e5cfaa40 ledger: update to 3.1.1 2016-01-13 16:00:28 +01:00
Christopher Brannon
83d761c921 go-ipfs: update to 0.3.11.
Closes gh-3365
2016-01-13 15:45:58 +01:00
Dominik Honnef
988638a2a3 Manual.md: improve documentation of 'reverts' 2016-01-13 14:30:25 +01:00
Christian Neukirchen
83a143b688 git-annex: update to 5.20151218. 2016-01-13 12:10:39 +01:00
Enno Boland
e813bb1bec Merge pull request #3364 from diogoleal/update_font-iosevka-1.6.3
font-iosevka: update to 1.6.3
2016-01-13 11:22:32 +01:00
Enno Boland
632ffc99b4 Merge pull request #3363 from diogoleal/update_shellsheck-0.4.2
shellcheck: update to 0.4.2
2016-01-13 11:15:11 +01:00
Enno Boland
19316e4fbc mongodb: --storage-engine is for testing only, remove 2016-01-13 10:40:06 +01:00
Enno Boland
32b5a42994 mongodb: respect cflags and compiler. 2016-01-13 10:38:07 +01:00
Diogo Leal
84917dd2b1 font-iosevka: update to 1.6.3 2016-01-13 06:00:27 -02:00
Diogo Leal
fde90aa146 shellcheck: update to 0.4.2 2016-01-13 05:52:20 -02:00
Juan RP
74e2bc041f yad: update to 0.33.1. 2016-01-13 07:47:40 +01:00
Juan RP
0aa94294e0 smplayer: update to 16.1.0. 2016-01-13 07:45:05 +01:00
Juan RP
efd4528b0b opus: update to 1.1.2. 2016-01-13 07:40:45 +01:00
Juan RP
b92de3d5d8 dhcp: security update to 4.3.3-P1. 2016-01-13 07:38:58 +01:00
Alessio Sergi
e1bb013fd5 python-Sphinx: update to 1.3.4 2016-01-12 23:56:35 +01:00
Alessio Sergi
712acc9583 perl-File-Remove: update to 1.55 2016-01-12 23:55:55 +01:00
Alessio Sergi
506cf41998 portablexdr-devel: remove stale symlink 2016-01-12 23:52:21 +01:00
Juan RP
96bf3cf8bf libffi: make this work correctly on musl; patch via Alpine.
See http://bugs.alpinelinux.org/issues/4275
2016-01-12 20:29:58 +01:00
Juan RP
195aaf0811 util-linux: fix mount(8) helpers arg order with musl.
Before this patch mount(8) would execute something like:

	 /sbin/mount.helper src dest <opts>

After this patch:

	/sbin/mount.helper <opts> src dest

The reason is that musl does not reorder args to check for options,
so that options must appear before real arguments to make this work.

This makes zfs work correctly on musl.

Thanks to @chneukirchen for help in finding the issue.
2016-01-12 17:41:01 +01:00
Jürgen Buchmüller
15ca8ce032 lightzone: update to 4.1.5 2016-01-12 16:14:02 +01:00
Enno Boland
7d9c157f94 mongodb: fix patch 2016-01-12 15:53:21 +01:00
Enno Boland
c69339c7f5 mongodb: fix 32-bit; fix non-musl targets. 2016-01-12 15:39:57 +01:00
Enno Boland
fc5d7b11b0 mongodb: update to 3.2.0. 2016-01-12 15:33:17 +01:00
Duncaen
81280e3f70 Cutegram: update to 2.7.1. 2016-01-12 14:17:01 +01:00
Duncaen
a805d6fdcd TelegramQML: update to 0.9.2. 2016-01-12 14:16:55 +01:00
Duncaen
9ac63feb09 libqtelegram-ae: update to 6.1. 2016-01-12 14:16:48 +01:00
Juan RP
b192838a3e dkms: remove dup depends line. 2016-01-12 10:10:42 +01:00
Juan RP
4f2d5c6485 dkms: depend on {musl,glibc}-devel where appropiate. 2016-01-12 10:09:49 +01:00
Juan RP
fb45d66260 linux: make this build on !x86 (empty stub for dkms). 2016-01-12 09:45:25 +01:00
Juan RP
8cef54c75a zfs: cross compilation support; remove unwanted files. 2016-01-12 09:38:15 +01:00
Juan RP
78b8f5abc6 spl: enable cross compilation. 2016-01-12 09:31:06 +01:00
Juan RP
5bab59b6b8 Merge pull request #3360 from uriah0/master
gpsd: updated to 3.16
2016-01-12 09:28:50 +01:00
uriahheep
310305ffd1 gpsd: updated to 3.16 2016-01-12 02:41:29 -05:00
Juan RP
fe11f4b542 zfs: added musl support via Alpine. 2016-01-12 08:04:54 +01:00
Juan RP
fd1b1da98d dnscrypt-proxy: maintainer has resigned (close #3350). 2016-01-12 06:48:37 +01:00
Juan RP
4e144a6e90 Merge pull request #3352 from Vaelatern/autox
New package: autox-0.1.1
2016-01-12 06:46:48 +01:00
Juan RP
58e579558c xmlrpc-c: update to 1.39.07. 2016-01-12 06:39:27 +01:00
Juan RP
0d74da3502 iproute2: update to 4.4.0. 2016-01-12 06:31:47 +01:00
Juan RP
bc14c88d90 harfbuzz: update to 1.1.3. 2016-01-12 06:29:02 +01:00
Toyam Cox
7282ad658c New package: autox-0.1.1 2016-01-11 17:59:42 -05:00
Alessio Sergi
2228e93b03 python-matplotlib: update to 1.5.1 2016-01-11 23:53:01 +01:00
Alessio Sergi
18d41d6fa4 pylint: update to 1.5.3 2016-01-11 23:52:01 +01:00
Alessio Sergi
e85156df20 perl-File-Remove: update to 1.54 2016-01-11 23:51:09 +01:00
Jürgen Buchmüller
623bb7cf40 mkvtoolnix: update to 8.8.0 2016-01-11 22:01:36 +01:00
Duncaen
d353f443fe yaml-cpp: update to 0.5.3. 2016-01-11 20:48:23 +01:00