Christian Kauhaus
0c0f068f35
cron: fix crontab(5) and cron job PATH
...
Switch off HAVE_SAVED_UIDS since it activates a code path for temporary
privilege dropping which does not work on NixOS.
Vixie-cron's sources ship with two implementations. Unfortunately, the
one activated by HAVE_SAVED_UIDS (using setuid()) does not work on
NixOS. Saved UIDs work only if the program which is using them has the
setuid bit set on its own executable, not if called from a setuid
wrapper (as we do it in NixOS). The other implementation (using
setreuid()) works without problems.
Quote from
<http://stackoverflow.com/questions/8499296/realuid-saved-uid-effective-uid-whats-going-on >:
If you're euid is root and you change the uid, the privileges gets
dropped permanently.If effective user id is not root then saved user
id is never touched and you can regain the root privilege back
anytime you want in your program.
Also extend the default PATH with NixOS-specific bin directories as
vixie-cron's default is not really usable on NixOS.
Re #16518
Closes #16522
2016-07-02 00:09:07 +02:00
artuuge
83fd63995a
cpp_ethereum: init at 1.2.9
...
jsoncpp: 1.6.5 -> 1.7.2
libjson_rpc_cpp: 0.2.1 -> 0.6.0
argtable: init at 3.0.1
libcpuid: init at 0.2.2
2016-07-01 19:14:00 +02:00
Alexey Shmalko
9ba48ecb38
alarm-clock-applet: init at 0.3.4
...
There were a couple of issue before the application run normally.
The first one is GConf error:
https://nixos.org/wiki/Solve_GConf_errors_when_running_GNOME_applications
The second one is absence of gst plugins:
https://github.com/NixOS/nixpkgs/issues/10559
2016-07-01 03:06:50 +03:00
Bjørn Forsman
c5b7a9ffeb
xpra: 0.17.3 -> 0.17.4 (important fixes)
2016-06-30 14:48:05 +02:00
Bjørn Forsman
6d48539fdb
xpra: fix some runtime issues
...
* Add missing modules (fixes warnings and errors).
* Step 1 to unbreak starting Xvfb by making xpra invoke it with
valid log dir ($HOME/.xpra). Without this fix, it is invoked with
~/.xpra, which Xvfb doesn't know how to interpret and uses it
literally (fail). Step 2 will be fixing an Xvfb permission issue:
"xf86OpenConsole: Cannot open virtual console 1 (Permission denied)".
* Use XPRA_INSTALL_PREFIX to make it find its icons.
2016-06-30 14:42:16 +02:00
Kranium Gikos Mendoza
ff06326d78
pick: init at 1.4.0
2016-06-30 20:01:43 +08:00
zimbatm
cbe5813e84
zerotierone: use compile from the stdenv
2016-06-30 12:28:50 +01:00
zimbatm
4932524080
zerotierone: build manpages
2016-06-30 11:12:20 +01:00
Daniel Fullmer
3f4f3c4005
zerotierone: 1.1.4 -> 1.1.6
2016-06-29 21:45:40 -04:00
Marc Scholten
479c08750a
maphosts: init at 1.1.1
2016-06-29 13:31:54 +02:00
Vladimír Čunát
3afa246038
Merge branch 'staging'
...
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Joachim Fasting
ec70f24ce4
Merge pull request #16572 from mimadrid/update/youtube_dl-2016.06.27
...
youtube-dl: 2016.06.19.1 -> 2016.06.27
2016-06-28 19:46:47 +02:00
Rahul Gopinath
d60a41053e
dvtm: allow user configuration
2016-06-28 10:01:57 -07:00
Bjørn Forsman
1f4853f7a9
system-config-printer: update hash to really upgrade to 1.5.7
...
Commit 03353ce6ff
("system-config-printer: 1.3.12 -> 1 5.7")
forgot to update the hash. So since that commit we actually continued to
use the old version (1.3.12) because of the NixOS tarball cache...
The new version prints some warnings on startup:
/nix/store/HASH-system-config-printer-1.5.7/share/system-config-printer/system-config-printer.py:32: \
PyGIWarning: Polkit was imported without specifying a version first. \
Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import Polkit
...and similar errors for GdkPixbuf, Gdk, Gtk and Notify. These warnings
are already fixed upstream and will be part of the next release.
Implementation details:
* The new version needs python3.
* Remove unneeded, and python3 incompatible, 'notify' dependency.
system-config-printer > 1.3.12 replaced it with GOBject introspection
bindings to libnotify (from gi.repository import Notify).
* Add gtk3, gdk_pixbuf, pango, atk, libnotify as needed (for gobject
introspection).
* A new --with-udevdir configure option is used to prevent the
installer from trying to install stuff to "/rules.d" (yes, the root).
* Get pycups from the passed pythonPackages set (fixes loading of
python cups module).
* Use pygobject3 instead of pygobject, as needed.
* Use dbus from the passed pythonPackages attrset instead of
pythonDBus, so we get a python3 compatible module that loads
successfully.
* Python requests2 modules is required.
2016-06-28 14:23:49 +02:00
Kranium Gikos Mendoza
59ee0c747a
nip2: 8.0 -> 8.3.0
2016-06-28 19:46:40 +08:00
Kranium Gikos Mendoza
db2fc7a503
vips: 8.2.2 -> 8.3.1
2016-06-28 19:46:30 +08:00
mimadrid
654b978fa3
youtube-dl: 2016.06.19.1 -> 2016.06.27
2016-06-28 13:10:43 +02:00
Vladimír Čunát
f4792cdc0c
make-bootstrap-tools*: fixup after #16406
...
Our coreutils now uses single-binary-build mode where, by default,
simple shebang scripts are used for all the binaries. That doesn't work
e.g. with the Linux unpacker which only handles standard binaries and
symlinks. Let's use the symlinked mode instead for boostrapping.
This does NOT change any stdenv hashes.
I only tested the case most important to me:
$ nix-build pkgs/top-level/release.nix -A stdenvBootstrapTools.x86_64-linux.test
2016-06-28 09:54:22 +02:00
Franz Pletz
85d0570d14
haproxy: 1.6.4 -> 1.6.5
2016-06-27 00:11:16 +02:00
Franz Pletz
815d2a0583
iperf3: 3.1 -> 3.1.3
2016-06-27 00:11:16 +02:00
Jonathan Glines
8199cda762
mecab: init at 0.996 ( #16175 )
...
Japanese morphological analysis system, used by Anki in particular
2016-06-26 22:47:23 +02:00
mimadrid
5bf585806e
fzf: 0.12.3 -> 0.13.2
2016-06-26 15:53:30 +02:00
Joachim Fasting
47dbe49823
Merge pull request #16511 from tokudan/master
...
mbuffer: Disable build on Mac OS X and 20151002 -> 20160613
2016-06-26 13:23:59 +02:00
zimbatm
8f5184beab
Merge pull request #16500 from carlsverre/add/sift
...
sift: init at 0.8.0
2016-06-26 12:08:17 +01:00
Pascal Wittmann
b083994fae
Merge pull request #16509 from womfoo/xdo
...
xdo: 0.5 -> 0.5.3
2016-06-26 10:46:27 +02:00
Daniel Frank
da37dc4af4
mbuffer: disable darwin (its not supported)
2016-06-26 09:38:35 +02:00
Daniel Frank
a793315ccd
mbuffer: update to version 20160613
2016-06-26 09:37:56 +02:00
Kranium Gikos Mendoza
cb257bf097
xdo: 0.5 -> 0.5.3
2016-06-26 14:03:28 +08:00
Tobias Geerinckx-Rice
1d07b748c9
btrfs-progs: 4.6 -> 4.6.1
2016-06-26 02:07:20 +02:00
Carl Sverre
a12ec263fa
sift: init at 0.8.0
...
sift is a fast and powerful alternative to grep.
https://sift-tool.org
2016-06-25 14:10:34 -07:00
Pascal Wittmann
9ef6dceca9
Merge pull request #16494 from k0ral/binwalk
...
binwalk: 2.0.1 -> 2.1.1
2016-06-25 16:21:15 +02:00
zimbatm
4f5918cd2e
Revert "stdenv: introduce baseHash() to replace stripHash()"
...
Introduced by mistake
This reverts commit e71a5cb878
.
2016-06-25 14:25:58 +01:00
zimbatm
e71a5cb878
stdenv: introduce baseHash() to replace stripHash()
...
stripHash uses a global variable to communicate it's computation
results, but it's not necessary. You can just pipe to stdout in a
subshell. A function mostly behaves like just another command.
baseHash() also introduces a suffix-stripping capability since it's
something the users of the function tend to use.
2016-06-25 14:20:56 +01:00
koral
3632211cf9
binwalk: 2.0.1 -> 2.1.1
2016-06-25 13:28:10 +02:00
Arseniy Seroka
188ecd633e
Merge pull request #16489 from mimadrid/update/fio-2.12
...
fio: 2.9 -> 2.12
2016-06-25 13:37:31 +03:00
mimadrid
49902897f2
fio: 2.9 -> 2.12
2016-06-25 11:06:16 +02:00
Bjørn Forsman
de0264ce17
attic: unbreak "attic mount" by using old llfuse 0.41
...
llfuse >= 0.42 has breaking changes, causing "attic mount" to fail:
TypeError: main() got an unexpected keyword argument 'single'
Side note: borgbackup, a fork of attic, has been updated to work with
newer llfuse.
2016-06-24 20:16:41 +02:00
Thomas Tuegel
8084977ec8
Merge pull request #16475 from yokto/ibus
...
ibus: fix #16292
2016-06-24 09:15:45 -05:00
zimbatm
e0dd0c902d
Merge pull request #16446 from vrthra/gnupg21
...
gnupg21: 2.1.12 -> 2.1.13
2016-06-24 01:04:31 +01:00
obadz
e13a76f978
Merge pull request #16467 from groxxda/bump/networkmanager
...
networkmanager: cleanup
2016-06-23 23:41:44 +01:00
obadz
24520af0fa
network-manager/l2tp: remove workaround that's now in main repo
2016-06-23 23:35:43 +01:00
Joachim Fasting
4c5e9f933d
Merge pull request #16445 from vrthra/datamash
...
datamash: 1.0.7 -> 1.1.0
2016-06-23 23:35:45 +02:00
Alexander Ried
a6a11b3852
network-manager-applet: remove unused dbus_glib dependency
2016-06-23 23:12:41 +02:00
Alexander Ried
64a9dc4dd7
networkmanager: cleanup
2016-06-23 23:12:41 +02:00
Alexander Ried
c1319572d4
networkmanager: Dependency on avahi-autoipd has been dropped.
...
Native IPv4 link-local addressing configuration based on systemd network library is now used instead.
2016-06-23 23:12:41 +02:00
Chris Martin
9e041fd9be
secp256k1: init at 2016-05-30
2016-06-23 20:49:07 +02:00
Florian
09492d3b85
zstd: set meta.platforms to unix
2016-06-23 19:30:12 +02:00
Bjørn Forsman
ce8c1ab5e0
xpra: 0.17.0 -> 0.17.3
2016-06-23 19:17:20 +02:00
Bjørn Forsman
34363d77b0
xpra: add missing python 'rencode' module
...
Fixes this:
$ xpra [...]
2016-06-23 17:40:03,407 Warning: rencode import failed:
2016-06-23 17:40:03,407 No module named rencode
[...]
2016-06-23 19:17:20 +02:00
zimbatm
e15b33639f
Merge pull request #16386 from peterhoeg/togglesg
...
togglesg-download: 2016-02-08 -> 2016-05-31
2016-06-23 16:56:33 +01:00
Pascal Wittmann
d1a4873ae4
Merge pull request #16447 from vrthra/parallel
...
parallel: 20160422 -> 20160622
2016-06-23 17:41:07 +02:00
Kyle McKean
544d9a7620
collectd: add snmp support
2016-06-23 16:54:28 +02:00
zimbatm
d2f9f251aa
Merge pull request #16380 from elitak/dislocker
...
dislocker: init at 0.6.1
2016-06-23 15:49:07 +01:00
Rahul Gopinath
b27ebfa4a7
datamash: 1.0.7 -> 1.1.0
2016-06-23 07:45:59 -07:00
Frederik Rietdijk
41ca3ba4a9
Merge pull request #16425 from mbakke/yubikey-neo-manager
...
yubikey-neo-manager: init at 1.4.0
2016-06-23 15:39:25 +02:00
Marius Bakke
8b5675da37
yubikey-neo-manager: init at 1.4.0
2016-06-23 13:48:10 +01:00
Tobias Geerinckx-Rice
7a93926a91
zstd: 0.7.0 -> 0.7.1
...
Fixes:
- ZBUFF_compressEnd() called multiple times with too small dst buffer
- dictBuilder fails if first sample is too small
- corruption issue
- cli breaks during destination file overwrite confirmation
Changes:
- frame checksum enabled by default in command line mode
2016-06-23 14:32:13 +02:00
obadz
a709f60d7b
networkmanager/l2tp: fix format error on x86/32bit
2016-06-23 12:32:59 +01:00
Tobias Geerinckx-Rice
7de7a35d59
zpaqd: 7.07 -> 7.08
...
Fixes double close in r command to output file.
2016-06-23 12:37:54 +02:00
Vladimír Čunát
3c89351fcc
Merge #16406 : coreutils: use single-binary build
2016-06-23 12:12:52 +02:00
Vladimír Čunát
6b27ceb006
Merge 'master' into staging and re-revert merge
...
... from staging to master, reverted temporarily in aa9a04883e
.
2016-06-23 12:09:03 +02:00
Rahul Gopinath
6b25cba125
parallel: 20160422 -> 20160622
2016-06-23 00:51:20 -07:00
Lancelot SIX
4848342cf0
Merge pull request #16444 from vrthra/units
...
units: 2.12 -> 2.13
2016-06-23 09:36:57 +02:00
Rahul Gopinath
b586b00b3b
gnupg21: 2.1.12 -> 2.1.13
2016-06-23 00:26:48 -07:00
Vladimír Čunát
aa9a04883e
Revert "Merge branch 'staging'" due to glibc
...
The main output started to retain dependency on bootstrap-tools; see
https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096
This reverts commit c05d829598
, reversing
changes made to f073df60d6
.
2016-06-23 09:25:10 +02:00
Rahul Gopinath
0dbbe57de3
units: 2.12 -> 2.13
2016-06-23 00:03:59 -07:00
Nikolay Amiantov
25ae14aa38
Merge pull request #15874 from abbradar/texlive-argv0
...
texlive-bin: remove detecting of local directory from mktex*
2016-06-23 07:48:26 +04:00
Joachim Fasting
9675384c7b
torbrowser: 6.0.1 -> 6.0.2
2016-06-23 00:55:54 +02:00
zimbatm
b0487cb402
Merge pull request #16408 from arpa2/unbound
...
unbound: 1.5.8 -> 1.5.9
2016-06-22 21:44:54 +01:00
Joachim Fasting
1d98608e43
Merge pull request #16362 from womfoo/aria2
...
aria2: 1.23.0 -> 1.24.0
2016-06-22 19:04:18 +02:00
obadz
f540e09a8b
Merge pull request #16412 from obadz/networkmanager-1.2
...
NetworkManager & plugins: upgrade to 1.2
2016-06-22 15:12:23 +01:00
Vladimír Čunát
c05d829598
Merge branch 'staging'
2016-06-22 10:49:56 +02:00
obadz
a9e995d679
network-manager & plugins: no longer remove -Werror and friends
...
Code using deprecated APIs has been removed
See comment by @dkosovic on the matter:
https://github.com/xelerance/xl2tpd/issues/108#issuecomment-227621314
2016-06-22 03:16:20 +01:00
obadz
2cf9b5a6c0
network-manager/vpnc: 1.0.12 -> 1.2.2
2016-06-22 03:16:20 +01:00
obadz
f337c2cf9c
network-manager/openconnect: 1.0.2 -> 1.2.2
2016-06-22 03:16:20 +01:00
obadz
9f3e2af9fe
network-manager/openvpn: 1.0.12 -> 1.2.2
2016-06-22 03:16:20 +01:00
obadz
a8074165ef
network-manager/l2tp: 0.9.8.7 -> 1.2.2
2016-06-22 03:16:19 +01:00
obadz
c434fd0659
network-manager/pptp: 1.0.12 -> 1.2.2
2016-06-22 03:16:19 +01:00
obadz
325f9e966d
network-manager-applet: 1.0.10 -> 1.2.2
2016-06-22 03:16:19 +01:00
obadz
233541a371
network-manager: 1.0.12 -> 1.2.2
2016-06-22 03:16:12 +01:00
Nikolay Amiantov
d51ec20a50
biber: 1.9 -> 2.4
2016-06-22 04:57:57 +03:00
obadz
925fb7ebfc
network-manager: move 0.9.8 to its own directory
2016-06-22 02:35:22 +01:00
obadz
b7731e446a
network-manager/l2tp: replace patch by substitutions to simplify upgrades
2016-06-22 02:33:39 +01:00
obadz
9191f09c05
network-manager/pptp: replace patch by substitutions to simplify upgrades
2016-06-22 02:33:39 +01:00
Michiel Leenaars
f125db1c60
unbound: 1.5.8 -> 1.5.9
2016-06-21 23:22:18 +02:00
Wout Mertens
c26bbf0b87
coreutils: single binary build
2016-06-21 22:14:10 +02:00
Silvio Frischknecht
cffec6292a
ibus: fix #16292
...
set GDK_PIXBUF_MODULE_FILE instead of prefixing it
2016-06-21 20:57:51 +02:00
Tristan Helmich
571c134613
graylog: 2.0.2 -> 2.0.3
2016-06-21 17:32:33 +02:00
Bjørn Forsman
6536804848
autorevision: init at 1.14
...
A shell script for extracting revision information useful in
release/build scripting from repositories.
2016-06-21 15:23:34 +02:00
Edward Tjörnhammar
f3950f712f
i2pd: 2.7.0 -> 2.8.0
...
Signed-off-by: Edward Tjörnhammar <ed@cflags.cc>
2016-06-21 15:03:59 +02:00
wrb
22a7f3a849
youtube-dl: 2016.05.21.2 -> 2016.06.19.1 ( #16338 )
2016-06-21 13:12:36 +02:00
Peter Hoeg
31a88b4664
togglesg-download: 2016-02-08 -> 2016-05-31
2016-06-21 15:33:38 +08:00
Gabriel Ebner
e5740b2e8e
Merge pull request #16378 from vrthra/screen
...
screen: 4.3.1 -> 4.4.0
2016-06-21 07:51:00 +02:00
Kranium Gikos Mendoza
28fc4871f5
aria2: 1.23.0 -> 1.24.0
2016-06-21 09:44:23 +08:00
Eric Litak
5d3ace24e9
dislocker: init at 0.6.1
2016-06-20 16:58:21 -07:00
Rahul Gopinath
64260e70f2
screen: 4.3.1 -> 4.4.0
...
Removed the patches which were specific to 4.3, and redundant configure flags
The darwin specific utmp patch seems to have been accepted too, with
`u->ut_time = now` the default.
2016-06-20 15:24:32 -07:00
obadz
c8d3b166f5
network-manager/l2tp: add workaround for https://github.com/xelerance/xl2tpd/issues/108
2016-06-20 21:41:59 +01:00
Gabriel Ebner
cbb0effa6e
wget: 1.17.1 -> 1.18
...
Fixes #16368 .
2016-06-20 22:15:46 +02:00
Arseniy Seroka
f529432ca5
Merge pull request #16349 from telotortium/ssh-ident
...
ssh-ident: init at 2016-04-21
2016-06-20 22:04:57 +03:00
Gabriel Ebner
14c038dd03
file: 5.25 -> 5.28
2016-06-20 18:23:39 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Ruben Astudillo
4f985377ac
hakuneko: 1.3.12 -> 1.4.1
2016-06-19 20:09:27 -04:00
Robert Irelan
222c435996
ssh-ident: init at 2016-04-21
...
Add ssh-ident package from its GitHub repo. Since there are no version
tags on GitHub, I'm using the date of its most recent commit.
2016-06-19 12:44:46 -07:00
Zack Piper
bd1e99a5ed
lxd: 2.0.0.rc4 -> 2.0.2
2016-06-19 20:21:03 +01:00
Gabriel Ebner
4099bba676
silver-searcher: 0.31.0 -> 0.32.0
2016-06-19 19:01:03 +02:00
Gabriel Ebner
8f91feb848
vdirsyncer: 0.11.0 -> 0.11.2
2016-06-19 16:49:14 +02:00
zimbatm
da253439ed
gx: add missing meta
2016-06-19 13:45:16 +01:00
Vladimír Čunát
e757404555
Merge branch 'master' into staging
...
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Aristid Breitkreuz
6163428316
Merge pull request #16271 from zimbatm/gx
...
Gx
2016-06-18 20:30:03 +02:00
Bjørn Forsman
b741df943f
system-config-printer: unbreak dbus service (again)
...
The service file refers to /usr/bin/... instead of a Nix store path.
Fix it.
The original fix was wrongly removed in commit 03353ce6ff
("system-config-printer: 1.3.12 -> 1 5.7"). We can remove this fixup on
the _next_ upstream release.
2016-06-18 17:07:28 +02:00
Tobias Geerinckx-Rice
c7879cbc91
Merge pull request #16304 from moretea/scanbd
...
scanbd: add missing jpeg dependency
2016-06-18 15:52:28 +02:00
obadz
6b02ae3893
pptpd: init at 1.4.0
2016-06-18 02:08:07 +01:00
Maarten Hoogendoorn
4601254c73
scanbd: add missing jpeg dependency
2016-06-17 23:56:47 +02:00
Benno Fünfstück
95b896228d
gvolicon: c04cafb -> 31cf770
2016-06-17 11:46:19 +02:00
Sander van der Burg
fcf72b82ae
DisnixWebService: 0.5 -> 0.6
2016-06-17 08:15:32 +00:00
Sander van der Burg
16bbfe893b
disnixos: 0.4.1 -> 0.5
2016-06-16 22:16:55 +00:00
Sander van der Burg
b4315e523f
disnix: 0.5 -> 0.6
2016-06-16 21:01:45 +00:00
Arseniy Seroka
ee412a775b
Merge pull request #16274 from kirelagin/bonniepp
...
bonnie++: upgrade to 1.97 and make it work on OS X
2016-06-16 22:24:41 +03:00
Tobias Geerinckx-Rice
723439564f
zstd: 0.6.1 -> 0.7.0
...
Changes: https://github.com/Cyan4973/zstd/releases/tag/v0.7.0
2016-06-16 21:20:00 +02:00
Kirill Elagin
17b19977cf
bonnie++: upgrade to 1.97
...
Also a patch with some OS X specific changes (stolen from Homebrew).
2016-06-16 19:49:46 +03:00
Sander van der Burg
c5faa7c83d
dysnomia: 0.5.1 -> 0.6
2016-06-16 15:45:50 +00:00
Nahum Shalman
0060a0f3df
shfmt: 2016-06-15 -> 2016-06-16 ( #16272 )
...
Among other improvements the author fixed mvdan/sh#13
2016-06-16 15:05:24 +01:00
Joachim Fasting
c05271adf9
nix-serve: fix meta eval
...
Introduced in d20a8ddea8
2016-06-16 15:54:29 +02:00
Allen Nelson
d20a8ddea8
nix-serve: set PATH
...
joachifm: also set `dontBuild = true`; `false` doesn't make any sense if
the intent is to skip the build phase.
Closes #16221
2016-06-16 15:00:04 +02:00
Vladimír Čunát
7a6ec0a0ee
texlive: add xindy binary
...
Fixes #16207 .
2016-06-16 12:53:51 +02:00
Joachim Fasting
1265acc201
Merge pull request #16248 from leenaars/eotutils
...
eot-utilities: init -> 1.1
2016-06-16 10:57:06 +02:00
Moritz Ulrich
e72282be84
Merge pull request #16052 from dvc94ch/rust-cross
...
Rust and cargo improvements
2016-06-16 09:42:23 +02:00
Benjamin Staffin
52c7f863c2
Merge pull request #16247 from cerana/shfmt
...
Add new package "shfmt"
2016-06-16 01:41:05 -04:00
Benjamin Staffin
68689f4d8e
hiera-eyaml: init at 2.1.0
2016-06-15 20:19:06 -04:00
Nahum Shalman
d624b02e1e
Add new package "shfmt"
2016-06-16 00:18:15 +00:00
zimbatm
996a2b54c4
gx-go: init at 20160611
2016-06-15 22:41:29 +01:00
Michiel Leenaars
bfec40d416
eot-utilities: init -> 1.1
2016-06-15 22:15:32 +02:00
Michiel Leenaars
d56850dd49
e2tools: init -> 0.0.16
2016-06-15 16:22:03 +02:00
David Craven
54f80775cb
rust: Refactoring of rust and cargo packages
2016-06-15 12:47:13 +02:00
rushmorem
c4435493aa
lizardfs: init at 3.9.4
...
LizardFS is a highly reliable, scalable and efficient distributed file
system.
2016-06-15 04:23:44 +02:00
Joachim Fasting
d27006b82b
dnscrypt-wrapper: 0.2 -> 0.2.1
2016-06-14 14:22:18 +02:00
Edward Tjörnhammar
efb519d2f4
i2pd: 2.6.0 -> 2.7.0
2016-06-14 12:28:27 +02:00
Luca Bruno
63b2bf108d
Merge pull request #16224 from aneeshusa/enable-multiple-outputs-for-tmux
...
tmux: enable multiple outputs
2016-06-14 10:57:18 +02:00
Christian Lask
4e59526bf4
rofi-pass: 1.3.1 -> 1.3.2
...
Note: You'll need to add the `_rofi` command to your config of rofi-pass
to make this release work. Refer to config.example for an example of
how this might look like. For more information on this change, see
75cf715158
.
2016-06-14 10:07:59 +02:00
Tobias Geerinckx-Rice
ff04cf2522
gparted: 0.26.0 -> 0.26.1
...
Key changes include:
- Ensure boot loaders work on ext4 < 16 TiB by using 32bit feature
- Fix core dump crash in OperationDelete::get_partition_new()
More: https://sourceforge.net/projects/gparted/files/gparted/gparted-0.26.1/gparted-0.26.1-README.md/view
2016-06-13 19:35:24 +02:00
Joachim Fasting
70c5ab532f
Merge pull request #16110 from womfoo/augeas
...
augeas: 1.2.0 -> 1.5.0
2016-06-13 16:46:08 +02:00
obadz
ca17bd0c8a
socat: add readline support
2016-06-13 12:09:32 +01:00
Benno Fünfstück
96066935f2
fix build of pngcheck
2016-06-13 01:21:14 +02:00
zimbatm
e1a487fa8f
gx: init at 20160601
2016-06-12 23:14:42 +01:00
zimbatm
f911b7393b
Merge pull request #16191 from bendlas/update-i2p
...
i2p: 0.9.25 -> 0.9.26
2016-06-12 23:11:14 +01:00
zimbatm
61032ce936
Merge pull request #16154 from womfoo/oath-toolkit
...
oath-toolkit: 2.4.1 -> 2.6.1
2016-06-12 23:10:19 +01:00
Herwig Hochleitner
8b3278b794
i2p: 0.9.25 -> 0.9.26
2016-06-12 21:51:04 +02:00
Tal Walter
eacc13a3e6
uif2iso: init at 0.1.7
...
a program for converting UIF files (Universal Image Format, used by MagicISO)
to uncompressed images depending on the input file type:
ISO, BIN/CUE, MDS/MDF, CCD/IMG/SUB and NRG.
2016-06-12 13:16:14 +03:00
Tobias Geerinckx-Rice
9f266996b4
btrfs-progs: 4.5.3 -> 4.6
2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice
1212d921c1
lrzip: 0.621 -> 0.630
...
Changes: http://ck-hack.blogspot.com/2016/06/lrzip-0630.html
2016-06-12 00:28:55 +02:00
Kranium Gikos Mendoza
1105674352
oath-toolkit: 2.4.1 -> 2.6.1
2016-06-12 04:27:56 +08:00
Aneesh Agrawal
94627e658b
tmux: enable multiple outputs
2016-06-11 04:19:32 -04:00
Nikolay Amiantov
4a0ca7d92e
grub4dos: enable only on Linux
2016-06-11 03:39:44 +03:00
Nikolay Amiantov
659bea9dda
dropbear: disable on Darwin
2016-06-11 03:38:57 +03:00
Nikolay Amiantov
9a1d6fe701
fontforge: 20150824 -> 20160404
2016-06-11 02:43:44 +03:00
Arseniy Seroka
bf71761b69
Merge pull request #16083 from matthewbauer/fix-exif-darwin
...
exif: use libintl on darwin
2016-06-10 21:13:45 +03:00
Rushmore Mushambi
62db274e5b
Merge pull request #16104 from rushmorem/update-vault
...
vault: 0.5.2 -> 0.5.3
2016-06-10 14:48:21 +02:00
Rickard Nilsson
548a136345
google-cloud-sdk: 109.0.0 -> 113.0.0
2016-06-10 09:07:01 +00:00
Rickard Nilsson
656c48f141
opentsdb: 2.1.1 -> 2.2.0
2016-06-10 08:17:20 +00:00
Rok Garbas
5f34b5476b
goaccess: 0.9.4 -> 1.0
...
also there is no need for local variables
2016-06-10 04:33:27 +02:00
Kranium Gikos Mendoza
cc05622761
augeas: 1.2.0 -> 1.5.0
2016-06-10 10:23:44 +08:00
Rickard Nilsson
9657844db2
fluentd: 0.12.6 -> 0.14.0
2016-06-10 01:35:39 +00:00
rushmorem
1f99f81d24
vault: 0.5.2 -> 0.5.3
2016-06-10 00:46:26 +02:00
rushmorem
6e709b180e
storebrowse: mark broken
...
`storebrowse` depends on https://code.google.com/archive/p/gosqlite/
which leads to gosqlite.googlecode.com/hg/sqlite which now 404s.
2016-06-09 22:09:07 +02:00
Rushmore Mushambi
83c40ada7e
Merge pull request #16017 from kamilchm/rework-go
...
Rework goPackages
2016-06-09 17:09:13 +02:00
Vladimír Čunát
bd458e56b6
Merge #14356 : docbook updates
2016-06-09 13:11:53 +02:00
Kamil Chmielewski
8cd1d4cda5
buildGoPackage: use Go 1.6 by default
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
734d152977
buildGo16Packages: fetchgit -> fetchFromGitHub
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
bbc37e0eb7
Moving from fetchgit generated by go2nix to fetchFromGitHub where rev is
...
a tag
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
9683f5751f
FIX: deis and gawp shas
2016-06-09 13:08:09 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
6d9b9681f9
ngrok: FIX go-bindata moved to all-packages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
b70c24f1f2
vault: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
9e273d5b29
consul--template: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
abcec97b1e
confd: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
f473582a75
hologram: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
8bfff0f5a6
i3cat: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
6909d0e456
vimPlugins: FIX fzf outside goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
e44d38125c
s3gof3r: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
93b9ebfde8
ngrok: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
a1f3808e2f
lxd: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
d765026f99
go-upower-notify: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
e2e3d8802f
go-sct: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
ce81a8a65d
go-mtpfs: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
e5b9d23de7
flannel: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
387246080b
mongodb-tools: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
dbf48cd10b
fzf: application extracted from goPackages
2016-06-09 11:21:30 +02:00
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