Jörg Thalheim
62aadba1fd
Merge pull request #46955 from timbertson/nix-pin
...
nix-pin: 0.3.4 -> 0.4.0
2018-09-20 18:39:51 +01:00
R. RyanTM
8e3ec2b18b
lnav: 0.8.3 -> 0.8.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lnav/versions
2018-09-20 10:35:30 -07:00
R. RyanTM
39a5ac17e2
sg3_utils: 1.42 -> 1.44
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sg3_utils/versions
2018-09-20 04:23:45 -07:00
Jörg Thalheim
22f97f4dcf
Merge pull request #46943 from lheckemann/glxinfo-bump
...
glxinfo: 8.3.0 -> 8.4.0
2018-09-20 11:43:35 +01:00
Linus Heckemann
e03b99c309
glxinfo: add es2gears, es2_info
2018-09-20 10:46:42 +01:00
Linus Heckemann
2e9e443005
glxinfo: 8.3.0 -> 8.4.0
2018-09-20 09:43:56 +01:00
Jörg Thalheim
f2516b10cb
Merge pull request #46933 from r-ryantm/auto-update/wireguard-tools
...
wireguard-tools: 0.0.20180904 -> 0.0.20180918
2018-09-20 08:32:26 +01:00
R. RyanTM
6c6cd16ae8
woeusb: 3.2.2 -> 3.2.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/woeusb/versions
2018-09-19 23:31:45 -07:00
R. RyanTM
03d8620098
wireguard-tools: 0.0.20180904 -> 0.0.20180918
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-09-19 22:41:10 -07:00
R. RyanTM
b8e2d28fa7
yubico-piv-tool: 1.6.1 -> 1.6.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yubico-piv-tool/versions
2018-09-19 22:05:53 -07:00
Eelco Dolstra
869f615ff4
nix: 2.1.1 -> 2.1.2
2018-09-20 00:17:45 +02:00
Will Dietz
6e9cc8871f
brotli: 1.0.5 -> 1.0.6 ( #46903 )
2018-09-20 00:10:47 +02:00
Jan Tojnar
82cc6a7510
Merge pull request #46779 from Ma27/package-ibus-typing-booster
...
ibus-typing-booster: init at 2.1.1
2018-09-19 23:43:56 +02:00
Maximilian Bosch
dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
...
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster
Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html
A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:
```nix
{
emojipicker = { pkgs, ... }: {
services.xserver = {
enable = true;
desktopManager.gnome3.enable = true;
desktopManager.xterm.enable = false;
};
users.extraUsers.vm = {
password = "vm";
isNormalUser = true;
};
i18n.inputMethod.ibus.engines = [
pkgs.ibus-engines.typing-booster
];
i18n.inputMethod.enabled = "ibus";
virtualisation.memorySize = 2048;
};
}
```
Fixes #38721
2018-09-19 21:27:10 +02:00
Till Höppner
5fb0ed64d0
appimage-run: Support type-1 Appimages ( #45973 )
...
This attempts to detect older appimages and extract them
in the same manner as new ones, without changing filesystem paths
2018-09-19 18:42:12 +02:00
adisbladis
9cc7be6639
Merge pull request #46877 from marsam/feature/fix-noti-darwin
...
noti: fix darwin build
2018-09-19 15:47:23 +08:00
adisbladis
71bb7f6986
Merge pull request #46868 from benley/ddccontrol
...
ddccontrol: 0.4.2 -> 0.4.4
2018-09-19 15:25:49 +08:00
Uli Baum
5a9c916222
Revert "sudo: 1.8.24 -> 1.8.25 ( #46057 )"
...
This reverts commit d93aa1c50f
.
Moved to master, no mass rebuild.
2018-09-19 08:50:25 +02:00
Will Dietz
2608649de7
sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)
...
(cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
2018-09-19 08:48:05 +02:00
Will Dietz
b026786e77
sudo: 1.8.24 -> 1.8.25 ( #46057 )
...
https://www.sudo.ws/stable.html
(may need to scroll to the 1.8.25 notes
afternewer versions are released)
(cherry picked from commit d93aa1c50f
)
2018-09-19 08:47:19 +02:00
Mario Rodas
4c56eb81e9
noti: fix darwin build
2018-09-18 20:13:46 -05:00
Will Dietz
134929d9ac
rhash: 2018-02-05 -> 1.3.6
...
Move to official release now that one exists
beyond the pinned git revision.
2018-09-18 16:56:47 -05:00
Benjamin Staffin
8b778c7798
ddccontrol: 0.4.2 -> 0.4.4
2018-09-18 17:49:52 -04:00
John Ericson
7319013ea1
Merge remote-tracking branch 'upstream/master' into staging
2018-09-18 16:55:42 -04:00
Domen Kožar
943871a866
datadog-integrtaions-core: 2018-05-27 -> 2018-09-18
2018-09-18 20:22:14 +01:00
Frederik Rietdijk
de419917a3
Merge master into staging-next
2018-09-18 18:44:48 +02:00
Robin Gloster
ce6e72a11c
texlive: fix missing synctex header
...
The automake file was patched but `automake` not run.
Also since the texk/web2c folder is not in autoconfig's
SUBDIRS the autoreconfHook has to be run in there.
Completely fixes #46376
2018-09-18 18:33:08 +02:00
R. RyanTM
e070dae0a4
pcapfix: 1.1.1 -> 1.1.2 ( #46223 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pcapfix
2018-09-18 18:08:04 +02:00
Tim Cuthbertson
4200e68e04
nix-pin: 0.3.4 -> 0.4.0
2018-09-18 20:48:21 +10:00
Jörg Thalheim
baa8dc35d5
Merge pull request #46736 from clefru/mpack
...
mpack: Invoke /run/wrappers/bin/sendmail via execvp
2018-09-18 10:01:00 +01:00
Clemens Fruhwirth
6d97096d8b
mpack: Invoke /run/wrappers/bin/sendmail via execvp
...
Calling /run/current-sw/bin/sendmail fails under postfix because
setgid bits are not set. Switching the hardcoded path to an invocation
via execvp should cover both cases, when the sendmail binary is
setgid-wrapped and when it is not.
2018-09-18 10:48:55 +02:00
WilliButz
891dbfe6d4
krakenx: 0.0.1 -> 0.0.3
2018-09-18 00:18:57 +02:00
xeji
8a2bf1319d
Merge pull request #46769 from samueldr/zhf/grub
...
Fixes grub1 installer tests
2018-09-17 19:12:23 +02:00
Samuel Dionne-Riel
932c8f4c13
grub: grub-0.97-patch-1.15 -> grub-0.97-73
...
Instead of using Gentoo's patchset, uses Debian's.
Gentoo's doesn't work anymore.
2018-09-17 09:31:36 -04:00
Mario Rodas
fd345053b3
vale: 0.11.2 -> 1.0.3 ( #46780 )
2018-09-17 15:28:21 +02:00
Henry
fa58491b9e
nvramtool: init at 4.8.1 ( #46774 )
...
https://www.coreboot.org/Nvramtool
2018-09-17 15:24:25 +02:00
Jörg Thalheim
f86e309a94
Merge pull request #46735 from dywedir/gnirehtet
...
gnirehtet: 2.2.1 -> 2.3
2018-09-17 12:23:29 +01:00
Matthias C. M. Troffaes
e4f1968100
brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
...
CMAKE passes the flag -rdynamic otherwise (which is not recognized by mingw).
Setting the appropriate flag avoids this problem and allows the build
to succeed.
2018-09-17 09:37:32 +01:00
Uli Baum
d734328f5d
ostree: fix tests
...
- Workarounds for https://github.com/ostreedev/ostree/issues/1592
- Disable failing test-gpg-verify-result.test, see
https://github.com/ostreedev/ostree/issues/1634
2018-09-17 02:51:07 +02:00
Matthew Bauer
72cfa07dd3
parallel: fix patch-shebangs
...
For patch-shebangs to work we need perl to be listed as a build input because it will run on the target system, not the build one.
Fixes #46476
/cc @dtzWill
2018-09-16 17:25:42 -05:00
Pascal Wittmann
c314092164
tmsu: 0.7.0 -> 0.7.1
2018-09-16 19:20:32 +02:00
Vladyslav Mykhailichenko
9501915218
gnirehtet: 2.2.1 -> 2.3
2018-09-16 20:02:19 +03:00
Jörg Thalheim
7b93f7a264
Merge pull request #46708 from AndersonTorres/upload/youtube-dl
...
youtube-dl: 2018.08.04 -> 2018.09.10
2018-09-15 22:26:15 +01:00
Jörg Thalheim
b1d9e87f7a
Merge pull request #46716 from marsam/feature/update-sops
...
sops: 3.0.2 -> 3.1.0
2018-09-15 22:12:51 +01:00
Mario Rodas
8dfd97a8b6
sops: 3.0.2 -> 3.1.0
2018-09-15 14:51:27 -05:00
Vladyslav Mykhailichenko
d627e096fc
tectonic: 0.1.8 -> 0.1.9
2018-09-15 21:50:23 +03:00
Jörg Thalheim
56b95ba437
findutils: specify on which kernel version the test fail
2018-09-15 19:43:11 +01:00
AndersonTorres
74047ea686
youtube-dl: 2018.08.04 -> 2018.09.10
2018-09-15 14:13:26 -03:00
xeji
b78348d1a4
Merge pull request #46687 from mbode/salt_darwin
...
salt: fix darwin build by specifying dependency on tornado 4
2018-09-15 12:38:45 +02:00
Vladyslav Mykhailichenko
b7fe4f1039
exfat: 1.2.8 -> 1.3.0
2018-09-15 11:46:04 +03:00
Maximilian Bode
2438ceb5b4
salt: fix darwin build by specifying dependency on tornado 4
...
/cc ZHF #45961
2018-09-15 10:09:36 +02:00
Robert Helgesson
92b51f5cc0
Merge pull request #46609 from jtojnar/whipper
...
whipper: replace morituri
2018-09-15 00:29:09 +02:00
Dmitry Kalinkin
ef04b4f283
findutils: disable a bogus test
2018-09-14 15:53:50 -04:00
Jan Tojnar
884c629832
accuraterip-checksum: init at 1.5
2018-09-14 20:31:33 +02:00
qolii
3c57887f64
nbd: add which to buildInputs ( #46635 )
...
* NBD: add which to buildInputs.
* NBD: move pkgconfig and which to nativeBuildInputs.
2018-09-14 19:05:40 +02:00
Jörg Thalheim
b22efa17c5
Merge pull request #46645 from brocking/update/scaleway-cli
...
scaleway-cli: 1.14 -> 1.17
2018-09-14 14:00:15 +01:00
Jan Tojnar
7771df135f
Merge pull request #46636 from jtojnar/flatpak-1.0.2
...
flatpak: 0.99.3 → 1.0.2
2018-09-14 14:56:57 +02:00
brocking
10a6ab75a8
scaleway-cli: 1.14 -> 1.17
2018-09-14 12:15:56 +01:00
Tor Hedin Brønner
87d11ae99c
ostree: 2018.6 -> 2018.8
2018-09-14 05:09:01 +02:00
Jan Tojnar
217c795e20
Merge pull request #46633 from leenaars/pdftag
...
pdftag: 1.0.4 -> 1.0.5
2018-09-14 02:17:48 +02:00
Jan Tojnar
b3d079f34a
Merge pull request #46365 from worldofpeace/elementary-variety
...
add various elementary thirdparty applications
2018-09-14 02:17:26 +02:00
Michiel Leenaars
99eb98403d
pdftag: 1.0.4 -> 1.0.5
2018-09-14 00:47:47 +02:00
Daiderd Jordan
d782c4eba5
cargo-update: fix darwin build ( #46625 )
...
On darwin libcurl is also needed.
/cc ZHF #45961
2018-09-13 23:36:17 +02:00
R. RyanTM
035b2f5250
google-compute-engine: 20180129 -> 20180510 ( #46278 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
google-compute-engine
2018-09-13 20:09:08 +01:00
xeji
ed7b654a21
Merge pull request #46593 from ryantm/aliases
...
treewide: fix `config.allowAliases = false` evaluation
2018-09-13 16:15:43 +02:00
Ryan Mulligan
f91a79ecc8
treewide: fix config.allowAliases = false
evaluation
2018-09-13 06:47:22 -07:00
Vladyslav Mykhailichenko
af5cea59e7
bat: 0.6.1 -> 0.7.0
2018-09-13 13:30:36 +03:00
Domen Kožar
595ae18797
nixos: datadog-agent: fix systemd support
2018-09-13 09:11:55 +01:00
Domen Kožar
bef541c569
datadog: add live process monitoring
2018-09-13 09:11:06 +01:00
Uli Baum
1df2560dde
Merge branch 'master' into staging-next
2018-09-13 10:08:53 +02:00
Uli Baum
d225a91b7c
mitmproxy: 3.0.4 -> 4.0.4, fix tests
...
- add missing checkInputs
- apply upstream patch to fix some tests that failed due to
expired test ssl certs
- re-enable a previously disabled test case
2018-09-13 00:06:53 +00:00
Alyssa Ross
1ec301ded2
openssl: 1.1.0 -> 1.1.1 ( #46524 )
2018-09-12 23:56:08 +00:00
Daiderd Jordan
89e52157c8
Merge pull request #46584 from LnL7/darwin-broken-a
...
broken darwin packages (a)
2018-09-13 00:05:42 +02:00
xeji
df2bae8097
Merge pull request #46581 from markuskowa/licenses-17
...
Add licenses
2018-09-12 23:34:51 +02:00
R. RyanTM
65bc378de8
mbuffer: 20180318 -> 20180625 ( #46241 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mbuffer
2018-09-12 23:20:26 +02:00
Daiderd Jordan
9fc6f1123d
asymptote: mark broken on darwin
...
It only builds with gc-7.6.0 on darwin for some reason.
/cc ZHF #45961
2018-09-12 23:14:42 +02:00
Daiderd Jordan
b814881394
aws-okta: mark broken on darwin
...
Could be caused by our older 10.10.5 CoreFoundation.
# github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:35:33: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFDataCreate
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:61: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:98:41: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithBytes
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:133: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
/cc ZHF #45961
2018-09-12 23:14:41 +02:00
Markus Kowalewski
6d8be09c8a
vbetool: add license
2018-09-12 23:12:15 +02:00
Markus Kowalewski
4503d462c7
sg3_utils: add licenses
2018-09-12 23:12:15 +02:00
Markus Kowalewski
131bc90d08
localtime: add license
2018-09-12 23:12:15 +02:00
Markus Kowalewski
7d25ffade4
dd_rescue: add license + update homepage
2018-09-12 23:12:15 +02:00
Markus Kowalewski
d9416449b5
flvtool2: add licenses
2018-09-12 23:12:15 +02:00
Markus Kowalewski
4d933fbfdc
dex: add license
2018-09-12 23:12:14 +02:00
Markus Kowalewski
239a0ea2b9
virtualgl[Lib]: fix license
2018-09-12 23:12:14 +02:00
Markus Kowalewski
72305e7eae
x11vnc: add license
2018-09-12 23:12:14 +02:00
Markus Kowalewski
f24a78f671
x2vnc: add licenses
2018-09-12 23:12:14 +02:00
Markus Kowalewski
0052a756d2
xpra: add license
2018-09-12 23:12:14 +02:00
Markus Kowalewski
7d6c70bc74
libfakeXinerama: add license
2018-09-12 23:12:08 +02:00
Daiderd Jordan
6e90c2e0bd
Merge pull request #46580 from zimbatm/vault-0.11.1
...
vault: 0.10.4 -> 0.11.1
2018-09-12 23:10:33 +02:00
R. RyanTM
656330577a
hebcal: 4.13 -> 4.14 ( #46269 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
hebcal
2018-09-12 23:06:42 +02:00
R. RyanTM
dd43e1d97f
lockfileProgs: 0.1.17 -> 0.1.18 ( #46248 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lockfile-progs
2018-09-12 22:58:49 +02:00
R. RyanTM
14e7afdd95
lynis: 2.6.7 -> 2.6.8 ( #46247 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lynis
2018-09-12 22:58:07 +02:00
R. RyanTM
69504d47c9
miniupnpc_2: 2.0.20180203 -> 2.1 ( #46250 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
miniupnpc
2018-09-12 22:56:47 +02:00
R. RyanTM
0837ff1108
sec: 2.7.12 -> 2.8.0 ( #46199 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
sec
2018-09-12 22:52:56 +02:00
R. RyanTM
a2d959c35f
tinyproxy: 1.8.4 -> 1.10.0 ( #46171 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
tinyproxy
2018-09-12 22:42:44 +02:00
zimbatm
7880cd6752
vault: 0.10.4 -> 0.11.1
...
changelog: https://github.com/hashicorp/vault/blob/v0.11.1/CHANGELOG.md
2018-09-12 20:22:38 +01:00
Michael Weiss
37961c6507
scdoc: 1.4.1 -> 1.4.2
2018-09-12 20:36:54 +02:00
Vladyslav Mykhailichenko
1f2babe59f
android-file-transfer: 3.4 -> 3.5
2018-09-12 14:47:45 +03:00
xeji
c016e7f930
Merge pull request #46550 from markuskowa/licenses-16
...
Add licenses
2018-09-12 00:22:36 +02:00
Daiderd Jordan
2164e39eaa
aria2: fix darwin build ( #46548 )
...
Not released yet, see https://github.com/aria2/aria2/issues/1198
/cc ZHF #45961
2018-09-12 00:11:12 +02:00
Markus Kowalewski
c3bffc172d
dar: add license
2018-09-11 23:54:23 +02:00
Markus Kowalewski
55c0f5167f
xvfb-run: add license`
2018-09-11 23:51:16 +02:00
Markus Kowalewski
921f792aca
rkflashtool: add license
2018-09-11 23:49:22 +02:00
Markus Kowalewski
92b36b62b7
mdbtools: add license + homepage
2018-09-11 23:47:17 +02:00
Markus Kowalewski
bc9b55c57c
kt: add license
2018-09-11 23:40:43 +02:00
R. RyanTM
8955ec6c73
debootstrap: 1.0.107 -> 1.0.108 ( #46294 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-09-11 23:38:42 +02:00
Markus Kowalewski
6773167194
ent: add license
2018-09-11 23:34:10 +02:00
Markus Kowalewski
3bb64d8850
desktop-file-utils: add license
2018-09-11 23:32:49 +02:00
Markus Kowalewski
7d5cd978c4
cloud-utils: add license
2018-09-11 23:31:27 +02:00
R. RyanTM
65f41e1bc0
avfs: 1.0.5 -> 1.0.6 ( #46306 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avfs/versions
2018-09-11 23:27:47 +02:00
Markus Kowalewski
5e57452bf8
qrencode: add license
2018-09-11 23:27:01 +02:00
Markus Kowalewski
984a41fe94
exif: add liceses, update homepage
2018-09-11 23:25:43 +02:00
Markus Kowalewski
2ccbd8bab5
editres: add license
2018-09-11 23:24:19 +02:00
Markus Kowalewski
85c1a851dc
cuneiform: add license + homepage
2018-09-11 23:22:22 +02:00
Markus Kowalewski
147246e53e
cfdg: add license
2018-09-11 23:18:44 +02:00
John Ericson
cb8fb7e71b
Merge pull request #46542 from obsidiansystems/dhcpcd-cleanup
...
dhcpcd: No need to hack around broken patchShebangs anymore
2018-09-11 16:40:38 -04:00
Jörg Thalheim
12fbfbe144
Merge pull request #46100 from alyssais/cargo-edit
...
cargo-edit: 0.2.0 -> 0.3.0
2018-09-11 21:15:25 +01:00
John Ericson
c64d76d0e6
dhcpcd: No need to hack around broken patchShebangs anymore
2018-09-11 16:15:10 -04:00
Jörg Thalheim
cea6bbfe75
cargo-edit: disable impure check
2018-09-11 21:05:50 +01:00
Jörg Thalheim
ffde15da8e
cargo-edit: add pkgconfig/openssl on non-darwin
2018-09-11 20:55:08 +01:00
Timo Kaufmann
eae589058c
Merge pull request #46367 from yesbox/lldpd_nixos_18.09_fix
...
Fixes the lldpd service not starting on NixOS 18.09
2018-09-11 20:44:01 +02:00
Jesper Geertsen Jonsson
8a03ec0a32
Fixes the lldpd service failing to start
...
Backports a patch that will be included in later upstream versions.
The patch removes a call to /bin/mkdir.
2018-09-11 18:19:51 +02:00
Markus Kowalewski
525f425073
pdsh: set default module to ssh, remove obsolete fixes
2018-09-11 17:32:53 +02:00
leenaars
28ef51244a
pdftag: init at 1.0.3 ( #45666 )
2018-09-11 15:52:46 +02:00
Joachim Fasting
48abf865bc
tor: 0.3.3.9 -> 0.3.4.8
2018-09-11 14:44:10 +02:00
Alyssa Ross
902dea15ec
cargo-edit: use buildRustPackage instead of Carnix
...
Saving 3000 lines of Nix code.
2018-09-11 13:34:21 +01:00
Domen Kožar
2c18d48c0e
datadog-agent: 6.1.4 -> 6.4.2
2018-09-11 14:15:06 +02:00
Sarah Brofeldt
5984aae9a7
Merge pull request #46503 from ento/aws-vault-4-3-0
...
aws-vault: 4.1.0 -> 4.3.0, pass linker flag for specifying app version
2018-09-11 11:29:33 +02:00
Jörg Thalheim
188314c91e
Merge pull request #46462 from lopsided98/pacman-substitute
...
pacman: substitute paths in repo-add
2018-09-11 10:13:26 +01:00
Marica Odagaki
962712524e
aws-vault: pass the app version to the linker
...
Otherwise, "aws-vault --version" just outputs "dev"
2018-09-10 16:52:53 -08:00
Marica Odagaki
f2836b3622
aws-vault: 4.1.0 -> 4.3.0
2018-09-10 16:52:14 -08:00
xeji
f0839455e9
Merge pull request #46497 from markuskowa/licenses-15
...
Add licenses
2018-09-10 22:56:03 +02:00
Niclas
b1bee94d72
bunny: 1.2 -> 1.3 ( #46498 )
2018-09-10 22:53:30 +02:00
Markus Kowalewski
4e8871e7b4
webalizer: update meta data
2018-09-10 22:16:22 +02:00
Markus Kowalewski
fc080c22f8
vlan: add license
2018-09-10 22:16:22 +02:00
Markus Kowalewski
6e94773854
vde2: add license
2018-09-10 22:16:22 +02:00
Markus Kowalewski
9e94e8ae4a
rp-pppoe: add license
2018-09-10 22:16:22 +02:00
Markus Kowalewski
ff633d166f
quicktun: add license
2018-09-10 22:16:21 +02:00
Markus Kowalewski
50a7adf43a
pptpd: add license
2018-09-10 22:16:21 +02:00
Markus Kowalewski
44d84db940
polysh: add license
2018-09-10 22:16:21 +02:00
Markus Kowalewski
d2b062760d
polygraph: add license
2018-09-10 22:16:21 +02:00
Markus Kowalewski
3f1849e29c
philter: add license + homepage
2018-09-10 22:16:20 +02:00
Markus Kowalewski
4d24db6e0c
ncftp: add license
2018-09-10 22:16:20 +02:00
Markus Kowalewski
cdf332f254
miniupnpd: add license
2018-09-10 22:16:20 +02:00
Markus Kowalewski
a8bc08c633
miniupnpc: add license
2018-09-10 22:16:20 +02:00
Markus Kowalewski
bb27094df1
libreswan: add license
2018-09-10 22:16:19 +02:00
Markus Kowalewski
460c0145e7
gvpe: add license + homepage
2018-09-10 22:16:19 +02:00
Markus Kowalewski
28bac35599
fdm: add license
2018-09-10 22:16:19 +02:00
Markus Kowalewski
6d859b3b1e
driftnet: add license
2018-09-10 22:16:19 +02:00
Markus Kowalewski
0f6134f8ad
dhcpdump: add license, update homepage
2018-09-10 22:16:19 +02:00
Markus Kowalewski
4dcdb693af
dhcpd: add license
2018-09-10 22:16:18 +02:00
Markus Kowalewski
5d42f2b37f
cksfv: add license
2018-09-10 22:16:18 +02:00
Markus Kowalewski
19148bd2f1
carddav-util: add license
2018-09-10 22:16:18 +02:00
Markus Kowalewski
aad2acfab7
bsd-finger: add license
2018-09-10 22:16:14 +02:00
Robert Helgesson
fb43453840
cloc: 1.76 -> 1.78
2018-09-10 22:02:30 +02:00
Ben Wolsieffer
7c96603af9
pacman: substitute paths in repo-add
2018-09-10 11:32:46 -04:00
Timo Kaufmann
efb033ae16
Merge pull request #46455 from marsam/feature/update-wal-g
...
wal-g: 0.1.10 -> 0.1.12
2018-09-10 13:56:02 +02:00
Peter Simons
c029dc13e5
Merge pull request #46289 from r-ryantm/auto-update/duplicity
...
duplicity: 0.7.18 -> 0.7.18.1
2018-09-10 08:34:56 +02:00
R. RyanTM
6682d04142
duo-unix: 1.9.20 -> 1.10.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
2018-09-09 23:32:36 -05:00
R. RyanTM
f7888652b8
stunnel: 5.46 -> 5.49
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
stunnel
2018-09-09 23:32:01 -05:00
Mario Rodas
9bdec58bc0
wal-g: 0.1.10 -> 0.1.12
2018-09-09 18:26:41 -05:00
worldofpeace
93d68d85f1
hashit: init at 0.2.0
2018-09-09 18:34:32 -04:00
Jörg Thalheim
bd176a0400
Merge pull request #46384 from countingsort/master
...
bunny: 1.1 -> 1.2
2018-09-09 15:49:30 +01:00
Jörg Thalheim
d8244582c6
Merge pull request #46369 from Ma27/mark-pdf2htmlex-as-broken
...
pdf2htmlEX: mark as broken
2018-09-09 15:12:13 +01:00
Jörg Thalheim
ab8f0aa476
Merge pull request #46392 from andrew-d/adunham/wkhtmltopdf-qt5
...
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-09 15:10:12 +01:00
Jörg Thalheim
288a542a9a
Merge pull request #46420 from romildo/upd.xsettingsd
...
xsettingsd: git-2015-06-14 -> 1.0.0
2018-09-09 14:17:06 +01:00
Jörg Thalheim
6b1e587e3c
Merge pull request #46397 from zimbatm/strongswan-fix-nm-ca-dir
...
strongswan: set the right dir for TLS CA cert
2018-09-09 14:13:57 +01:00
José Romildo Malaquias
68102e793d
xsettingsd: git-2015-06-14 -> 1.0.0
...
- Update to version 1.0.0
- Install man pages
- Fix license
- Add maintainer
2018-09-09 09:50:48 -03:00
Samuel Dionne-Riel
1ac912bf1b
texlive: Adds patch for missing synctex header. ( #46376 )
...
This seems like a known issue as other distributions (ArchLinux here)
have patches fixing the issue.
This hopefully fixes more than one dependant builds for ZHF 18.09.
2018-09-09 11:37:29 +02:00
Andrew Dunham
5e94e2bc7c
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-08 16:11:06 -07:00
Jan Malakhovski
b7bd0561be
Merge branch 'master' into staging
2018-09-08 22:08:32 +00:00
countingsort
4f6c4030dc
bunny: 1.1 -> 1.2
2018-09-08 19:44:25 +02:00
Tim Steinbach
16650af8c3
curl: 7.61.0 -> 7.61.1
2018-09-08 10:44:02 -04:00
Maximilian Bosch
de6544b50e
pdf2htmlEX: mark as broken
...
See https://hydra.nixos.org/build/81003667
The build is currently broken on Hydra due to the following error:
```
CairoFontEngine.cc:681:17: error: 'void Object::free()' is private within this context
```
This issue is was also reported in AUR (https://aur.archlinux.org/packages/pdf2htmlex/ )
and in the upstream issue tracker (https://github.com/coolwanglu/pdf2htmlEX/issues/753 ) with
no answer until now.
The current README.md states that the project is no longer under active
development and it seems as there are currently no active maintainers
who could fix this:
* 5d0a2239fc
* https://github.com/coolwanglu/pdf2htmlEX/issues/772
2018-09-08 16:16:26 +02:00
Vladyslav M
3b4ab85f01
ripgrep: 0.9.0 -> 0.10.0 ( #46331 )
2018-09-08 14:21:25 +02:00
Bastian Köcher
0f8c58afd2
kdecoration-viewer: Fixes build ( #46339 )
2018-09-08 01:38:56 +02:00
xeji
a9dfb018a0
Merge pull request #46347 from markuskowa/homepage-3
...
Update dead homepage links
2018-09-08 01:36:16 +02:00
Markus Kowalewski
f60fea5742
netselect: update homepage + license
2018-09-08 01:18:57 +02:00
xeji
56d0a70ef5
Merge pull request #46344 from markuskowa/license-13
...
Add licenses
2018-09-08 00:57:47 +02:00
Markus Kowalewski
fb89213cf6
x11-ssh-askpass: update src + homepage, add license
2018-09-07 23:51:50 +02:00
Markus Kowalewski
e4620658d0
nitrogen: update homepage
2018-09-07 23:51:50 +02:00
Markus Kowalewski
4f0010dbec
euca2ools: update homepage
2018-09-07 23:51:50 +02:00
Markus Kowalewski
72ce407703
x2x: update license + homepage
2018-09-07 23:51:50 +02:00
Markus Kowalewski
7de251551a
xvkbd: update homepage
2018-09-07 23:51:50 +02:00
Markus Kowalewski
0bdf24f9a5
lsdvd: add license
2018-09-07 23:48:32 +02:00
Markus Kowalewski
e016d1eabb
cdrdao: add license
2018-09-07 23:48:31 +02:00
Markus Kowalewski
f92f9a2b6f
bchunk: add license
2018-09-07 23:48:30 +02:00
Markus Kowalewski
0f61edc465
wfds: add license
2018-09-07 23:48:26 +02:00
Markus Kowalewski
9a46c0f384
relfs: add license
2018-09-07 23:48:21 +02:00
Markus Kowalewski
fa6bfc5974
reiser4progs: add license, update homepage
2018-09-07 23:48:19 +02:00
Markus Kowalewski
aae4e1ddc2
nilfs-utils: add licenses
2018-09-07 23:48:19 +02:00
Markus Kowalewski
d3485885b2
mtpfs: add licenses
2018-09-07 23:48:18 +02:00
Markus Kowalewski
4f83467ba4
mtools: add license
2018-09-07 23:48:17 +02:00
Markus Kowalewski
4516ca5480
jfsutils: add license + homepage
2018-09-07 23:48:17 +02:00
Markus Kowalewski
5f2d66ccc6
fatresize: add license
2018-09-07 23:48:16 +02:00
Markus Kowalewski
8060dadf69
curlftpfs: update meta data
2018-09-07 23:48:10 +02:00
Alexey Shmalko
d7b97051a2
Merge pull request #46307 from r-ryantm/auto-update/calamares
...
calamares: 3.2.1 -> 3.2.2
2018-09-07 23:39:42 +03:00
Markus Kowalewski
735a7de051
bashmount: add license
2018-09-07 22:15:14 +02:00
Markus Kowalewski
1e98674c79
zdelta: add license
2018-09-07 22:13:59 +02:00
Markus Kowalewski
fd59d5642e
pigz: add license
2018-09-07 22:11:27 +02:00