Damien Cassou
f965c8f207
vdirsyncer: 0.9.2 -> 0.9.3
...
Regarding homepage update, changelog says "Moved to pimutils
organization on GitHub. Old links should redirect, but be aware of
client software that doesn't properly handle redirects."
2016-03-24 18:50:35 +01:00
Nikolay Amiantov
0c6db0ca48
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 20:16:17 +03:00
Joachim Fasting
63b6498aa0
dnscrypt-proxy: disable darwin build
...
The darwin build has been broken for a long time and I'm unable to
properly debug the issue.
What appears to be happening is that the symbol `HAVE_SANDBOX_INIT` ends
up being defined as 1 while `HAVE_SANDBOX_H` ends up being 0, resulting in
undefined reference errors when `sandbox_init()` is called (because
`<sandbox.h>` is not included first).
This is a regression from dnscrypt-proxy 1.6.0 to 1.6.1.
For context, sandbox.h is a deprecated OSX mechanism for sandboxing.
The build failure is at
https://hydra.nixos.org/build/32705849/nixlog/1/raw
This patch closes NixOS/nixpkgs#14064
2016-03-24 17:14:22 +01:00
Pascal Wittmann
f942b09bf9
abduco: 0.5 -> 0.6
2016-03-24 15:52:35 +01:00
joachifm
a9699984c2
Merge pull request #14173 from obadz/ecryptfs
...
ecryptfs: 108 -> 110
2016-03-24 13:12:59 +00:00
joachifm
96af7c6dcb
Merge pull request #14171 from NeQuissimus/pptp180
...
pptp: 1.7.2 -> 1.8.0
2016-03-24 12:58:54 +00:00
joachifm
8c02233f2c
Merge pull request #14158 from aneeshusa/add-icdiff
...
icdiff: init at 1.7.3
2016-03-24 12:23:53 +00:00
obadz
09302c7b56
ecryptfs: 108 -> 110
2016-03-24 12:10:36 +00:00
Pascal Wittmann
92d59b37cb
parallel: 20160222 -> 20160322
2016-03-24 00:07:40 +01:00
Pascal Wittmann
fcc0bf2d05
axel: 2.5 -> 2.6
2016-03-24 00:07:40 +01:00
Tim Steinbach
3fc2f99907
pptp: 1.7.2 -> 1.8.0
2016-03-23 23:01:39 +00:00
Vladimír Čunát
b336ed89e6
zopfli: disable parallel building
...
It was failing often, e.g.:
https://hydra.nixos.org/build/32101335/nixlog/1/raw
2016-03-23 20:20:36 +01:00
Aneesh Agrawal
4fad4d49f6
icdiff: init at 1.7.3
2016-03-23 15:04:50 -04:00
Ludovic Courtès
5dab370d77
Remove Guix.
2016-03-23 13:33:29 +01:00
Michael Fellinger
6da0a54d2b
zsh-navigation-tools: include znt-* functions
2016-03-23 10:05:52 +01:00
zimbatm
a37f634866
Merge pull request #14068 from zimbatm/xdg-utils-1.1.1
...
Xdg utils 1.1.1
2016-03-22 23:34:04 +00:00
zimbatm
61c3ad7d2b
Merge pull request #14067 from zimbatm/foreman-0.78.0
...
foreman: init at 0.78.0
2016-03-22 23:26:44 +00:00
Nikolay Amiantov
ad1f158111
Merge pull request #14088 from jgillich/rust-head
...
Rust updates
2016-03-23 00:10:07 +04:00
Jakob Gillich
74ef06dab6
exa: 2016-02-15 -> 2016-03-22
2016-03-22 15:54:23 -04:00
Pascal Wittmann
2bb151f91b
atftp: fix build by using gcc49
...
See #13559
2016-03-22 16:42:07 +01:00
Franz Pletz
f03993366e
fail2ban: 0.9.3 -> 0.9.4
2016-03-22 02:12:43 +01:00
joachifm
4f29a8c03e
Merge pull request #14023 from Adjective-Object/add/ansifilter
...
ansifilter: add @ 1.15
2016-03-22 00:44:49 +00:00
Franz Pletz
bf9f211ae3
whois: 5.2.10 -> 5.2.11
2016-03-22 00:52:40 +01:00
Franz Pletz
fbdcbaf25c
horst: 2015-07-22 -> 2016-03-15
2016-03-21 22:07:25 +01:00
Pascal Wittmann
806f71370c
amuleGui: fix build
...
See #13559
2016-03-21 21:29:39 +01:00
Mitch Tishmack
db6dff75bd
htop: fix build on darwin
2016-03-21 14:05:01 -05:00
Tobias Geerinckx-Rice
e2cbf68786
docker: keep using btrfs-progs 4.4.1
...
Fixes https://hydra.nixos.org/build/33510211 .
2016-03-21 16:18:33 +01:00
Maxwell
5c740539a8
ansifilter: init at 1.15
2016-03-21 09:42:32 -04:00
joachifm
6757b91489
Merge pull request #14086 from mbakke/yubikey-updates
...
Yubikey updates
2016-03-21 06:51:55 +00:00
Tobias Geerinckx-Rice
9d629f52c8
btrfs-progs: 4.4.1 -> 4.5
...
Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-03-21 01:56:17 +01:00
Tobias Geerinckx-Rice
a685456213
dropbear: 2016.72 -> 2016.73
...
Changes: https://matt.ucc.asn.au/dropbear/CHANGES .
2016-03-20 23:20:56 +01:00
Tobias Geerinckx-Rice
d7a0a99f7f
zpaq: 706 -> 707
...
Fixes v7.06 bug in creating multipart encrypted archives with
incorrectly salted index.
2016-03-20 23:20:56 +01:00
Joachim Fasting
c1901038c8
haka: fix build on gcc5
...
See https://hydra.nixos.org/build/33296799/nixlog/1/raw
2016-03-20 22:57:48 +01:00
Aneesh Agrawal
16ed322928
htop: fix platforms attribute
...
See comments at
57dd725e85
.
These values are already lists and need to be concatenated together
instead of placed in another list.
2016-03-20 17:27:34 -04:00
zimbatm
57dd725e85
htop: fix supported platforms list
2016-03-20 19:35:59 +00:00
Arseniy Seroka
84ba149e79
Merge pull request #14065 from zimbatm/htop-crossplatform
...
htop: merge both implementations
2016-03-20 21:55:00 +03:00
Marius Bakke
23befca742
yubikey-personalization-gui: 3.1.21 -> 3.1.24
2016-03-20 18:49:05 +00:00
Marius Bakke
451a7ec4a9
yubikey-personalization: 1.17.2 -> 1.17.3
2016-03-20 18:48:49 +00:00
Marius Bakke
1489af2153
yubico-piv-tool: 1.0.2 -> 1.3.0
2016-03-20 18:42:23 +00:00
Sander van der Burg
7ed3dc6cfc
dysnomia: bump to version 0.5.1
2016-03-20 15:21:42 +00:00
Pascal Wittmann
88a62b3aea
datamash: 1.0.6 -> 1.0.7
2016-03-20 13:23:31 +01:00
Pascal Wittmann
6ea546e3b9
entr: 3.2 -> 3.4
2016-03-20 13:23:31 +01:00
Vladimír Čunát
f9cae4f6dc
fpm: init at 1.4.0
...
/cc #14061 .
2016-03-20 11:56:07 +01:00
Eric Sagnes
9c029c3b05
anthy: add maintainer
2016-03-20 15:03:58 +09:00
zimbatm
621ed35991
xdg_utils: fixes #14060
2016-03-20 00:52:10 +00:00
zimbatm
af1e32acd3
xdg_utils: 1.1.0-rc3p46 -> 1.1.1
2016-03-20 00:52:09 +00:00
Tobias Geerinckx-Rice
ec8484734b
debian-devscripts: 2.16.1 -> 2.16.2
2016-03-20 01:22:13 +01:00
Peter Hoeg
c6a717d212
dynamic-colors: 2013-12-28 -> 0.2.1
2016-03-19 23:45:28 +00:00
zimbatm
a6c1481c66
foreman: init at 0.78.0
2016-03-19 22:47:52 +00:00
zimbatm
d9e60e4d43
htop: merge both implementations
...
htop 2.0+ is now cross-platform
2016-03-19 22:20:20 +00:00
lukasepple
1dbf51416a
torbrowser: 5.5.3 -> 5.5.4
2016-03-19 21:56:57 +01:00
Eelco Dolstra
455ec64d11
s3ql: 2.13 -> 2.17.1
2016-03-19 21:01:21 +01:00
Joachim Fasting
8dfb8d06f0
ipxe: fix gcc5 build
...
gcc5 enables additional warnings, causing the build to fail with
-Werror. The build could be fixed by specifically disabling errors
for `discarded-array-qualifiers` and `logical-not-parentheses` warnings,
but simply passing -Wno-error is more future proof.
See https://hydra.nixos.org/build/33274006/nixlog/1/raw
2016-03-19 19:52:47 +01:00
Lluís Batlle i Rossell
41c05b47a0
Updating ts to 0.7.6.
2016-03-19 12:23:54 +01:00
Eelco Dolstra
da390a48db
pngquant: 2.0.1 -> 2.6.0
...
Also remove meta.broken.
2016-03-18 22:13:57 +01:00
Moritz Ulrich
ea30f86814
btrbk: Init at 0.22.2
2016-03-18 14:53:19 +01:00
Peter Simons
ab450f8477
gnupg-2.1: add myself as maintainer plus minor cosmetic
2016-03-18 11:02:17 +01:00
Peter Simons
eadf39a16c
gnupg-2.1: drop unnecessary autoreconf hook from build
...
This change also prevents gnupg 2.1 from considering itself as an
unstable development version, which it is not.
2016-03-18 11:02:17 +01:00
Franz Pletz
57f4646fd1
Merge pull request #14002 from sheenobu/collectd_inherit
...
libcollectdclient: make client derive from collectd package
2016-03-18 10:44:00 +01:00
Tobias Geerinckx-Rice
fb6786de36
zpaq: 705 -> 706
...
Changes:
- Fixes handling of some corrupted archives.
- Conforms to new spec zpaq205.pdf.
- New man page.
- Add Makefile [and adapt Nix expression to use it].
2016-03-18 08:03:48 +01:00
Sheena Artrip
0bffa2f1a9
libcollectdclient: make client derive from collectd package
...
collectd: split version and name
libcollectdclient: make client derive from collectd package
2016-03-17 23:26:09 -04:00
Christoph Hrdinka
0f2011c76c
b2: delete in favor of backblaze-b2
2016-03-17 19:30:04 +01:00
Teo Klestrup Röijezon
ab29cfefab
haproxy: 1.5.14 -> 1.6.4
2016-03-17 16:04:03 +01:00
Domen Kožar
8e398a88a1
nixUnstable: point to latest 1.12pre
2016-03-17 13:03:36 +00:00
Robin Gloster
420bc33efa
Merge pull request #13984 from regnat/moreutils
...
moreutils : 0.57 -> 0.58
2016-03-17 12:19:28 +01:00
Emery Hemingway
174d5eac35
acoustidFingerprinter: fix taglib version check
2016-03-17 11:15:53 +01:00
Théophane Hufschmitt
93856f36a2
moreutils : 0.57 -> 0.58
2016-03-17 08:54:36 +01:00
Tobias Geerinckx-Rice
df0f4baec4
hddtemp: correct licence: gpl2 -> gpl2Plus
2016-03-16 21:10:20 +01:00
Ryan Artecona
5569b982f5
yamdi: change src url to sourceforge mirror
2016-03-16 12:39:47 -04:00
Ryan Artecona
9da0403527
yamdi: init at 1.9
2016-03-16 11:39:43 -04:00
Sander van der Burg
0f46200f26
disnixos: bump to version 0.4.1
2016-03-16 13:27:54 +00:00
Eelco Dolstra
a5247ee705
b2: Fix name attribute
2016-03-16 12:56:52 +01:00
Vladimír Čunát
c643ccaa8c
Merge #13950 : move ncurses utilities to $out
2016-03-16 08:39:37 +01:00
Sheena Artrip
0cae22a370
meta: Add sheenobu as maintainer for relevant packages.
...
freeradius: add sheenobu as maintainer
sipsak: add sheenobu as maintainer
2016-03-15 21:45:49 -04:00
joachifm
4369f06ab5
Merge pull request #13934 from jraygauthier/jrg/update_plantuml_from_8012_to_8037
...
plantuml: 8012 -> 8037
2016-03-16 00:20:09 +00:00
Eelco Dolstra
e2c426f719
b2: git-26.01.2016 -> 0.4.4
...
Also fix the dependency on Python.
2016-03-15 21:19:27 +01:00
Pascal Wittmann
0146e01e58
tmsu: 0.6.0 -> 0.6.1
2016-03-15 18:17:04 +01:00
Raymond Gauthier
5e9a344e62
plantuml: 8012 -> 8037
...
Updated to latest stable version.
2016-03-15 09:10:20 -04:00
Joachim Fasting
665e79324e
torbrowser: 5.5.2 -> 5.5.3
2016-03-15 02:34:53 +01:00
Tanner Doshier
ab1008014d
tarsnap: 1.0.36.1 -> 1.0.37
2016-03-14 17:56:48 -05:00
zimbatm
9504992e1d
Merge pull request #13897 from nbp/fix-ocaml-pkgs-platform
...
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-14 19:25:40 +00:00
Robin Gloster
ccbfe2dfd5
Merge pull request #13911 from DamienCassou/testing-vdirsyncer
...
Update vdirsyncer and add automated tests
2016-03-14 13:48:03 +01:00
Vladimír Čunát
1df2a6431f
xdg-utils: replace commands more precisely
...
Fix #13904 , close #13908 .
Previously many messages got clobbered. Now it should be better.
The solution is still relatively hacky, but I don't see how to improve
it without doing lots of work.
2016-03-14 11:00:05 +01:00
Damien Cassou
32dcc5a31b
vdirsyncer: 0.9.0 -> 0.9.2
...
Also activate the automated testing
2016-03-14 09:59:27 +01:00
Edward Tjörnhammar
e433a3015a
i2pd: 2.4.0 -> 2.5.1
2016-03-13 21:36:29 +01:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
zimbatm
099d7dc1b8
Merge pull request #13878 from DamienCassou/offlineimap-6.7.0
...
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 18:29:04 +00:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Damien Cassou
8c660e0301
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 08:44:53 +01:00
Joachim Fasting
6da91e9e4a
dnscrypt-wrapper: refactorings
...
- use fetchFromGitHub
- move build deps to nativeBuildInputs
- use https for meta.homepage
2016-03-12 19:06:57 +01:00
Joachim Fasting
5d2ed453b3
unrtf: move build deps to nativeBuildInputs
2016-03-12 19:06:56 +01:00
Joachim Fasting
249d28b08c
minisign: move build deps to nativeBuildInputs
2016-03-12 19:06:56 +01:00
Joachim Fasting
b3592d0b20
dnscrypt-proxy: refactorings
...
- move build deps to nativeBuildInputs
- use https urls
2016-03-12 18:53:28 +01:00
joachifm
ab2b2670c8
Merge pull request #13860 from romildo/new.uget
...
uget: init at 2.0.5
2016-03-12 14:21:25 +00:00
José Romildo Malaquias
607ea3ef76
uget: init at 2.0.5
2016-03-12 10:05:49 -03:00
Allan Espinosa
b80f823789
unrar: build on darwin
2016-03-11 19:15:02 -06:00
Cole Mickens
6e8db533ec
azure-cli: 0.9.15 -> 0.9.17
2016-03-11 16:00:20 -08:00
Graham Christensen
e079de30ad
nixpart: pykickstart, pyblock: upgrade to sha256
2016-03-11 15:54:55 -06:00
Thomas Tuegel
1fae9a36aa
ppp: fix evaluation error on Darwin
2016-03-11 09:12:39 -06:00
Eelco Dolstra
dd53c65dcc
Merge remote-tracking branch 'origin/gcc-5' into staging
...
Still some breakage but no blockers:
http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Thomas Tuegel
d2dc8cc47f
kde5.colord-kde: init at 0.5.0.20160224
2016-03-11 08:45:41 -06:00
Lluís Batlle i Rossell
e026b5c243
Adding rowhammer test.
2016-03-11 14:29:56 +01:00
joachifm
2afa81a402
Merge pull request #13451 from Baughn/acme
...
simp_le: Bump to b9d95e862536d1242e1ca6d7dac5691f32f11373
2016-03-11 12:59:09 +00:00
Svein Ove Aas
4b998c1f94
simp_le: 2016-01-09 -> 2016-02-06
2016-03-11 12:43:46 +00:00
Eelco Dolstra
1146f460d3
mtdutils: 1.5.1 -> 1.5.2
...
Fixes gcc 5 build failure.
2016-03-11 12:52:46 +01:00
Luca Bruno
370c318eb0
Merge pull request #13812 from obadz/go-upower-notify
...
add go-upower-notify
2016-03-11 12:34:11 +01:00
obadz
71ac0cd55e
yeshup: init at 5461a8f
2016-03-11 11:24:41 +00:00
Nikolay Amiantov
08893956fb
Merge pull request #13823 from abbradar/colord
...
colord color management daemon
2016-03-11 13:50:12 +03:00
Luca Bruno
dcfca100ec
Merge pull request #12525 from knupfer/ngx_brotli
...
add nginxModules.brotli
2016-03-11 11:05:21 +01:00
Peter Simons
9f578af689
gnupg-1compat: cosmetic changes for Emacs
2016-03-11 10:55:47 +01:00
Eelco Dolstra
b7fe9712dd
Merge pull request #13824 from aneeshusa/update-openssh-to-7.2p2
...
openssh: 7.2p1 -> 7.2p2 for OSA x11fwd.adv
2016-03-11 10:52:14 +01:00
Luca Bruno
91211f2601
Merge pull request #13826 from romildo/new.pygmentex
...
pygmentex: init at 0.8
2016-03-11 10:39:18 +01:00
Vladimír Čunát
6f9fe31b42
awstats: init at 7.4, including a simple service
2016-03-11 10:37:06 +01:00
Tobias Geerinckx-Rice
e834a7c05b
dropbear: 2015.71 -> 2016.72
...
Bugfix release:
- Validate X11 forwarding input. Could allow bypass of
authorized_keys command= restrictions.
2016-03-11 03:08:02 +01:00
José Romildo Malaquias
b6db54b064
pygmentex: init at 0.8
2016-03-10 22:09:23 -03:00
Aneesh Agrawal
2dd09b634e
openssh: update homepage link
...
Unfortunately, the site is not available over HTTPS.
2016-03-10 18:40:00 -05:00
Nikolay Amiantov
4ebc7f74f7
colord-kde: fix build
2016-03-11 02:31:47 +03:00
Aneesh Agrawal
e5ca25eb7a
openssh: 7.2p1 -> 7.2p2 for OSA x11fwd.adv
...
Fixes OpenSSH Security Advisory x11fwd.adv, which is available at
http://www.openssh.com/txt/x11fwd.adv .
2016-03-10 18:01:33 -05:00
Nikolay Amiantov
cf9ddb27d6
colord: fix udev rules, add sane support
2016-03-11 01:58:40 +03:00
Nikolay Amiantov
776845bbeb
xiccd: init at 0.2.2
2016-03-11 01:26:56 +03:00
Nikolay Amiantov
e81c487ba2
argyllcms: 1.8.2 -> 1.8.3
2016-03-11 01:26:56 +03:00
Domen Kožar
83766949c1
speedtest-cli: 0.3.1 -> 0.3.4 (fix runtime)
2016-03-10 20:42:37 +00:00
Domen Kožar
4471f144df
Merge pull request #13810 from ts468/upstream.xpra
...
xpra: 0.14.19/0.15.3 -> 0.16.2
2016-03-10 12:35:04 +00:00
Thomas Strobel
83b15e2fc4
xpra: 0.14.19/0.15.3 -> 0.16.2
2016-03-10 12:06:55 +01:00
Domen Kožar
76f8ee2418
bareos: add rocksdb dependency
2016-03-10 09:44:26 +00:00
Vladimír Čunát
5782b5d3e8
gpgstats: fix build on 32-bit; LFS problems
2016-03-09 23:15:41 +01:00
joachifm
c6b42e8429
Merge pull request #13767 from cheecheeo/lastpass_update
...
lastpass-cli: 0.7.0 -> 0.9.0
2016-03-09 06:14:47 +00:00
Benjamin Staffin
d92bb56f74
Merge pull request #13769 from aneeshusa/openssh-decouple-gssapi-from-kerberos
...
openssh: decouple gssapi patch from kerberos
2016-03-08 15:58:36 -08:00
Aneesh Agrawal
ce74aac132
openssh: update GSSAPI patch to openssh 7.2
2016-03-08 16:11:56 -05:00
Aneesh Agrawal
9e86984fe0
openssh: decouple gssapi patch from kerberos
...
The GSSAPI patch is useful but maintained by Debian, not upstream, and
can be slow to update. To avoid breaking openssh_with_kerberos when
the openssh version is bumped but the GSSAPI patch has not been updated,
don't enable the GSSAPI patch implicitly but require it to be explicitly
enabled.
2016-03-08 15:14:25 -05:00
John Chee
e0b541acc7
lastpass-cli: 0.7.0 -> 0.9.0
2016-03-08 12:02:44 -08:00
Thomas Tuegel
da972b6cc4
ncurses: move runtime utilities to $out
...
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.
Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Thomas Tuegel
3ef7671cea
ncurses: combine $lib and $out outputs
...
The $lib output refers to the terminfo database in $out, which is about
10x larger than the ncurses shared library. Splitting these outputs
saves a small amount of space for any derivations that use the terminfo
database but not the ncurses library, but we do not have evidence that
any such exist.
2016-03-08 11:35:24 -06:00
Thomas Tuegel
394ffcb3e5
staruml: fix evaluation on closure-size
2016-03-08 11:34:52 -06:00
Christoph Hrdinka
39305795a7
Merge pull request #13756 from zimbatm/flvtool2-fix
...
flvtool2: fix installation
2016-03-08 15:25:55 +01:00
joachifm
5603159c4f
Merge pull request #13757 from wandernauta/diction
...
diction: init at 1.11
2016-03-08 11:23:57 +00:00
zimbatm
74c69387db
flvtool2: fix installation
...
The rubygems.org source doesn't exist anymore. It was also depending on ruby
1.8 to work correctly.
2016-03-08 10:55:39 +00:00
Wander Nauta
f70d678ec4
diction: init at 1.11
2016-03-08 11:53:39 +01:00
Sander van der Burg
e91b9bede0
runLatex: always include basic texlive stuff (thanks to vcunat)
2016-03-08 10:48:42 +00:00
Vladimír Čunát
2cbe6bb3f0
nix: split man output from doc
2016-03-08 09:59:31 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Tobias Geerinckx-Rice
04573b82bc
sshuttle: 0.76 -> 0.77.2
2016-03-08 03:09:41 +01:00
joachifm
453686a24a
Merge pull request #13705 from aneeshusa/use-bin-instead-of-sbin-for-openssh
...
openssh: use bin instead of sbin folder
2016-03-07 12:03:37 +00:00
joachifm
884627a6ef
Merge pull request #13720 from aneeshusa/allow-compiling-openssh-without-linking-openssl
...
openssh: allow building without linking openssl
2016-03-07 11:55:36 +00:00
Aneesh Agrawal
14201da332
openssh: allow building without linking openssl
...
http://undeadly.org/cgi?action=article&sid=20140430045723 has the
original announcement of this option. Note, openssl headers are still
required at build time, see this comment:
http://www.gossamer-threads.com/lists/openssh/dev/61125#61125
2016-03-06 16:36:55 -05:00
Robert Helgesson
9206abe642
mimeo: init at 2016.2
2016-03-06 20:44:09 +01:00
joachifm
78bfda9cd6
Merge pull request #13446 from k0ral/sshfs
...
sshfsFuse: 2.5 -> 2.7
2016-03-06 17:52:45 +00:00
koral
dc170b713d
sshfs: 2.6 -> 2.7
2016-03-06 18:40:26 +01:00
koral
0d45943167
sshfsFuse: 2.5 -> 2.6
2016-03-06 16:26:42 +01:00
joachifm
3dafc85f25
Merge pull request #13711 from mbakke/unbound-1.5.8
...
unbound: 1.5.7 -> 1.5.8
2016-03-06 15:06:15 +00:00
joachifm
b006bbb079
Merge pull request #13704 from Adjective-Object/fix/xdo-0.5
...
xdo: from 0.3 -> 0.5
2016-03-06 14:07:55 +00:00
Maxwell
65dd28c569
xdo from 0.3 -> 0.5
...
This incorporates a number of bugfixes, as well as adding the
`below` and `above` actions
Also moved package from fetchurl to fetchFromGitHub
2016-03-06 08:45:23 -05:00
Marius Bakke
7135553cf1
unbound: drop sbin directory
2016-03-06 12:50:41 +00:00
Marius Bakke
14e6b7aeb9
unbound: 1.5.7 -> 1.5.8
2016-03-06 12:11:40 +00:00
Vladimír Čunát
a458a9f78f
curl: use an official download link
...
It works now that we have e6f61b4cf3
.
2016-03-06 11:12:23 +01:00
Tuomas Tynkkynen
ad47355786
Merge remote-tracking branch 'upstream/master' into staging
2016-03-06 11:48:57 +02:00
Aneesh Agrawal
bb39304ce6
openssh: use bin instead of sbin folder
...
References #11939 .
2016-03-05 23:56:32 -05:00
Tobias Geerinckx-Rice
b747253700
borgbackup: 0.30.0 -> 1.0.0
...
Major upgrade, be sure to read the release notes:
https://github.com/borgbackup/borg/blob/1.0.0/docs/changes.rst
2016-03-06 01:09:12 +01:00
Tobias Geerinckx-Rice
225edbd9b5
ms-sys: 2.5.2 -> 2.5.3
2016-03-06 01:09:12 +01:00
Mathieu Boespflug
73878e1c10
keyfuzz: init at 0.2.
2016-03-05 19:41:33 +01:00
Nikolay Amiantov
9e9a2f1096
unrar: 5.3.9 -> 5.3.11
...
Also build shared library.
2016-03-05 09:34:33 +03:00
Robin Gloster
e2372a4183
ceph: fix for zip timestamps
2016-03-04 14:15:59 +00:00
Emery
d07d94b97c
amtterm: initial package at 1.4
...
https://www.kraxel.org/cgit/amtterm/
2016-03-04 14:47:47 +01:00
joachifm
2bf5629618
Merge pull request #10139 from mstrm/clamav
...
clamav: Use freshclam.conf defined by clamav-updater module if enabled
2016-03-04 11:59:49 +00:00
Nikolay Amiantov
2a7f56bc8f
virtualgl: 2.4.1 -> 2.5
2016-03-04 14:46:45 +03:00
Martin Sturm
507ad9a4f9
clamav: Use freshclam.conf defined by clamav-updater module if enabled
2016-03-04 02:26:44 +01:00
joachifm
4bea06636a
Merge pull request #13636 from mpscholten/undmg2
...
undmg: init at 1.0.0
2016-03-03 23:55:31 +00:00
Arseniy Seroka
a40322613e
Merge pull request #13564 from valeriangalliat/nix-prefetch-scripts/explicit-nix-dependency
...
nix-prefetch-scripts: explicitly depend on Nix
2016-03-03 23:39:50 +03:00
zimbatm
5f4417e0cf
pythonPackages.acme_0_1: init at 0.1.0
...
`acme_0_1` is introduced because `simp_le` strictly depends on version 0.1.0
of the library (which is now at 0.4.0).
2016-03-03 18:47:02 +00:00
Marc Scholten
8b5b57fb96
undmg: init at 1.0.2
2016-03-03 18:08:48 +01:00
joachifm
950424f9fd
Merge pull request #13638 from romildo/update.xsettingsd
...
xsettingsd: 0.0.1 -> git-2015-06-14
2016-03-03 15:16:06 +00:00
José Romildo Malaquias
6cf907ba09
xsettingsd: 0.0.1 -> git-2015-06-14
2016-03-03 11:58:55 -03:00
joachifm
1b1379a68d
Merge pull request #13531 from magnetophon/connman-dmenu-master
...
connman-dmenu: init at git-29-9-2015
2016-03-03 13:07:44 +00:00
Nikolay Amiantov
f442830c55
libreswan: specify that we don't support parallel building
2016-03-02 18:56:32 +03:00
Nikolay Amiantov
23dd97ee88
Merge commit 'refs/pull/13412/head' of git://github.com/NixOS/nixpkgs
2016-03-02 18:56:24 +03:00
Marius Bakke
c5f177cb5d
dnscrypt-proxy: 1.6.0 -> 1.6.1
2016-03-02 15:12:06 +00:00
Alex Franchuk
69d8cb4a6b
libreswan: add package and service to nixos
2016-03-02 09:44:30 -05:00
Eelco Dolstra
cc71804ab0
openssh: Fix build
2016-03-01 22:25:17 +01:00
Aneesh Agrawal
7f8d50b443
openssh: 7.1p2 -> 7.2p1
2016-03-01 22:25:16 +01:00
Eelco Dolstra
e9b408936c
findutils: Disable tests on Darwin
...
The strftime test fails with:
NZST-12NZDT,M9.5.0,M4.1.0/3: expected "1970-01-01 13:00:00 +1300 (NZDT)", got "1970-01-01 12:00:00 +1200 (NZST)"
The source in fact marks this test as "ahistorical", so the result on
Darwin might not be incorrect.
http://hydra.nixos.org/build/32578562/nixlog/1/raw
2016-03-01 16:14:58 +01:00
joachifm
d917b4975c
Merge pull request #13478 from sheenobu/clamav
...
clamav: 0.98.7 -> 0.99
2016-03-01 03:44:23 +00:00
Valérian Galliat
269d0864b5
nix-prefetch-scripts: explicitly depend on Nix
...
Otherwise, a call to, for example, nix-prefetch-git, in a nix-shell --pure or
nix-build phase would result in an error such as:
Switched to a new branch 'fetchgit'
removing `.git'...
/nix/store/7qvjji7kbd033nsyxlpiiiam61a44yz9-nix-prefetch-git/bin/.nix-prefetch-git-wrapped: line 374: nix-hash: command not found
2016-02-29 18:38:59 -05:00
Pascal Wittmann
5a0dbaabad
parallel: 20160122 -> 20160222
2016-02-29 23:35:32 +01:00
Pascal Wittmann
5ba31560d5
pdf2djvu: 0.9.3 -> 0.9.4
2016-02-29 23:35:32 +01:00
zimbatm
4704b81e8a
Merge pull request #13467 from zimbatm/letsencrypt-0.4.0
...
letsencrypt: 0.1.0 -> 0.4.0
2016-02-29 11:02:43 +00:00
Eelco Dolstra
843373ef8c
Merge remote-tracking branch 'origin/patchelf-0.9' into staging
2016-02-29 11:36:31 +01:00
Ozan Sener
3a6b06f1be
wring: init at 1.0.0
2016-02-28 18:05:56 +02:00
Thomas Tuegel
ab746ec902
ibus: consolidate wrappers
2016-02-28 09:30:09 -06:00
Thomas Tuegel
41204574be
ibus-m17n: use Python 3
2016-02-28 07:12:55 -06:00
Thomas Tuegel
3a8a887cfd
ibus-with-plugins: replace ibus wrappers
2016-02-28 07:12:55 -06:00
Thomas Tuegel
4e2fe6e579
m17n-db: fix path to charmaps
2016-02-28 07:11:10 -06:00
zimbatm
69ce5cb656
use the sourceforge mirrors everywhere
...
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Eelco Dolstra
abd3c246a4
netpbm: Disable parallel building
...
Looks like the "partlist" file is constructed in an unsound way.
http://hydra.nixos.org/build/32430147
2016-02-28 12:59:17 +01:00
Franz Pletz
b871649530
quicktun: init at 2.2.4
2016-02-28 12:23:12 +01:00
Domen Kožar
67b9053d29
Merge pull request #13530 from danielfullmer/zerotier-fix
...
zerotierone: hardcoded path fix
2016-02-28 10:20:04 +00:00
Bart Brouns
8fa1fb4920
connman-dmenu: init at git-29-9-2015
...
fix indentation
2016-02-28 05:18:35 +01:00
Daniel Fullmer
110dfca988
zerotierone: hardcoded path fix
...
New code in zerotier broke the previous substitution where we refer to
the correct path for "ip".
2016-02-27 22:13:41 -05:00
rnhmjoj
838379f117
bdf2psf: 1.134 -> 1.137
2016-02-28 02:56:22 +01:00
zimbatm
6a518e51dd
Merge pull request #13475 from rimmington/collectd-no-mysql
...
collectd: allow mysql to be null
2016-02-27 22:24:57 +00:00
Eelco Dolstra
015c7afffa
findutils: 4.4.2 -> 4.6.0
...
The first findutils update in six years! Changes:
https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00014.html
2016-02-27 23:18:50 +01:00
Arseniy Seroka
824a1fb5b9
Merge pull request #13496 from zimbatm/no-dots-at-end-of-description
...
Remove all dots at end of descriptions
2016-02-27 21:34:06 +03:00
Franz Pletz
0a9076b5f8
socat: 2.0.0-b8 -> 2.0.0-b9 (CVE-2016-2217)
...
https://lwn.net/Vulnerabilities/674840/
http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
Franz Pletz
88d1564985
socat: 1.7.3.0 -> 1.7.3.1 (CVE-2016-2217)
...
https://lwn.net/Vulnerabilities/674840/
http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Franz Pletz
158ff99ae4
chrony: 2.2 -> 2.3
2016-02-27 18:00:07 +01:00
Christoph Hrdinka
0c0312d342
Merge pull request #13048 from bendlas/update-i2p
...
i2p: 0.9.23 -> 0.9.24
2016-02-27 17:49:20 +01:00
Arseniy Seroka
3030dec0d7
yandex-disk: 0.1.5.940 -> 0.1.5.948
2016-02-27 18:39:42 +03:00
Franz Pletz
c691b6a858
ntp: 4.2.8p4 -> 4.2.8p6 (multiple CVEs)
...
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
2016-02-27 16:34:02 +01:00
Sheena Artrip
b6a8348a4b
clamav: 0.98.7 -> 0.99
2016-02-27 06:59:06 -05:00
Rhys
ac94a5d86c
collectd: allow mysql to be null
2016-02-27 12:02:44 +11:00
Thomas Tuegel
272cf5c44f
Merge branch 'ibus'
2016-02-26 18:10:11 -06:00
Thomas Tuegel
cb10990fdc
ibus-anthy: upgrade to Python 3
2016-02-26 18:08:48 -06:00
Thomas Tuegel
f7f965baaa
ibus-hangul: download release from GitHub
2016-02-26 18:08:48 -06:00
Thomas Tuegel
6c85f72a91
ibus-table: 1.9.6 -> 1.9.11
2016-02-26 18:08:48 -06:00
Thomas Tuegel
f058f1c1d3
ibus-with-plugins: rewrite wrapper
2016-02-26 18:08:48 -06:00
Thomas Tuegel
10e3664c97
ibus: 1.5.11 -> 1.5.13
2016-02-26 18:08:48 -06:00
zimbatm
2f38c1be69
Merge pull request #11142 from cresh/darwin-sshpass
...
sshpass: Enable on OS X.
2016-02-27 00:00:01 +00:00
Arseniy Seroka
766ad682f1
Merge pull request #13471 from Profpatsch/networkmanager-link-local
...
networkmanager: fix link-local ip addresses
2016-02-27 02:55:31 +03:00
zimbatm
1f00c52880
Merge pull request #11210 from mitchty/munge-on-osx
...
Munge is buildable/usable on OS X/most unices
2016-02-26 23:10:53 +00:00
zimbatm
35ab3d301f
Merge remote-tracking branch 'upstream/staging'
2016-02-26 22:37:04 +00:00
Tobias Geerinckx-Rice
c3ed0a2494
btrfs-progs: 4.4 -> 4.4.1
...
Bugfix release. Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-02-26 23:23:01 +01:00
Graham Christensen
483a130f89
cpio: patch CVE-2016-2037, out of bounds write ( close #13489 )
2016-02-26 22:46:13 +01:00
Benjamin Staffin
8104b8ff1d
letsencrypt: 0.1.0 -> 0.4.0
...
Closes #12123
2016-02-26 18:03:07 +00:00
Domen Kožar
fe9f5dbbbc
Merge pull request #6600 from 4z3/tlsdate
...
tlsdate doesn't build on x86_64-darwin
2016-02-26 10:59:00 +00:00
Profpatsch
70c02402c8
networkmanager: fix link-local ip addresses
...
NetworkManager needs an additional avahi-user to use link-local
IPv4 (and probably IPv6) addresses. avahi-autoipd also needs to be
patched to the right path.
2016-02-26 03:28:56 +01:00
zimbatm
853a213698
Merge pull request #13323 from rycee/ddclient/platform
...
ddclient: add meta.platforms
2016-02-26 00:02:06 +00:00
Tristan Helmich
3234ca49d1
gti: init at 2015-05-21 (edaac79)
2016-02-25 18:52:19 +01:00
Franz Pletz
c459ba8f85
ratools: init at 0.6.2
2016-02-25 16:56:48 +01:00
Franz Pletz
6a27fc57b7
radvd: 2.11 -> 2.12
2016-02-25 16:56:48 +01:00
Nikolay Amiantov
69932f905a
blueman: fix networking, settings
2016-02-25 18:43:21 +03:00
Tobias Geerinckx-Rice
d9f5e94bae
proot: 4.0.3 -> 5.1.0
...
New features
------------
* Processes under PRoot now appear with their real names, that is,
they are not renamed ld-linux.so or prooted-... anymore.
* Own ELF loader.
Fixes
-----
* Most bugs related to shebang support -- ie. #! at the beginning of
a program -- were fixed.
* It is now possible to use GDB against multi-threaded programs under
PRoot x86_64 and x86.
* It is possible to execute x86_64 programs from x86 programs again.
* It is possible to use x86 ptrace-based programs (strace, gdb, ...)
under PRoot x86_64 again.
* The loader is now built with the build-id linker option explicitly
disabled. This special section might interfere with loaded
programs.
* The loader can now load relocatable objects that have a predefined
base address.
2016-02-25 16:21:47 +01:00
Tobias Geerinckx-Rice
ebc9ba92d2
proot: generate and install manual page
2016-02-25 16:21:46 +01:00
Tobias Geerinckx-Rice
818263ce46
miniupnpd: 1.9.20160216 -> 1.9.20160222
...
- set IPv6 Hop limit to 10
- fix HOST: header of event notifications in IPv6
- be more compliant on 64bit machines : ui4 in [0;2^32-1]
2016-02-25 16:19:42 +01:00
Vladimír Čunát
93f6af1071
Merge branch 'master' into staging
2016-02-25 09:01:48 +01:00
Vladimír Čunát
30b7bd8d01
Merge branch 'glibc-2.22' into staging
...
I'm running whole my working notebook on 2.22 without any problems.
I don't expect any significant issues.
2016-02-25 08:42:59 +01:00
Jordan Mulcahey
a2b8cc0aaf
netatalk: 3.1.0 -> 3.1.7, new service module
2016-02-24 19:32:54 +01:00
Arseniy Seroka
e3aa635e68
Merge pull request #13419 from k0ral/nixos-unstable
...
aria2: 1.19.3 -> 1.20.0
2016-02-24 19:02:38 +03:00
koral
29809666cb
aria2: 1.19.3 -> 1.20.0
2016-02-24 12:56:15 +01:00
Thomas Tuegel
e559c3a72a
ibus-table-others: use mktemp for temporary directory
2016-02-23 19:16:29 -06:00
Franz Pletz
7c6dc101f2
Merge pull request #13391 from spacefrogg/gencfsm
...
gnome-encfs-manager: 1.8.15 -> 1.8.16
2016-02-23 18:47:21 +01:00
Frederik Rietdijk
40ca841c5c
Merge pull request #13124 from FRidh/buildPythonApplication
...
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Michael Raitza
c4ea54f6a1
gnome-encfs-manager: 1.8.15 -> 1.8.16
2016-02-23 14:38:48 +00:00
Arseniy Seroka
fbca8ede65
Merge pull request #13358 from aespinosa/dpic-preprocessor
...
dpic: init at 2016.01.12
2016-02-22 23:08:46 +03:00
Tobias Geerinckx-Rice
74acc3ad93
zstd: 0.5.0 -> 0.5.1
...
Changes:
- New: Optimal parsing => Very high compression modes, thanks to @inikep
- Changed: Dictionary builder integrated into libzstd and zstd cli
- Changed (!): zstd cli now uses "multiple input files" as default mode. See zstd -h.
- Fix: high compression modes for big-endian platforms (#123 )
- New: zstd cli : -t | --test command
2016-02-22 19:42:27 +01:00
Tobias Geerinckx-Rice
3675366f81
miniupnpd: 1.9.20160212 -> 1.9.20160216
...
Changes:
- minor changes to follow UDA 1.1 more closely.
- more argument checking in Soap methods.
Log: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2016-02-22 19:42:27 +01:00
Allan Espinosa
2dd51275eb
dpic: init at 2016.01.12
2016-02-22 07:42:53 -06:00
Arseniy Seroka
cd235722d3
Merge pull request #13361 from puffnfresh/package/playerctl
...
playerctl: init at 0.4.2
2016-02-22 13:47:48 +03:00
Eelco Dolstra
389d04cbe7
curl: 7.47.0 -> 7.47.1
2016-02-22 11:41:34 +01:00
Pascal Wittmann
f1a65b3443
Merge pull request #13241 from zimbatm/gist-4.5.0
...
gist: 4.4.2 -> 4.5.0
2016-02-22 09:16:07 +01:00
Brian McKenna
4ec4666762
playerctl: init at 0.4.2
2016-02-22 18:09:56 +11:00