Commit Graph

105276 Commits

Author SHA1 Message Date
Peter Hoeg
9f34d1f19a terraform: remove 0.8.5 specific file
It is now handled by the terraform build function instead.
2017-04-03 11:59:24 +08:00
Brandon Dimcheff
aac3f9a8cb astroid: 0.7 -> 0.8
Upgraded astroid to 0.8 and uses the upstream changes to properly
propagate environment without a patch.  Note that this still uses an
unsupported version of webkitgtk and thus will fail to build, but if
allow webkitgtk to install, astroid will run.
2017-04-02 23:37:24 -04:00
Anderson Torres
f6ae3f62ee Merge pull request #24581 from calvertvl/update-src-1_13
src: 1.12 -> 1.13
2017-04-03 00:23:21 -03:00
Victor Calvert
53a516b198 src: 1.12 -> 1.13 2017-04-02 22:36:02 -04:00
Jörg Thalheim
49aa2483e0 Merge pull request #24543 from winniequinn/gitkraken-desktop-entry
gitkraken: add desktop entry
2017-04-02 23:50:15 +02:00
Jörg Thalheim
3e7c485e19 Merge pull request #24553 from ndowens/git-imerge
git-imerge: 0.7.0 -> 1.0.0
2017-04-02 23:39:53 +02:00
Jörg Thalheim
dac0e94e85 Merge pull request #24551 from ndowens/leoeditor
leo-editor: 5.3 -> 5.5
2017-04-02 23:37:27 +02:00
Jörg Thalheim
6df9e84773 Merge pull request #24554 from ndowens/git-radar
git-radar: 0.3.2 -> 0.5
2017-04-02 23:28:52 +02:00
Jörg Thalheim
a18ac4fd35 Merge pull request #24552 from ndowens/git-cola
git-cola: 2.8 -> 2.10
2017-04-02 23:26:29 +02:00
Jörg Thalheim
97d35590c9 Merge pull request #24567 from ndowens/doomseeker
doomseeker: Cosmetic cleanup
2017-04-02 23:19:40 +02:00
Jörg Thalheim
58224f9430 Merge pull request #24566 from ndowens/dmenu2
dmenu2: Cosmetic change
2017-04-02 23:18:44 +02:00
Jörg Thalheim
500818b997
ntp: 4.2.8p9 -> 4.2.8p10; fix 10 medium/4 low CVEs
http://nwtime.org/network-time-foundation-publishes-ntp-4-2-8-p10/
2017-04-02 23:06:43 +02:00
Nikolay Amiantov
fda2590abb v4l_utils: 1.10.1 -> 1.12.3
Add CLI utils-only mode.
Use flags instead of null's.
Move to Qt 5.
2017-04-02 23:55:13 +03:00
Jörg Thalheim
74e2f482fe
pdfshuffler: init at unstable-2017-02-26 2017-04-02 22:37:48 +02:00
Shea Levy
3a26d09e15 initrd-ssh: Use initrd secrets for host keys 2017-04-02 16:33:37 -04:00
Shea Levy
b09490a322 systemd-boot: Support initrd secrets 2017-04-02 16:33:37 -04:00
Shea Levy
59c0977300 Add facility to append secrets to the initrd 2017-04-02 16:33:37 -04:00
ndowens
ff4fa6387e diff-so-fancy: 0.11.1 -> 0.11.4 (#24562) 2017-04-02 22:22:32 +02:00
Eelco Dolstra
17aab8a63e yotube-dl: 2017.03.10 -> 2017.04.02 2017-04-02 21:52:11 +02:00
Eelco Dolstra
747ad4befd mlt: Remove some -dev paths from the closure
This reduces the closure size of mlt-qt5 from 683 to 278 MiB.
2017-04-02 21:51:46 +02:00
Eelco Dolstra
6d4e6102a7 libgsf: Use separate dev output 2017-04-02 21:51:46 +02:00
Ambroz Bizjak
35e0eea053 ntpd: Allow additional syscalls in seccomp filter.
Fixes issue #21136.

The problem is that the seccomp system call filter configured by ntpd did not
include some system calls that were apparently needed. For example the
program hanged in getpid just after the filter was installed:

prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)  = 0
seccomp(SECCOMP_SET_MODE_STRICT, 1, NULL) = -1 EINVAL (Invalid argument)
seccomp(SECCOMP_SET_MODE_FILTER, 0, {len=41, filter=0x5620d7f0bd90}) = 0
getpid()                                = ?

I do not know exactly why this is a problem on NixOS only, perhaps we have getpid
caching disabled.

The fcntl and setsockopt system calls also had to be added.
2017-04-02 21:44:06 +02:00
Franz Pletz
658a532483 Merge pull request #24523 from mateon1/ipfs-update
ipfs: 0.4.6 -> 0.4.8
2017-04-02 21:34:14 +02:00
ndowens
968e6d823b finalterm-git: Cosmetic change 2017-04-02 13:25:46 -05:00
Joachim Fasting
a77571399d
surf: 0.7 -> 2.0
This renders surf-webkit2 obsolete; it is now aliased to surf.
2017-04-02 20:11:44 +02:00
ndowens
3490c39f38 evopedia: Cosmetic 2017-04-02 21:11:01 +03:00
ndowens
35d23911e0 doomseeker: Cosmetic cleanup 2017-04-02 12:19:48 -05:00
ndowens
236e752e38 dmenu2: Cosmetic change 2017-04-02 12:15:02 -05:00
Vladimír Čunát
7286dfebbb
xorg xf86-input-libinput: 0.23.0 -> 0.25.0 2017-04-02 18:50:42 +02:00
Vladimír Čunát
9ceea2ff45 xorg xf86-video-amdgpu: 1.2.0 -> 1.3.0 (#24561) 2017-04-02 18:49:16 +02:00
ndowens
b1c0814999 jitsi: Fixed java not found
Cosmetic change

Closes #24565
2017-04-02 16:51:08 +01:00
Joachim F
144d1e7be4 Merge pull request #24424 from dsferruzza/add-veracrypt
veracrypt: init at 1.19
2017-04-02 15:43:25 +01:00
Joachim Fasting
2c81510a1a
veracrypt: refactorings
- Conditionally add wxGTK30 to inputs to avoid
  eval'ing it regardless of wxGUI
- Patch full path to exe into desktop file
- Move some inputs to native
- Do not write intermediate tar file on unpack
2017-04-02 16:41:13 +02:00
David Sferruzza
2ae74f9f4f veracrypt: init at 1.19 2017-04-02 16:38:08 +02:00
David Sferruzza
cc4fa379cb maintainers: add dsferruzza 2017-04-02 16:37:11 +02:00
ndowens
2c5b491ca9 Merge pull request #24519 from orivej/subgit
subgit: 3.1.0 -> 3.2.4
2017-04-02 09:16:28 -05:00
Joachim F
58de703c86 Merge pull request #24506 from laMudri/ibus-table
ibus-table: 1.9.14 -> 1.9.16
2017-04-02 14:59:13 +01:00
ndowens
6ee0d284c1 git-cola: 2.8 -> 2.10
git-cola: Remove postFixup
2017-04-02 08:56:18 -05:00
Vladimír Čunát
6bce07f876
xorg xf86-video-openchrome: 0.3.3 -> 0.6.0
Now it builds (again), but I haven't tested it in any other way.
2017-04-02 15:26:46 +02:00
Vladimír Čunát
8eec2948ba
xorg-server: maintenance 1.19.2 -> 1.19.3 2017-04-02 15:21:04 +02:00
Vladimír Čunát
3932d080be
xorg xf86-video-nouveau: 1.0.13 -> 1.0.14 2017-04-02 15:20:23 +02:00
Vladimír Čunát
b5121db20d
xorg xf86-video-ati: 7.8.0 -> 7.9.0 2017-04-02 15:19:44 +02:00
Joachim F
5daf6b3e38 Merge pull request #23622 from orivej/kwallet
kwallet: support GPG-encrypted wallets
2017-04-02 13:07:51 +01:00
Ambroz Bizjak
195efedd2c qt58: Fix path to qhelpgenerator in cmake file.
It is located in the dev output, fix it as for qcollectiongenerator.
This fixes a build error in KDevelop.
2017-04-02 11:21:34 +02:00
ndowens
7d076ab4fa lightdm: 1.18.1 -> 1.22.0 (#24545)
Remove patch
2017-04-02 10:04:32 +01:00
Carles Pagès
cc779bc421 doc: fix overlays paths
It was not updated with 9d6a55aefd.
2017-04-02 10:11:01 +02:00
Peter Hoeg
f70e7773ec calibre: 2.80.0 -> 2.82.0 2017-04-02 12:46:36 +08:00
ndowens
02dddacc75 git-radar: 0.3.2 -> 0.5 2017-04-01 21:30:23 -05:00
ndowens
45fa146829 git-imerge: 0.7.0 -> 1.0.0 2017-04-01 21:24:08 -05:00
ndowens
3d53b36bc3 leo-editor: 5.3 -> 5.5 2017-04-01 20:58:13 -05:00