about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* guitarix: 0.35.2 -> 0.35.3 (#24673)Bart Brouns2017-04-06
|
* Merge pull request #24573 from ambrop72/ntpd-fixJoachim F2017-04-06
|\ | | | | ntpd: Add patch to allow getpid syscall in seccomp filter.
| * ntpd: Allow additional syscalls in seccomp filter.Ambroz Bizjak2017-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #24650 from taku0/source-han-sans-fix-licenseAlexey Shmalko2017-04-06
|\ \ | | | | | | source-han-sans: fix license from ASL2.0 to SIL Open Font License.
| * | source-han-sans: fix license from ASL2.0 to SIL Open Font License.taku02017-04-05
| | |
* | | Merge pull request #24665 from peterhoeg/f/pmcPeter Hoeg2017-04-06
|\ \ \ | | | | | | | | | | | | pmccabe: darwin is supported too Fixes #24636.
| * | | pmccabe: darwin is supported tooPeter Hoeg2017-04-06
| | | |
* | | | platypus: fix platforms metadata (#24666)Justin Bedő2017-04-06
| | | |
* | | | Merge pull request #24582 from jerith666/gammu-1-37Alexey Shmalko2017-04-06
|\ \ \ \ | | | | | | | | | | gammu: 1.33.0 -> 1.38.2
| * | | | gammu: move pkgconfig and cmake to nativeBuildInputsMatt McHenry2017-04-05
| | | | |
| * | | | gammu: 1.33.0 -> 1.38.2Matt McHenry2017-04-05
| | | | |
* | | | | Merge pull request #24642 from volth/xfwm4-themesAlexey Shmalko2017-04-06
|\ \ \ \ \ | | | | | | | | | | | | xfwm4-themes: init at 4.10.0
| * | | | | xfwm4-themes: init at 4.10.0Volth2017-04-05
| | | | | |
* | | | | | haskell generic builder: Use ghcjs's hsc2hs.Shea Levy2017-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required when using ghcjs to compile Setup.hs, which we do since #23614. See comments on https://github.com/ghcjs/ghcjs/commit/c35350a212f20bd4cb7486bf49044f7a1329fc93
* | | | | | Merge pull request #24632 from NeQuissimus/docker_17_04Tim Steinbach2017-04-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | docker-edge: init at 17.04
| * | | | | | docker-edge: init at 17.04Tim Steinbach2017-04-05
| | | | | | |
* | | | | | | Revert "sysdig: 1.15.0 -> 1.15.1"Jörg Thalheim2017-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bb1e6557da293d6a7c9f868cb850afdbe2ba09d6. segfaults, reason unknown
* | | | | | | Merge #24558: qt58: Fix path to qhelpgeneratorVladimír Čunát2017-04-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes #24659.
| * | | | | | | qt58: Fix path to qhelpgenerator in cmake file.Ambroz Bizjak2017-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is located in the dev output, fix it as for qcollectiongenerator. This fixes a build error in KDevelop.
* | | | | | | | Merge pull request #24654 from 2chilled/masterAlexey Shmalko2017-04-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | urbanterror: 4.3.1 -> 4.3.2
| * | | | | | | | urbanterror: 4.3.1 -> 4.3.2Matthias Herrmann2017-04-05
| | | | | | | | |
* | | | | | | | | Merge pull request #24656 from elasticdog/transcryptAlexey Shmalko2017-04-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | transcrypt: 1.0.1 -> 1.0.2
| * | | | | | | | | transcrypt: 1.0.1 -> 1.0.2Aaron Bull Schaefer2017-04-05
| |/ / / / / / / /
* | | | | | | | | Merge pull request #24641 from NeQuissimus/docker-dist_2_6_0Alexey Shmalko2017-04-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | docker-distribution: 2.5.1 -> 2.6.0
| * | | | | | | | | docker-distribution: 2.5.1 -> 2.6.0Tim Steinbach2017-04-04
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #24655 from markus1189/scalafmt-067Alexey Shmalko2017-04-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | scalafmt: 0.6.6 -> 0.6.7
| * | | | | | | | | scalafmt: 0.6.6 -> 0.6.7Markus Hauck2017-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates scalafmt to 0.6.7
* | | | | | | | | | Merge pull request #24630 from PierreR/masterAlexey Shmalko2017-04-05
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | albert: 0.10.0 -> 0.10.2
| * | | | | | | | | albert: 0.10.0 -> 0.10.2Pierre Radermecker2017-04-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #24640 from NeQuissimus/nano_2_8_0Alexey Shmalko2017-04-05
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | nano: 2.7.5 -> 2.8.0
| * | | | | | | | | nano: 2.7.5 -> 2.8.0Tim Steinbach2017-04-04
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | rss2email: init at 3.9Profpatsch2017-04-05
| | | | | | | | |
* | | | | | | | | Merge pull request #24644 from calvertvl/update-xpra-2_0Jaka Hudoklin2017-04-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | xpra: 0.17.6 -> 2.0.1
| * | | | | | | | | xpra: 0.17.6 -> 2.0.1Victor Calvert2017-04-04
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires build against newer ffmpeg (3.2.x instead of 3.1.x) because of new symbols: FF_PROFILE_H264_MULTIVIEW_HIGH FF_PROFILE_H264_STEREO_HIGH
* | | | | | | | | knot-resolver: update the source hashVladimír Čunát2017-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just nitpick changes in the tarball, minutes after the release.
* | | | | | | | | knot-resolver: maintenance 1.2.4 -> 1.2.5Vladimír Čunát2017-04-05
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | gnupg21: 2.1.19 -> 2.1.20Lancelot SIX2017-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-04/msg00002.html for release information
* | | | | | | | Merge pull request #24639 from NeQuissimus/sway_0_12_2Tim Steinbach2017-04-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sway: 0.11 -> 0.12.2
| * | | | | | | | sway: Add xwayland build inputTim Steinbach2017-04-05
| | | | | | | | |
| * | | | | | | | sway: 0.11 -> 0.12.2Tim Steinbach2017-04-04
| |/ / / / / / /
* | | | | | | | Merge pull request #24633 from xNWDD/gitkraken/2.3.1Frederik Rietdijk2017-04-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gitkraken: 2.2.1 -> 2.3.1
| * | | | | | | | gitkraken: 2.2.1 -> 2.3.1NWDD2017-04-04
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #24625 from Mic92/networkmanagerJörg Thalheim2017-04-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | networkmanager: 1.4.4 -> 1.6.4
| * | | | | | | | network-manager_l2tp: set 1.2.4 explicityJörg Thalheim2017-04-04
| | | | | | | | |
| * | | | | | | | network-manager-applet: 1.4.4 -> 1.4.6Jörg Thalheim2017-04-04
| | | | | | | | |
| * | | | | | | | network-manager: 1.4.4 -> 1.6.4Jörg Thalheim2017-04-04
| | | | | | | | |
| * | | | | | | | libproxy: fix compilationJörg Thalheim2017-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also use webkit backend (webkitgtk is also a more common gnome/gtk) Changelog: https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/NEWS?h=1.6.2
* | | | | | | | | Merge pull request #24646 from luke-clifton/accelerate-llvmBenno Fünfstück2017-04-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | llvm-hs: Point llvm-hs to llvm_4
| * | | | | | | | | llvm-hs: Point llvm-hs to llvm_4Luke Clifton2017-04-05
| | | | | | | | | |
* | | | | | | | | | Merge pull request #24530 from mulderr/masterPeter Simons2017-04-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | oracle-instantclient: add optional odbc support