Vladimír Čunát
0907d28da4
opencascade: fix the build, really now
2015-07-21 11:12:13 +02:00
Luca Bruno
69afeeba32
mechanize: 0.1.11 -> 0.2.5 (ZHF). Old mechanize failed to build due to setuptools bump.
2015-07-21 11:03:11 +02:00
Luca Bruno
768daf7691
anki: fix build (ZHF)
2015-07-21 10:51:15 +02:00
Edward Tjörnhammar
f7d962cd42
aiccu: patch gnutls api change
2015-07-21 10:48:36 +02:00
Austin Seipp
3793ff5290
nixpkgs: torsocks 2.0.0 -> 2.1.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 21:50:29 -05:00
Austin Seipp
4a6b7fc563
nixpkgs: stunnel 5.16 -> 5.20
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 21:50:29 -05:00
Austin Seipp
337bd6a190
nixpkgs: verilator 3.872 -> 3.874
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 21:50:29 -05:00
William A. Kennington III
35f8386e78
chromium-dev: Update
2015-07-20 18:08:29 -07:00
William A. Kennington III
17d045c74b
ceph-git: 2015-07-15 -> 2015-07-20
2015-07-20 18:07:16 -07:00
Domen Kožar
e58cb1ec3b
Merge pull request #8853 from lancelotsix/update_sqlalchemy
...
Update sqlalchemy
2015-07-20 23:08:51 +01:00
John Wiegley
60c6a9921e
emacs: Update Mac Port Emacs to 24.5-mac-5.9
2015-07-20 14:22:43 -07:00
Thomas Tuegel
feafb17926
Merge branch 'qt5-psql'
2015-07-20 15:05:41 -05:00
Thomas Tuegel
6a10139bba
qt53: disable unsupported SIMD instruction sets
2015-07-20 15:04:44 -05:00
Thomas Tuegel
4d36b10f90
qt53: override postgresql autodetection
2015-07-20 15:03:52 -05:00
Rehno Lindeque
f6f5b34977
vimPlugins: add vim-multiple-cursors
2015-07-20 19:58:56 +00:00
Austin Seipp
c2f1ac9885
nixpkgs: ssdeep 2.12 -> 2.13
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:34 -05:00
Austin Seipp
b81c21428c
nixpkgs: pax-utils 1.0.3 -> 1.0.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:34 -05:00
Austin Seipp
f07d5a244f
nixpkgs: ninja 1.5.3 -> 1.6.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:34 -05:00
Austin Seipp
8d7dd4cf53
nixpkgs: re2c 0.14.2 -> 0.14.3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Austin Seipp
131e41191b
nixpkgs: nginxUnstable 1.9.2 -> 1.9.3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Austin Seipp
71d4b4baae
nixpkgs: lockdep 3.19.1 -> 4.1.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Austin Seipp
6dac59b096
nixpkgs: libseccomp 2.2.1 -> 2.2.3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Austin Seipp
cbf14b9d8f
nixpkgs: dd-agent 5.2.3 -> 5.4.3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Georges Dubus
eb9475d110
nox: updated to 0.0.2
2015-07-20 17:09:33 +02:00
Rok Garbas
46516fc19e
connmanui: update to latest (e4a8ddcca08 -> fce0af94e12)
2015-07-20 16:53:50 +02:00
Peter Simons
07fd9384f5
texlive: flip the default for the assertion so that normal users can build it
2015-07-20 16:39:39 +02:00
Arseniy Seroka
fbc73e3bce
Merge pull request #8898 from desiderius/master
...
pycharm: update 4.5.2 to 4.5.3
2015-07-20 16:56:40 +03:00
Arseniy Seroka
32140d215e
Merge pull request #8892 from mk0x9/mpc-on-darwin
...
mpc on darwin
2015-07-20 16:50:41 +03:00
Thomas Tuegel
5eae46fc93
Merge branch 'qt5-psql'
2015-07-20 08:49:30 -05:00
Thomas Tuegel
965f330c65
qt5.base: disable unsupported SIMD instruction sets
...
If not explicitly disabled, Qt tries to detect support for the various
instruction sets. As a result, binaries built on Hydra may use
instruction sets unsupported by clients.
2015-07-20 08:46:20 -05:00
Thomas Tuegel
17a65c4bf0
qt5.base: override postgresql autodetection
2015-07-20 08:41:57 -05:00
Shea Levy
745690717e
build-maven: Add handling for snapshot version resolution
2015-07-20 09:19:12 -04:00
Vladimír Čunát
615f64dcbe
gcc_multi: disable the hook moving lib64 to lib
...
This was preventing wine from build, and we typically don't want it
anyway in multilib builds. /cc #8706 .
2015-07-20 13:43:52 +02:00
Vladimír Čunát
855b3c48ab
gcc: fix multilib build
...
Fixes #8706 , thanks to @cpages a lot.
Also ported to gcc5, without testing that one yet.
2015-07-20 12:32:01 +02:00
Vladimír Čunát
e4fcddf177
statifier: fix meta.platforms syntax
2015-07-20 12:32:01 +02:00
Moritz Ulrich
8d507823ca
dwarf-therapist: 30.2.0pre -> 31.0.0.
2015-07-20 11:24:30 +02:00
Tuomas Tynkkynen
5c31245047
rpcbind: 0.2.3 -> 1.0.7
2015-07-20 12:21:12 +03:00
Tuomas Tynkkynen
4f928f3550
nfs-utils: 1.2.5 -> 1.3.2, potentially fixes CVE-2013-1923
2015-07-20 12:20:42 +03:00
Vladimír Čunát
52b3546e4a
merge #8617 : recoll: filters for LaTeX, RTF, and WP
2015-07-20 11:00:04 +02:00
Tomasz Kontusz
37dcb18a5e
steam: add `which` to the environment
...
Close #8788 , fixes #8766 .
Some games use it in their starting scripts (notably FTL does that).
2015-07-20 10:41:57 +02:00
tv
941f0ff978
litecoin: 0.9.3-preview5 -> 0.10.2.2
2015-07-20 10:26:25 +02:00
Michael Kuryshev
004a23f477
mpc: enable on darwin
2015-07-20 11:20:52 +03:00
Charles Strahan
617c5fcaf0
rainbowstream: purify ( close #8791 )
...
This obviates the need for `cc` to be available at run time.
2015-07-20 10:06:17 +02:00
Vladimír Čunát
1fee4ce381
nzbget: fix URLs, fixes #8860
...
/cc maintainer @pSub.
2015-07-20 09:57:01 +02:00
desiderius
17d9f91395
pycharm: update 4.5.2 to 4.5.3
2015-07-20 09:16:17 +02:00
William A. Kennington III
6eab1065f1
ceph: Fix wrapper path
2015-07-19 19:44:48 -07:00
William A. Kennington III
f6bc130bc8
libssh: 0.7.0 -> 0.7.1
2015-07-19 17:00:16 -07:00
Tobias Geerinckx-Rice
584effa891
Merge pull request #8809 from nckx/fix-quake3-botlib
...
quake3: add botlib patch for amd64
2015-07-20 01:12:52 +02:00
Austin Seipp
3d031a0764
Merge pull request #8873 from joachifm/nano-2_4_2
...
nano: 2.4.1 -> 2.4.2
2015-07-19 16:58:00 -05:00
Austin Seipp
22d5d78027
Merge pull request #8871 from mayflower/php7-beta1
...
php70: init at 7.0beta1
2015-07-19 16:57:42 -05:00
Austin Seipp
6475be23bc
Merge pull request #8866 from spencerjanssen/obs-version-bump
...
obs-studio: 0.10.0 -> 0.11.1
2015-07-19 16:56:55 -05:00
Arseniy Seroka
fcd855fa7f
Merge pull request #8883 from joachifm/dnscrypt-proxy-1_6_0
...
dnscrypt-proxy: 1.5.0 -> 1.6.0
2015-07-20 00:33:04 +03:00
Arseniy Seroka
fd93a20af4
Merge pull request #8887 from matthiasbeyer/add-python-pkginfo
...
pkginfo: init at 1.2.1
2015-07-20 00:32:36 +03:00
Arseniy Seroka
6745ffb1c9
Merge pull request #8889 from ctheune/submit/syncthing-0.11.16
...
syncthing: 0.11.15 -> 0.11.16
2015-07-20 00:32:19 +03:00
Arseniy Seroka
5a8f779359
Merge pull request #8886 from matthiasbeyer/update-mdp
...
mdp: 1.0.0 -> 1.0.1
2015-07-20 00:31:36 +03:00
Arseniy Seroka
d3676f5943
Merge pull request #8885 from matthiasbeyer/update-khard
...
khard: 0.4.0 -> 0.4.1
2015-07-20 00:30:21 +03:00
Arseniy Seroka
bc7ced083f
Merge pull request #8852 from rowanblush/calcurse
...
calcurse: init at 4.0.0
2015-07-20 00:12:08 +03:00
devhell
d8a8ed12bb
canto-{curses,daemon}: 0.9.{3,1} -> 0.9.{4,3}
...
Close #8884 .
A very detailed changelog and discussion can be found here:
http://codezen.org/canto-ng/news/
This change was built locally and tested by me. There will be changes
noticable in the `canto-curses` interface since color support has been
reworked. For more details follow the hint in `canto-curses` or read the
changelog/manual liked to above. There also have been many
under-the-hood improvements which can also be found in the link above.
2015-07-19 22:13:31 +02:00
William A. Kennington III
70a1e7afd8
pam: 1.2.0 -> 1.2.1
...
Fixes CVE-2015-3238
2015-07-19 12:22:51 -07:00
William A. Kennington III
8734f01830
sudo: 1.8.13 -> 1.8.14p1
2015-07-19 12:09:14 -07:00
Thomas Tuegel
3f3da5ccbd
qt5.base: install setupHook correctly
2015-07-19 13:38:51 -05:00
Thomas Tuegel
bb6459dd0b
qt5.base: use pkgconfig unconditionally
2015-07-19 13:38:36 -05:00
Rowan Blush
f796345f6a
calcurse: init at 4.0.0
2015-07-19 08:17:18 -07:00
Thomas Strobel
88be5eb371
gstreamer-vaapi: 0.5.10 -> 0.6.0
2015-07-19 17:06:32 +02:00
Christian Theune
79d020de49
syncthing: 0.11.15 -> 0.11.16
2015-07-19 16:02:40 +02:00
Oliver Charles
a296639b9e
udevil: New package
2015-07-19 13:39:00 +01:00
Matthias Beyer
20882964f5
zlog: init at 1.2.12
...
[Bjørn: add name= to fetchzip, remove unneeded -r flag from sed.]
2015-07-19 13:58:28 +02:00
Matthias Beyer
8fa00ad16e
pkginfo: init at 1.2.1
2015-07-19 13:37:08 +02:00
Matthias Beyer
cd46c76d1b
khard: 0.4.0 -> 0.4.1
2015-07-19 13:12:05 +02:00
Matthias Beyer
79dea486c1
mdp: 1.0.0 -> 1.0.1
2015-07-19 13:11:51 +02:00
Vladimír Čunát
d54659fe96
libreoffice: work around a build problem
...
Started on staging and just hidden by #7524 , most likely.
Now it builds and runs for me. Only the "development build" tag is strange.
/cc #8844 , maintainers @viric, @7c6f434c.
2015-07-19 11:21:25 +02:00
Peter Simons
6cd9a820ad
haskell: extend generic builder to support upcoming format change from cabal2nix
2015-07-19 10:31:13 +02:00
Peter Simons
5e4f1adc8a
haskell-hwsl2: fix build by disabling the test suite
2015-07-19 10:31:13 +02:00
Peter Simons
317dd06aa4
hackage-packages.nix: update to a5ae0949a8
with hackage2nix revision 3606ad40536a2dae452307184b9bd70a2eff8c89
2015-07-19 10:31:08 +02:00
Vladimír Čunát
9a80550cc4
Merge branch 'staging', discussion #8844
2015-07-19 08:09:29 +02:00
Thomas Tuegel
7acbdcd02b
Merge branch 'kdeApps'
2015-07-18 18:49:34 -05:00
Thomas Tuegel
e4e8c5f5b5
update to kde-applications-15.04.3
2015-07-18 18:48:28 -05:00
Tobias Geerinckx-Rice
84aea56778
netsniff-ng: 0.5.9-{27-g3beaa23 -> 34-g95c4582}
...
Several flowtop fixes/enhancements.
2015-07-18 23:45:37 +02:00
Stewart Mackenzie
f46bbbce49
boot: correct sha256
2015-07-19 02:33:43 +08:00
Joachim Fasting
b9895740ba
dnscrypt-proxy: 1.5.0 -> 1.6.0
2015-07-18 20:31:18 +02:00
Thomas Tuegel
6054c837e0
Merge branch 'plasma53'
2015-07-18 12:33:03 -05:00
Thomas Tuegel
9c9be23951
plasma53: update startkde patches for plasma-workspace-5.3.2
2015-07-18 12:30:14 -05:00
Thomas Tuegel
b370c759fd
update to plasma-5.3.2
2015-07-18 12:29:54 -05:00
Boris Sukholitko
ff6fd0ea86
uriparser: init at 0.8.2
2015-07-18 14:17:46 +03:00
Thomas Tuegel
49791a4dd4
Merge branch 'kf512'
2015-07-18 05:34:14 -05:00
Thomas Tuegel
479e248e42
kf512: add missing dependencies for kwallet
2015-07-18 05:32:54 -05:00
Thomas Tuegel
db5335a662
kf512: fix bluez-qt udev rules path
2015-07-18 05:32:54 -05:00
Thomas Tuegel
3dc7f41d6d
add kde-frameworks-5.12
2015-07-18 05:32:41 -05:00
Arseniy Seroka
30f1c9da75
Merge pull request #8855 from bosu/add-cpptest
...
cpptest: init at 1.1.2
2015-07-18 12:55:20 +03:00
Joachim Fasting
19d6b78cc5
nano: 2.4.1 -> 2.4.2
2015-07-18 11:44:54 +02:00
Vladimír Čunát
0a00e06f91
libao: fix list nesting
2015-07-18 10:23:16 +02:00
John Chee
b80a497b85
mirrors: more imagemagick mirrors ( close #8695 )
...
This is more-or-less the mirrors modifications from #8302 .
2015-07-18 10:14:30 +02:00
John Chee
225ae4c5f8
tribler: strip pngs ( close #8810 )
...
This prevents libpng exceptions from being thrown.
Accepted upstream: https://github.com/Tribler/tribler/pull/1561
2015-07-18 10:11:03 +02:00
Boris Sukholitko
3d17e2d658
cpptest: init at 1.1.2
2015-07-18 10:12:50 +03:00
William A. Kennington III
068db75d68
unifi: 4.6.3 -> 4.6.6
2015-07-17 20:43:11 -07:00
Arseniy Seroka
37c09b0433
Merge pull request #8865 from rycee/update/socat
...
socat2pre: 2.0.0-b7 -> 2.0.0-b8
2015-07-18 00:29:46 +03:00
Vincent Laporte
4efbe96205
pypy: fix two libraries (ZHF)
2015-07-17 19:00:16 +02:00
Robin Gloster
5e7850f088
php70: init at 7.0beta1
...
The first beta of php7 has been released. This enables developers to
test their code for breakage in preparation for the stable release and
allows us to make sure we don't have any bugs in the packaging prior to
the stable release.
2015-07-17 16:42:03 +00:00
Peter Simons
c523633b09
Merge pull request #8869 from taku0/flashplayer_2.2.202.491
...
flashplayer: 11.2.202.481 -> 11.2.202.491
2015-07-17 18:29:23 +02:00
Lluís Batlle i Rossell
ce597e1e1b
updating tor to 0.2.6.10
...
I checked the tarball signature.
I fixed the optimised build (broken since 2013) and I added seccomp.
2015-07-17 18:24:35 +02:00