Dominik Honnef
5d6a41d9dd
forego: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
92b8ff55e7
hub: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
ef95c08e3a
fzf: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
4649ef6d6e
crane: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
182e7a028d
syncthing: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
5a7065395b
docker-gen: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
7a54b50a39
otto: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
31fef75a99
go-jira: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
6d401a93db
rclone: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
bf89e0f797
webcat: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
b60e5e0bd3
hugo: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
5070f950c7
gendesk: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
8e63079d89
massren: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
253c85934a
sift: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
Dominik Honnef
30b1f1feee
codesearch: revbump to build with Go 1.5.3
2016-01-13 21:59:07 +01:00
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