Kamil Chmielewski
dfe1064b4e
asciinema: top level pkgs extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
81f3092e11
Reusing go libs in deis build
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
5c2628a704
When using common deps include only specified packages, not all set
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
bfa32800c3
First programs extracted from go-packages: deis and gawp
2016-06-09 11:21:30 +02:00
Jinjing Wang
4bc528ce28
shadowsocks-libev: 2.4.6 -> 2.4.7
2016-06-09 09:51:07 +08:00
Matthew Bauer
2b7b6047a5
exif: use libintl on darwin
...
fixes #16034
2016-06-08 20:11:03 -05:00
Benno Fünfstück
ba09675232
zap: update 2.4.3 -> 2.5.0
2016-06-08 20:21:39 +02:00
obadz
ab70ae2edf
Merge pull request #15647 from layus/auctex
...
ktikz: init at 0.10
2016-06-08 17:17:50 +01:00
zimbatm
d220132f22
httpie: 0.9.2 -> 0.9.3 ( #16067 )
2016-06-08 16:38:08 +01:00
Joachim Fasting
8fc6ca75a9
torbrowser: 6.0 -> 6.0.1
2016-06-08 16:51:53 +02:00
Damien Cassou
1048d3ddd3
Merge pull request #16058 from DamienCassou/offlineimap-6.7.0.1
...
offlineimap: 6.7.0 -> 6.7.0.1
2016-06-08 06:34:53 +02:00
Damien Cassou
2ba759b1e2
offlineimap: 6.7.0 -> 6.7.0.1
2016-06-08 06:22:16 +02:00
Robert Helgesson
584020f181
cloc: 1.66 -> 1.68
2016-06-07 20:58:18 +02:00
obadz
ca067ff248
xgeometry-select: remove license field. license is unknown.
2016-06-07 17:56:01 +01:00
obadz
d39d085adf
xgeometry-select: init at 7e7361e
2016-06-07 14:44:55 +01:00
Joachim Fasting
700ced7d3c
Merge pull request #15870 from sirn/tmuxinator-081
...
tmuxinator: 0.6.9 -> 0.8.1
2016-06-07 14:45:07 +02:00
Joachim Fasting
38ba568634
Merge pull request #16019 from cleverca22/master
...
toxvpn: update versions and allow systemd to be optional
2016-06-06 23:41:33 +02:00
Tobias Geerinckx-Rice
86f9ead288
exfat: 1.2.3 -> 1.2.4
2016-06-06 22:40:43 +02:00
Tobias Geerinckx-Rice
b04e2fab7c
bruteforce-luks: 1.2.0 -> 1.2.1
2016-06-06 21:58:19 +02:00
Tobias Geerinckx-Rice
2b0f12c073
debian-devscripts: 2.16.4 -> 2.16.5
2016-06-06 21:58:19 +02:00
FlorentBecker
d7de8bc6e9
patoline: remove (source is unavailable) ( #15918 )
2016-06-06 10:49:00 +02:00
Luca Bruno
5428a295e6
Merge pull request #15999 from womfoo/duc
...
duc: 1.3.3 -> 1.4.1
2016-06-06 10:18:31 +02:00
michael bishop
e8108e0d22
toxvpn: update versions and allow systemd to be optional
2016-06-06 05:00:15 -03:00
Guillaume Maudoux
f3a753829d
auctex: enable preview
2016-06-05 18:45:09 +02:00
koral
92471cbc8f
rmlint: 2.4.2 -> 2.4.4
2016-06-05 17:33:29 +02:00
koral
179f5e9500
moreutils: 0.58 -> 0.59
2016-06-05 17:14:38 +02:00
Kranium Gikos Mendoza
5016ad645f
duc: 1.3.3 -> 1.4.1
2016-06-05 22:00:22 +08:00
aszlig
53bf7e1907
pcsclite: 1.8.16 -> 1.8.17
...
Upstream changes:
- Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE
connection
- Fix an issue when used with systemd (problem in signal handler)
- SCardGetAttrib(): set pcbAttrLen when buffer is too small
- Doxygen: SCardGetAttrib() pbAttr can be NULL
- Doxygen: SCardGetAttrib() *pcbAttrLen contains the buffer size
- fix compilation warnings and link errors on SunOS
- Some other minor improvements
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:40:34 +02:00
aszlig
bc877d8bfc
pcsclite: Explicitly set ipcdir
...
Some libraries using PCSC-Lite still tend to refer to /var/run/pcscd
instead of /run/pcscd, so let's make sure this won't happen.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:38:57 +02:00
aszlig
fa559de8af
pcsc-cyberjack: Init at 3.99.5_SP09
...
It's a driver module for PCSC-Lite, which allows to use the USB readers
from REINER SCT, a reader that is very commonly used in Germany for
online banking and for reading/writing data from/to the national
identity card.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig
70246d7cfa
pcsclite: Introduce PCSCLITE_HP_DROPDIR env var
...
This allows to override the directory where PCSC-Lite searches for USB
drivers at runtime and should make our NixOS module much more clean so
that we don't need to imperatively stitch together plugin directories
anymore.
I'm using a GNU extension for the ternary operator to avoid computing
getenv("PCSCLITE_HP_DROPDIR") twice:
https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:38:57 +02:00
Joachim Fasting
4178dbc42c
Merge pull request #15842 from romildo/upd.aria2
...
aria2: 1.22.0 -> 1.23.0, uget: 2.0.5 -> 2.0.8
2016-06-03 18:30:43 +02:00
Georges Dubus
a942635724
Merge pull request #15944 from 0w0/openfortivpn_1.0.1_to_1.1.4
...
openfortivpn: 1.0.1 -> 1.1.4
2016-06-03 16:58:28 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Matthias Beyer
871c4d78e8
diffstat: 1.60 -> 1.61
2016-06-03 16:04:41 +02:00
Matthias Beyer
97e64c3cf5
discount: 2.1.6 -> 2.2.0
2016-06-03 16:04:41 +02:00
Matthias Beyer
5ba49a427b
signing-party: 2.1 -> 2.2
2016-06-03 15:59:50 +02:00
Joachim Fasting
47b1c5368e
Merge pull request #15868 from mbakke/less-483
...
less: 481 -> 483
2016-06-03 15:50:21 +02:00
Joachim Fasting
c3a522c054
Merge pull request #15950 from cleverca22/master
...
runit: fix closure size
2016-06-03 15:45:20 +02:00
Joachim Fasting
07933ad15f
tcpcrypt: 0.3-rc1 -> 0.4, refactoring
...
- Use `fetchFromGitHub`
- Cleanup build inputs
- meta cleanups
- Strip binaries
- Multiple outputs
2016-06-03 15:43:12 +02:00
michael bishop
85b87796ae
runit: fix closure size
2016-06-03 06:46:54 -03:00
0w0
a26f113611
openfortivpn: 1.0.1 -> 1.1.4
2016-06-03 14:19:52 +08:00
Gabriel Ebner
0e16c80f81
Merge pull request #15915 from ericsagnes/pkg-update/fcitx
...
fcitx: 4.2.9 -> 4.2.9.1, fix build
2016-06-02 20:53:09 +02:00
Bjørn Forsman
fbde3a7452
sam-ba: init at 2.16
...
Programming tools for Atmel SAM3/7/9 ARM-based microcontrollers.
(I've only runtime tested the 64-bit binary, not the 32-bit one.)
2016-06-02 12:44:35 +02:00
Eric Sagnes
098c58cac8
fcitx: 4.2.9 -> 4.2.9.1, fix build
2016-06-02 11:01:56 +09:00
Joachim Fasting
c82b6c6116
pstoedit: 3.62 -> 3.70
...
Note that kde4.calligra, the only reverse dependency, fails to build,
but I have confirmed that it fails also with the previous pstoedit
version so the failure appears unrelated (nor does the error really
indicate that pstoedit is at fault ...).
Also
- Change meta.homepage; the original domain didn't work properly for me
- Split dev output; may want to split out bin/lib as well, for some
decent saving
- Build with imagemagick for a slight size increase
2016-06-02 00:22:07 +02:00
mingchuan
f2b5694abc
pstoedit: depend on libwebp to fix linker failure
...
This fixes the linker failure saying "cannot find -lwebp"
Closes #15888
2016-06-02 00:21:16 +02:00
José Romildo Malaquias
4c730e3e82
uget: 2.0.5 -> 2.0.8
2016-06-01 08:26:40 -03:00
Joachim Fasting
961164a8a7
torbrowser: explicitly set paths to torrc-defaults and tor
...
This patch fixes an issue introduced by b897f825942b63ab790cad9ed66c8a79cbb3fc2d
where the bundled tor fails to run.
The error message claims that it cannot communicate with tor, but what actually
happens is that tor never runs at all, because it is invoked with a non-existent
rc file. Specifying an absolute path to the torrc-defaults file fixes the
problem. For good measure, we specify an absolute path to the tor executable
itself as well; we want as little autodetection logic as possible.
Note that users of torbrowser *must* remove the existing `~/.torbrowser4` folder
for this to take effect, otherwise torbrowser will continue to use extension
data from the previous release (this is why some existing users were able to
successfully use the new torbrowser version, see
https://github.com/NixOS/nixpkgs/pull/15854 ).
2016-05-31 23:37:20 +02:00
Marius Bakke
1ce9da0aa9
less: support --with-secure
2016-05-31 21:02:45 +01:00
Franz Pletz
498ff955ec
sslscan: 1.11.0 -> 1.11.5
2016-05-31 20:10:26 +02:00
Franz Pletz
6ee74b5593
whois: 5.2.11 -> 5.2.12
2016-05-31 20:10:26 +02:00
Franz Pletz
90e8e00097
screen-message: 0.23 -> 0.24
2016-05-31 20:10:26 +02:00
Kridsada Thanabulpong
7d9795a0f2
tmuxinator: 0.6.9 -> 0.8.1
2016-06-01 00:36:04 +07:00
Matthias Beyer
473e5a4251
less: 481 -> 483
2016-05-31 17:34:26 +01:00
Eelco Dolstra
a00e564e04
gummiboot: Remove
2016-05-31 17:02:56 +02:00
Robin Gloster
3ecd527af0
Merge pull request #15861 from romildo/new.runningx
...
runningx: init at 1.0
2016-05-31 16:55:42 +02:00
Robin Gloster
2e4cab183b
Merge pull request #15839 from zimbatm/httrack-3.48.22
...
httrack: 3.48.21 -> 3.48.22
2016-05-31 16:29:04 +02:00
Tristan Helmich
cf0c9091c4
graylog: 2.0.1 -> 2.0.2 ( #15836 )
2016-05-31 16:13:10 +02:00
Mayeu - Cast
4e20fa47e0
torbrowser: 5.5.5 -> 6.0 ( #15854 )
2016-05-31 15:12:19 +02:00
José Romildo Malaquias
93a371ede7
runningx: init at 1.0
2016-05-31 09:55:55 -03:00
Frederik Rietdijk
cf32f82b8d
Merge pull request #15764 from FRidh/wxpythoncleanup
...
Python: wxPython cleanup
2016-05-31 10:47:22 +02:00
Bjørn Forsman
65ccda5b96
zbar: fix camera support (enables 'zbarcam' tool)
...
Add Debian patches (with fetchpatch) to make things work. Among other
things, the patches port the application from V4L to V4L2.
This increases the closure size from 729 MiB to 730 MiB.
2016-05-31 09:31:41 +02:00
José Romildo Malaquias
b767e99923
aria2: 1.22.0 -> 1.23.0
2016-05-30 17:56:26 -03:00
zimbatm
0571c2e95e
httrack: 3.48.21 -> 3.48.22
2016-05-30 21:08:42 +01:00
Peter Simons
9cc9c0694e
Merge pull request #15792 from mbakke/duplicity
...
duplicity: 0.7.06 -> 0.7.07.1
2016-05-30 18:40:53 +02:00
Marius Bakke
8f7b525fc2
stow: 2.2.0 -> 2.2.2
2016-05-30 18:03:46 +02:00
obadz
0c9e904943
toxvpn: restartIfChanged = false & minor cleanups
2016-05-30 14:23:52 +01:00
Michael Raskin
f345d01974
graphviz_2_0: dependency reasons now make libwebp needed
2016-05-30 12:13:34 +02:00
Bjørn Forsman
972c438c03
mscgen: add 'libwebp' to unbreak build
...
Fixes broken build since commit 7d580b8339
("gd: 2.1.1 -> 2.2.1"):
$ nix-build -A mscgen
[...]
gcc -g -O2 -o mscgen mscgen-adraw.o mscgen-cmdparse.o mscgen-main.o
mscgen-svg_out.o mscgen-language.o mscgen-msc.o mscgen-ps_out.o
mscgen-utf8.o mscgen-gd_out.o mscgen-safe.o mscgen-lexer.o
mscgen-null_out.o mscgen-usage.o -lm -lgd -lm
-L/nix/store/HASH-zlib-1.2.8/lib -lz
-L/nix/store/HASH-libpng-apng-1.6.21/lib
-lpng16 -L/nix/store/HASH-freetype-2.6.2/lib
-lfreetype
-L/nix/store/HASH-fontconfig-2.11.1-lib/lib
-L/nix/store/HASH-freetype-2.6.2/lib
-lfontconfig -lfreetype -ljpeg -lwebp -lgd -lm
/nix/store/HASH-binutils-2.26/bin/ld: cannot find -lwebp
collect2: error: ld returned 1 exit status
2016-05-30 10:10:21 +02:00
obadz
d18ba0f50d
toxvpn: init at 20151111
...
(Authored by @cleverca22)
2016-05-30 00:21:22 +01:00
Matt McHenry
7fe0c342a3
bins: init at 1.1.29
2016-05-29 21:48:28 +02:00
Joachim Fasting
73e0c95288
Merge pull request #15778 from joachifm/bup-refactor
...
bup: refactorings
2016-05-28 23:03:46 +02:00
Jude Taylor
b950dd4c4f
add fondu-060102
2016-05-28 13:51:50 -07:00
Marius Bakke
80ab61219b
duplicity: 0.7.06 -> 0.7.07.1
2016-05-28 19:54:47 +01:00
Redvers Davies
0af8c1f8b8
mt-st: init at 1.3
...
Closes #15787
2016-05-28 19:33:14 +02:00
Frederik Rietdijk
5b0a045d07
Merge pull request #15769 from redvers/mtx
...
mtx: init at 1.3.12
2016-05-28 16:47:36 +02:00
Redvers Davies
2745b5a652
mtx: init at 1.3.12
2016-05-28 10:43:03 -04:00
Joachim Fasting
5e1bea1ec2
bup: refactorings
...
- Use `fetchFromGitHub`
- Apply patches standard patch phase
- Use `pythonPackages`
- Use `stdenv.is{Darwin,Linux}`
- meta fixups
- Enable support for the web front-end
2016-05-28 15:32:49 +02:00
Frederik Rietdijk
373455e237
Merge pull request #15613 from womfoo/facter
...
facter: 3.1.5 -> 3.1.6 (add ruby support) and dependency leatherman: 0.4.2 -> 0.7.0
2016-05-28 15:29:31 +02:00
Matthias Beyer
f48c8ddf0b
http-prompt: init at 0.2.0
...
Closes #15563
2016-05-28 14:04:20 +02:00
Tuomas Tynkkynen
7eb99329ae
Merge pull request #15716 from peterhoeg/linkchecker
...
linkchecker: init at 9.3
2016-05-28 05:46:53 +03:00
Florent Becker
d7749f27f3
bup: add ${git} to the $PATH of the wrapper
...
Otherwise, bup tries to run git from the user's PATH, which may or may not
exist.
Closes #15691
2016-05-28 02:08:41 +02:00
Joachim Fasting
d140dee39a
Merge pull request #15734 from wrb/master
...
youtube-dl: 2016.04.19 -> 2016.05.21.2
2016-05-27 19:30:57 +02:00
Vladimír Čunát
e4832c7541
Merge branch 'staging'
...
Includes a security update of libxml2.
2016-05-27 15:58:40 +02:00
Peter Hoeg
5404595b55
tmux module: set TMUX_TMPDIR via environment instead of wrapper
2016-05-27 17:29:19 +08:00
Peter Hoeg
c1ffbd8ee8
linkchecker: init at 9.3
...
A few changes from upstream:
1) the executable is patched to support a --no-robots flag to ignore
robots.txto
2) the GUI doesn't work (for now), so this is CLI only
2016-05-27 15:07:05 +08:00
wrb
c27eec296a
youtube-dl: 2016.04.19 -> 2016.05.21.2
2016-05-26 23:33:33 +02:00
Franz Pletz
4962f52b88
openvpn: --enable-password-save was removed
2016-05-26 19:17:39 +02:00
Franz Pletz
bf12560053
openvpn: Fix build for systemd 230
2016-05-26 19:16:45 +02:00
Frederik Rietdijk
63b7323402
Remove bittornado
...
Package is broken. Won't work with wxPython30, and wheel produced with
buildPythonPackage cannot be installed either.
2016-05-26 18:51:25 +02:00
Vladimír Čunát
81039713fa
Merge branch 'master' into staging
...
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Chris Jefferson
ac2625e3b1
p7zip: Fix darwin build
2016-05-26 09:59:55 +01:00
Frederik Rietdijk
67c97abe62
Merge pull request #15701 from DamienCassou/vdirsyncer-0.11
...
vdirsyncer: 0.10.0 -> 0.11.0
2016-05-26 10:13:13 +02:00
Damien Cassou
005e2148c3
vdirsyncer: 0.10.0 -> 0.11.0
2016-05-26 09:44:53 +02:00
Robert Helgesson
17e7596a07
multitail: mark as supporting unix
platforms
2016-05-25 22:46:14 +02:00
Michael Raskin
a19a10c6ac
mailsend: 1.18 -> 1.19
2016-05-25 16:01:18 +02:00
Michael Raskin
cfdf0d5a79
freeipmi: 1.5.1 -> 1.5.2
2016-05-25 16:00:57 +02:00
Tobias Geerinckx-Rice
5e6175ae91
s3backer: 1.3.1 -> 1.4.2; maintain
2016-05-25 02:06:47 +02:00
Arseniy Seroka
f010ce65ec
Merge pull request #15649 from rycee/bump/dtach
...
dtach: 0.8 -> 0.9
2016-05-24 22:06:13 +03:00