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
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
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
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
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