Mario Rodas
7fedac34b1
Merge pull request #83729 from marsam/update-fluent-bit
...
fluent-bit: 1.4.0 -> 1.4.1
2020-03-30 05:52:21 -05:00
Benjamin Hipple
ecfb2b41ce
Merge pull request #80522 from doronbehar/update-brotab
...
brotab: 1.1.0 -> 1.2.1
2020-03-30 01:25:49 -04:00
Benjamin Hipple
25467c4490
Merge pull request #83735 from cole-h/zoxide
...
zoxide: 0.2.2 -> 0.3.0
2020-03-29 23:05:04 -04:00
Cole Helbling
dbdae465cb
zoxide: 0.2.2 -> 0.3.0
...
https://github.com/ajeetdsouza/zoxide/compare/v0.2.2...v0.3.0
2020-03-29 18:54:24 -07:00
Mario Rodas
a105345624
Merge pull request #83650 from r-ryantm/auto-update/pspg
...
pspg: 2.6.6 -> 2.7.1
2020-03-29 19:29:27 -05:00
Profpatsch
bf3bd5fee1
skawarePackages: support static builds via pkgsStatic
...
Most of the skaware packages already build just fine with pkgsStatic,
however the wrapper scripts for execline and stdnotify-wrapper needed
the `-lskarlib` argument to go at the end.
`utmps` and `nsss` still fail with this error:
```
exec ./tools/install.sh -D -m 600 utmps-utmpd /bin/utmps-utmpd
/build/utmps-0.0.3.1/tools/install.sh: line 48: can't create /bin/utmps-utmpd.tmp.479: Permission denied
make: *** [Makefile:121: /bin/utmps-utmpd] Error 1
```
2020-03-30 01:35:39 +02:00
Profpatsch
49be064fa5
skawarePackages: release 2020-03
...
Hello,
New versions of all the skarnet.org packages are available.
This is mostly a bugfix release (there was an installation bug in
some circumstances with shared libraries) but some packages, notably
execline and s6, have new, useful features.
The new versions are the following:
skalibs-2.9.2.0
nsss-0.0.2.2
utmps-0.0.3.2
execline-2.6.0.0
s6-2.9.1.0
s6-rc-0.5.1.2
s6-linux-init-1.0.4.0
s6-dns-2.3.2.0
s6-networking-2.3.1.2
s6-portable-utils-2.2.2.2
s6-linux-utils-2.5.1.2
mdevd-0.1.1.2
bcnm-0.0.1.0
Here are details for the packages that have more than bugfixes:
* skalibs-2.9.2.0
---------------
- New header: skalibs/bigkv.h. It's a set of functions allowing
efficient lookups in a large set of strings (typically read from the
command line or the environment).
https://skarnet.org/software/skalibs/
git://git.skarnet.org/skalibs
* execline-2.6.0.0
----------------
- It's a major release because an API has been modified: dollarat.
Beforehand, dollarat's -0 option would always prevail over any -d
option. Now, dollarat has its conflicting -0 and -d options handled
in the conventional way, with rightmost priority.
- The runblock program now accepts a command line prefix, which is
given as runblock's own command line. This allows blocks to serve as
arguments to a new command, instead of having to be full command lines
by themselves.
- New binary: posix-umask.
- The former "cd" program is now named "execline-cd" and the former
"umask" program is named "execline-umask". When the=20
--enable-pedantic-posix
option is not given at configure time, "cd" and "umask" are symbolic
links created at installation time and pointing to execline-cd and
execline-umask respectively. When the --enable-pedantic-posix option is
given, the symbolic links point to posix-cd and posix-umask instead.
- With posix-cd and posix-umask (and the changes to wait done in the
previous version), execline is now fully POSIX-compliant when built with
the --enable-pedantic-posix option. This will certainly, without the
slightest hint of a doubt, change distributions' attitudes about it.
https://skarnet.org/software/execline/
git://git.skarnet.org/execline
* s6-2.9.1.0
----------
- A new '?' directive has been added to s6-log. It behaves exactly like
'!', except that it spawns the given processor with /bin/sh as an
interpreter instead of execlineb.
- execline support is now optional: it can be disabled by specifying
--disable-execline at configure time. Some functionality is unavailable
when execline support is disabled:
* s6-log's '!' directive
* s6-notifyoncheck's -c option
* s6-ipcserver-access's support for 'exec' directives in a ruleset
- A new -X option has been added to s6-svscan, to specify a descriptor
that will be passed as stderr to a service spawned by this s6-svscan and
named s6-svscan-log. This is used in the new s6-linux-init, to avoid
needing to hardcode the /dev/console name for the catch-all logger's
standard error.
- On systems that define SIGPWR and SIGWINCH, s6-svscan -s now diverts
those signals. This allows powerfail and kbrequest events to be handled
when s6-svscan runs as process 1.
https://skarnet.org/software/s6/
git://git.skarnet.org/s6
* s6-linux-init-1.0.4.0
---------------------
- New options have been added to s6-linux-init-maker: to support
running s6-linux-init without a catch-all logger, and to support running
it in a container.
- s6-linux-init-maker now adds a SIGPWR handler to the default image:
on receipt of a SIGPWR, the system's shutdown procedure is triggered.
- s6-linux-init now handles kbrequest, which triggers a SIGWINCH in
init when a special, configurable set of keys is pressed. By default,
no SIGWINCH handler is declared in the image, and no set of keys is
bound to kbrequest.
https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init
* s6-dns-2.3.2.0
--------------
- New library: libdcache, implementing a clean cache structure
to contain DNS data. It's still not used at the moment.
https://skarnet.org/software/s6-dns/
git://git.skarnet.org/s6-dns
* bcnm-0.0.1.0
------------
- First numbered release, because the Ad=C3=A9lie Linux distribution,
which uses libwpactrl, needs an official release instead of pulling
from git.
- libwpactrl is a set of C functions helping control a wpa_supplicant
process.
- bcnm-waitif is a binary that waits for network interface state
events such as appearance/disappearance, up/down, running/not-running.
It is useful to avoid race conditions during a boot sequence, for
instance.
https://skarnet.org/software/bcnm/
git://git.skarnet.org/bcnm
Enjoy,
Bug-reports welcome.
--
Laurent
2020-03-30 01:23:46 +02:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD
2020-03-29 14:08:10 +01:00
Jörg Thalheim
e1bea9e8b1
vector: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
965dc7bb24
uutils-coreutils: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
b684103191
tensorman: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
0c3759abdf
parallel-rust: remove
...
- package has no maintainer
- upstream is dead
- build is broken
2020-03-29 12:37:25 +01:00
Jörg Thalheim
2e74a9b1bf
vdirsyncer: fix strict deps build
2020-03-29 12:37:25 +01:00
R. RyanTM
9fc47b3849
bdf2psf: 1.194 -> 1.195
2020-03-29 10:58:40 +00:00
Mario Rodas
0dccdd6189
fluent-bit: 1.4.0 -> 1.4.1
...
Release notes: https://fluentbit.io/announcements/v1.4.1/
2020-03-29 04:20:00 -05:00
R. RyanTM
3015851788
pspg: 2.6.6 -> 2.7.1
2020-03-29 07:27:43 +00:00
Frederik Rietdijk
a36be028f5
Merge staging-next into staging
2020-03-28 21:15:15 +01:00
Elis Hirwing
f2baa711d1
Merge pull request #82237 from zaninime/libgen-cli
...
libgen-cli: init at 1.0.5
2020-03-28 14:36:38 +01:00
Elis Hirwing
362a983a45
Merge pull request #82278 from lightdiscord/package-request/pdf-parser
...
pdf-parser: init at 0.7.4
2020-03-28 14:34:02 +01:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
...
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Jaakko Luttinen
4179075b4d
bcunit: 3.0.2 -> unstable-2019-11-19
2020-03-28 11:25:28 +02:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
...
Propragate darwin go
2020-03-28 06:57:59 +00:00
Lancelot SIX
087417b34e
Merge pull request #83431 from r-ryantm/auto-update/bibutils
...
bibutils: 6.8 -> 6.10
2020-03-27 19:51:01 +01:00
Michael Weiss
0950324466
scons: Add passthru.py2 for backward compatibility
...
Not all packages build with Python 3, see #75877 . The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
...
This reverts commit 4e6bf03504
, reversing
changes made to afd997aab6
.
Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
R. RyanTM
73f6510359
bibutils: 6.8 -> 6.10
2020-03-26 16:41:52 +00:00
Michael Weiss
7cf37cc0be
html-proofer: 3.15.1 -> 3.15.2
2020-03-26 13:46:06 +01:00
Vladyslav M
8fea62654d
dua: 2.3.1 -> 2.3.8
2020-03-26 10:12:28 +02:00
Mario Rodas
ad8bd3b430
fluent-bit: 1.3.11 -> 1.4.0
2020-03-25 18:00:00 -05:00
Orivej Desh
c2f5006735
timidity: fix playing over JACK with -iA -Oj
...
Based on https://bugs.archlinux.org/task/40906#comment124519
2020-03-25 23:01:42 +00:00
Samuel W. Flint
3fe9ff525a
x11idle: update version, repository ( #35676 )
...
Co-authored-by: Enteee <ducksource@duckpond.ch>
2020-03-25 14:31:06 +00:00
peelz
c79b04a9a5
rmtrash: init at 1.13
2020-03-24 19:01:31 -07:00
zowoq
d6273a5934
youtube-dl: 2020.03.08 -> 2020.03.24
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.24
2020-03-24 11:51:57 +10:00
Maximilian Bosch
0bfd0187da
parallel: 20200222 -> 202003222
...
https://fossies.org/diffs/parallel/20200222_vs_20200322/NEWS-diff.html
2020-03-24 01:27:04 +01:00
LightDiscord
29e6e32ef9
pdf-parser: init at 0.7.4
2020-03-23 20:45:51 +01:00
Mario Rodas
a991be8fde
starship: 0.37.0 -> 0.38.1
2020-03-22 04:20:00 -05:00
Michael Weiss
868f1ceb30
wev: 2019-08-11 -> 1.0.0
2020-03-23 14:50:21 +01:00
Mario Rodas
9255c0677a
Merge pull request #83168 from marsam/update-z-lua
...
z-lua: 1.7.4 -> 1.8.4
2020-03-22 20:16:25 -05:00
Mario Rodas
0c59458e44
bat: 0.12.1 -> 0.13.0
...
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.13.0
2020-03-22 07:25:00 -05:00
Maximilian Bosch
6c48c7b81f
fd: 7.4.0 -> 7.5.0
...
https://github.com/sharkdp/fd/releases/tag/v7.5.0
2020-03-22 19:52:00 +01:00
Mario Rodas
4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
...
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Mario Rodas
6c756e8b15
z-lua: 1.7.4 -> 1.8.4
2020-03-22 04:20:00 -05:00
Matthew Bauer
b94300945a
Merge pull request #75940 from davidtwco/wooting-init
...
wooting: init wootility, wooting-udev-rules and module
2020-03-22 02:03:52 -04:00
Mario Rodas
b11d54582d
pgmetrics: fix build on darwin
2020-03-21 05:58:00 -05:00
Mario Rodas
4bf3a0de2e
pgcenter: fix build on darwin
2020-03-21 05:57:00 -05:00
Mario Rodas
0c25c3fd13
mutagen: fix build on darwin
2020-03-21 05:56:00 -05:00
Mario Rodas
378de230c1
kepubify: fix build on darwin
2020-03-21 05:34:00 -05:00
Mario Rodas
33f90726c3
gotify-cli: fix build on darwin
2020-03-21 05:10:00 -05:00
Mario Rodas
86d19c4e32
chezmoi: fix build on darwin
2020-03-21 04:40:00 -05:00
Mario Rodas
203e2ca6f9
docui: fix build on darwin
2020-03-21 04:36:00 -05:00
Cole Helbling
9ac94c36d4
zoxide: 0.2.1 -> 0.2.2
2020-03-19 13:21:46 -07:00
Mario Rodas
a97b3677e3
fluent-bit: 1.3.9 -> 1.3.11
2020-03-19 04:20:00 -05:00
Mario Rodas
8e63168be0
Merge pull request #82961 from cole-h/zoxide
...
zoxide: 0.2.1 -> 0.2.2
2020-03-19 19:16:06 -05:00
Florian Klink
d07af374c1
Merge pull request #81200 from flokli/edid-generator
...
edid-generator: init at unstable-2018-03-15
2020-03-19 22:48:44 +01:00
Maximilian Bosch
b51d4e588d
thefuck: 3.29 -> 3.30
...
https://github.com/nvbn/thefuck/releases/tag/3.30
2020-03-19 21:24:26 +01:00
zowoq
0e886b69ab
fd: use installShellFiles
2020-03-18 20:07:38 -07:00
Jörg Thalheim
97ac11f6a3
blsd: marked as broken
...
no longer compatible without libgit version.
Also seems unmaintained since 3 years.
2020-03-18 09:21:08 +00:00
Maximilian Bosch
e808d11c43
peep: init at 0.1.4
2020-03-17 23:25:51 +01:00
Mario Rodas
6536311315
Merge pull request #82731 from r-ryantm/auto-update/zabbix-cli
...
zabbix-cli: 2.1.1 -> 2.2.1
2020-03-17 08:07:21 -05:00
R. RyanTM
22805c0e5f
zabbix-cli: 2.1.1 -> 2.2.1
2020-03-16 15:09:49 +00:00
zowoq
3c10b1c2a7
ostree: 2020.2 -> 2020.3
...
https://github.com/ostreedev/ostree/releases/tag/v2020.3
2020-03-16 09:29:17 +10:00
Daiderd Jordan
134590d0a3
Merge pull request #82675 from cole-h/zoxide
...
zoxide: 0.2.0 -> 0.2.1
2020-03-15 20:44:00 +01:00
Cole Helbling
ce8674dc0f
zoxide: 0.2.0 -> 0.2.1
...
With this release, you can now migrate entries from your `z` database!
2020-03-15 11:54:34 -07:00
Ryan Fitzsimon
ea8efb20a7
ckb-next: Disable built-in updater
2020-03-15 03:17:58 +00:00
Vladyslav M
9d8580fe4c
miniserve: 0.5.0 -> 0.6.0
2020-03-14 18:08:10 +00:00
Ryan Mulligan
f124f11e50
Merge pull request #82535 from r-ryantm/auto-update/docui
...
docui: 2.0.0 -> 2.0.4
2020-03-14 06:29:44 -07:00
R. RyanTM
f47ec36970
pgmetrics: 1.7.1 -> 1.8.1
2020-03-14 11:48:34 +00:00
Jörg Thalheim
420254586a
Merge pull request #78172 from Izorkin/mc
...
mc: 4.8.23 -> 4.8.24
2020-03-14 07:33:16 +00:00
Jörg Thalheim
0ad2243c66
mc: quote urls
2020-03-14 07:32:48 +00:00
Jörg Thalheim
841b89cac8
mc: add autoreconfHook instead of /usr/bin/file patch
...
The error is still there but harmless.
It should be rather fixed in autoconf than in every package that
uses autotools.
2020-03-14 07:32:31 +00:00
R. RyanTM
d95db5018a
docui: 2.0.0 -> 2.0.4
2020-03-14 04:55:32 +00:00
Mario Rodas
1bb17b50d2
broot: 0.13.2 -> 0.13.4
2020-03-14 00:44:06 +00:00
Mario Rodas
43d1c44e49
Merge pull request #64114 from thefloweringash/yubico-piv-tool-mac
...
yubico-piv-tool: support Apple PCSC, enable by default
2020-03-13 08:34:05 -05:00
Mario Rodas
7b756b6536
Merge pull request #82279 from r-ryantm/auto-update/fselect
...
fselect: 0.6.8 -> 0.6.9
2020-03-13 06:24:39 -05:00
Erik Arvstedt
7db5d94c36
opentimestamps-client: 0.6.0 -> 0.7.0
...
The extra git check input and the patch aren't needed anymore.
2020-03-13 04:06:10 +00:00
zowoq
179aa6ec04
fzf: 0.21.0 -> 0.21.0-1
2020-03-13 10:34:32 +10:00
Frederik Rietdijk
73fa45693c
bepasty: use correct version of xstatic-bootstrap
2020-03-12 11:20:19 +01:00
Mario Rodas
6aae443d0a
fselect: install manpage
2020-03-12 04:20:00 -05:00
zowoq
da13cdb56c
fzf: 0.20.0 -> 0.21.0
...
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0210
2020-03-12 06:58:34 +00:00
Alyssa Ross
e95548311e
Merge pull request #82181 from dywedir/hexyl
...
hexyl: 0.6.0 -> 0.7.0
2020-03-11 23:54:32 +00:00
Yannik Sander
de892c2f07
Remove unnecessary comment
...
Co-Authored-By: Cole Helbling <cole.e.helbling@outlook.com>
2020-03-11 23:48:47 +00:00
Yannik Sander
130aef631c
zoxide: init at 0.2.0
2020-03-11 23:48:47 +00:00
Maximilian Bosch
9f3ae18145
Merge pull request #82281 from bhipple/u/rust-cargo-licensor
...
licensor: upgrade cargo fetcher and cargoSha256
2020-03-11 19:46:21 +01:00
Will Dietz
7f1b6576b5
Merge pull request #82262 from equirosa/pfetch
...
pfetch : 0.4.0 -> 0.5.0
2020-03-10 17:13:59 -05:00
Benjamin Hipple
23f37d2db9
licensor: upgrade cargo fetcher and cargoSha256
2020-03-10 17:07:31 -04:00
R. RyanTM
ac184e3c6b
fselect: 0.6.8 -> 0.6.9
2020-03-10 20:45:39 +00:00
Jan Tojnar
8515b703cf
Merge pull request #72125 from jtojnar/maintainer-groups
...
lib: Add lib.maintainer-groups
2020-03-10 21:09:33 +01:00
Ryan Mulligan
bfa78684a0
Merge pull request #82215 from r-ryantm/auto-update/you-get
...
you-get: 0.4.1403 -> 0.4.1410
2020-03-10 12:19:20 -07:00
Eduardo Quiros
920639ede3
pfetch : 0.4.0 -> 0.5.0
2020-03-10 10:35:24 -06:00
Francesco Zanini
bbce0e88b9
libgen-cli: init at 1.0.5
2020-03-10 12:48:16 +01:00
Mario Rodas
109cfe1bc7
Merge pull request #82227 from r-ryantm/auto-update/neofetch
...
neofetch: 6.1.0 -> 7.0.0
2020-03-10 06:33:29 -05:00
R. RyanTM
3a93ec6f6d
neofetch: 6.1.0 -> 7.0.0
2020-03-10 09:09:46 +00:00
Jörg Thalheim
922fd551a4
Merge pull request #82216 from r-ryantm/auto-update/vttest
...
vttest: 20190710 -> 20200303
2020-03-10 07:41:29 +00:00
Jörg Thalheim
ef89f7180a
Merge pull request #81655 from clkamp/licensor-fix-test
...
licensor: Fix test in 2020 from upstream
2020-03-10 05:25:25 +00:00
R. RyanTM
3193b639ff
vttest: 20190710 -> 20200303
2020-03-10 03:41:13 +00:00
R. RyanTM
714dd394c8
you-get: 0.4.1403 -> 0.4.1410
2020-03-10 02:57:43 +00:00
Vladyslav M
7483f9fbae
hexyl: 0.6.0 -> 0.7.0
2020-03-09 23:13:11 +02:00
zowoq
134f8cc84d
youtube-dl: 2020.03.06 -> 2020.03.08
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.08
2020-03-09 15:58:22 +10:00
Benjamin Hipple
d4844a1a49
vdirsyncer: upgrade cargo fetcher and cargoSha256
2020-03-08 23:32:01 -04:00
Mario Rodas
451f8ed267
Merge pull request #82103 from bhipple/u/rust-cargo-onefetch
...
onefetch: upgrade cargo fetcher and cargoSha256
2020-03-08 21:38:09 -05:00
Benjamin Hipple
ab0c847d8c
eva: upgrade cargo fetcher and cargoSha256 ( #82093 )
2020-03-08 22:16:06 -04:00
Benjamin Hipple
2fd069c4e5
onefetch: upgrade cargo fetcher and cargoSha256
2020-03-08 22:10:27 -04:00
Benjamin Hipple
9044bdef6a
heatseeker: 1.5.1 -> 1.7.1
...
The build is currently broken on master; upgrading fixes it.
2020-03-07 15:22:11 -05:00
Ryan Mulligan
32a7992874
Merge pull request #81960 from r-ryantm/auto-update/profile-sync-daemon
...
profile-sync-daemon: 6.35 -> 6.36
2020-03-07 09:10:22 -08:00
markuskowa
98b3523f04
Merge pull request #81953 from r-ryantm/auto-update/phoronix-test-suite
...
phoronix-test-suite: 9.4.0 -> 9.4.1
2020-03-07 16:02:14 +01:00
Izorkin
784740aee0
mc: 4.8.23 -> 4.8.24
2020-03-07 16:00:31 +03:00
Silvan Mosberger
a0d2bed383
Merge pull request #81938 from Infinisil/fix/du-dust-name
...
du-dust: Change derivation name from dust to du-dust
2020-03-07 13:41:09 +01:00
Silvan Mosberger
ad126ee28e
du-dust: Change derivation name from dust to du-dust
...
This prevents confusion by nix-env when installing packages by
derivation name, since there is another package named dust already
2020-03-07 12:27:33 +01:00
R. RyanTM
ad450e99b9
profile-sync-daemon: 6.35 -> 6.36
2020-03-07 07:13:29 +00:00
R. RyanTM
6609c367ee
phoronix-test-suite: 9.4.0 -> 9.4.1
2020-03-07 04:42:46 +00:00
Ryan Mulligan
a985982db6
Merge pull request #81871 from r-ryantm/auto-update/byobu
...
byobu: 5.131 -> 5.133
2020-03-06 18:00:23 -08:00
R. RyanTM
40877c81a5
vector: 0.8.0 -> 0.8.1
2020-03-06 15:27:26 -06:00
Maximilian Bosch
5d4fba7f43
Merge pull request #81846 from zowoq/youtube-dl
...
youtube-dl: 2020.03.01 -> 2020.03.06
2020-03-06 10:30:01 +01:00
Mario Rodas
b11c5e5436
Merge pull request #81856 from r-ryantm/auto-update/topgrade
...
topgrade: 4.0.2 -> 4.2.0
2020-03-06 04:19:26 -05:00
R. RyanTM
2f863c721e
byobu: 5.131 -> 5.133
2020-03-06 07:12:15 +00:00
Mario Rodas
93ba4ecd58
Merge pull request #81830 from r-ryantm/auto-update/broot
...
broot: 0.13.1 -> 0.13.2
2020-03-05 21:21:44 -05:00
R. RyanTM
2106ce07d6
topgrade: 4.0.2 -> 4.2.0
2020-03-06 01:21:51 +00:00
R. RyanTM
5db4396b91
debootstrap: 1.0.117 -> 1.0.119
2020-03-05 15:45:32 -08:00
R. RyanTM
4b4dcda1b1
chafa: 1.2.1 -> 1.2.2
2020-03-05 15:09:11 -08:00
zowoq
815f25daed
youtube-dl: 2020.03.01 -> 2020.03.06
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.06
2020-03-06 07:24:04 +10:00
R. RyanTM
e7387ad05c
broot: 0.13.1 -> 0.13.2
2020-03-05 16:54:20 +00:00
Ryan Mulligan
f3730595ca
Merge pull request #81770 from r-ryantm/auto-update/graylog
...
graylog: 3.2.1 -> 3.2.2
2020-03-05 07:54:49 -08:00
Mario Rodas
70296be9f6
chezmoi: 1.7.13 -> 1.7.16
2020-03-04 18:00:00 -05:00
R. RyanTM
2954d5544d
graylog: 3.2.1 -> 3.2.2
2020-03-04 22:58:13 +00:00
Mario Rodas
6c5b7304fb
Merge pull request #81226 from zowoq/tealdeer
...
tealdeer: 1.2.0 -> 1.3.0
2020-03-04 07:46:39 -05:00
Mario Rodas
a8c63feb3c
Merge pull request #81699 from r-ryantm/auto-update/mutagen
...
mutagen: 0.11.0 -> 0.11.2
2020-03-04 07:42:09 -05:00
R. RyanTM
baff63e0ba
mutagen: 0.11.0 -> 0.11.2
2020-03-04 08:15:39 +00:00
Mario Rodas
8b44e6b1ee
Merge pull request #81683 from r-ryantm/auto-update/fluent-bit
...
fluent-bit: 1.3.8 -> 1.3.9
2020-03-03 23:33:09 -05:00
R. RyanTM
fb2f9d807f
fluent-bit: 1.3.8 -> 1.3.9
2020-03-04 03:59:07 +00:00
Mario Rodas
9294305e1f
Merge pull request #80583 from marsam/update-du-dust
...
du-dust: 0.4.4 -> 0.5.0
2020-03-03 18:46:17 -05:00
Christian Lütke-Stetzkamp
c8299d69b0
licensor: Fix test in 2020
2020-03-03 22:40:33 +01:00
Mario Rodas
e9375934de
Merge pull request #81592 from zowoq/kepubify
...
kepubify: 3.0.0 -> 3.1.0
2020-03-03 08:03:03 -05:00
R. RyanTM
774324ae76
plantuml: 1.2020.1 -> 1.2020.2
2020-03-03 09:21:16 +01:00
zowoq
3c7eb6f1be
kepubify: 3.0.0 -> 3.1.0
...
https://github.com/geek1011/kepubify/releases/tag/v3.1.0
2020-03-03 16:25:05 +10:00
Lancelot SIX
ac75010d33
Merge pull request #81549 from r-ryantm/auto-update/parallel
...
parallel: 20200122 -> 20200222
2020-03-02 23:35:57 +01:00
David Wood
f4d6ed2e8b
starship: 0.36.1 -> 0.37.0
...
Signed-off-by: David Wood <david@davidtw.co>
2020-03-02 21:05:06 +01:00
Jan Tojnar
f27031f48f
Merge pull request #81063 from NixOS/netpbm
...
netpbm: 10.82.01 → 10.89.1
2020-03-02 19:26:25 +01:00
R. RyanTM
519ac8cff4
parallel: 20200122 -> 20200222
2020-03-02 18:12:18 +00:00
Peter Hoeg
dde9dad3ae
Merge pull request #81280 from peterhoeg/u/peruse
...
peruse: 1.2.20180618 -> 1.2.20200208
2020-03-02 10:55:00 +08:00
Mario Rodas
f6ed819204
Merge pull request #81455 from eadwu/wakatime/13.0.7
...
wakatime: 13.0.4 -> 13.0.7
2020-03-01 19:57:01 -05:00
zowoq
5ce2974294
youtube-dl: 2020.02.16 -> 2020.03.01
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.01
2020-03-02 09:15:28 +10:00
Michael Weiss
4e1f77e9aa
wob: 0.7 -> 0.8
2020-03-01 17:45:24 +01:00
Jan Tojnar
9555834399
netpbm: split into multiple outputs
2020-03-01 15:13:03 +01:00
Mario Rodas
c03bfa676e
Merge pull request #81250 from bhipple/u/rust-cargo-lorri
...
lorri: upgrade cargo fetcher and cargoSha256
2020-02-29 18:17:45 -05:00
Mario Rodas
7b94c1301a
Merge pull request #81247 from bhipple/u/rust-cargo-miniserve
...
miniserve: upgrade cargo fetcher and cargoSha256
2020-02-29 18:17:29 -05:00
Mario Rodas
df730ab146
Merge pull request #81232 from bhipple/u/rust-cargo-tensorman
...
tensorman: upgrade cargo fetcher and cargoSha256
2020-02-29 18:16:08 -05:00
Mario Rodas
71308a28fc
Merge pull request #81358 from r-ryantm/auto-update/phoronix-test-suite
...
phoronix-test-suite: 9.2.1 -> 9.4.0
2020-02-29 17:36:26 -05:00
Edmund Wu
e892cde4c7
wakatime: 13.0.4 -> 13.0.7
2020-02-29 11:53:42 -05:00
Michael Weiss
cf6477076b
wob: 0.6 -> 0.7
2020-02-29 14:44:46 +01:00
R. RyanTM
eaf2f26201
phoronix-test-suite: 9.2.1 -> 9.4.0
2020-02-29 09:27:19 +00:00
Michael Weiss
ad0c620a08
html-proofer: Update the dependencies (security, CVE-2020-7595)
...
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].
[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:17 +01:00
Florian Klink
fa58182b17
edid-generator: init at unstable-2018-03-15
2020-02-28 09:24:53 -08:00
Mario Rodas
f177a85e49
Merge pull request #81253 from bhipple/u/rust-cargo-parallel-rust
...
parallel-rust: upgrade cargo fetcher and cargoSha256
2020-02-28 09:35:14 -05:00
Mario Rodas
abf6cdb799
Merge pull request #81256 from bhipple/u/rust-cargo-diskus
...
diskus: upgrade cargo fetcher and cargoSha256
2020-02-28 09:31:44 -05:00
Peter Hoeg
67e1df4422
peruse: 1.2.2018016 -> 1.2.20200208
2020-02-28 18:52:56 +08:00
Mario Rodas
f7d07d4851
Merge pull request #81254 from bhipple/u/rust-cargo-vivid
...
vivid: upgrade cargo fetcher and cargoSha256
2020-02-28 05:26:32 -05:00
Mario Rodas
0faf652c2e
Merge pull request #81238 from bhipple/u/rust-cargo-fselect
...
fselect: upgrade cargo fetcher and cargoSha256
2020-02-28 05:24:02 -05:00
Mario Rodas
e89fef9594
Merge pull request #81257 from bhipple/u/rust-cargo-mcfly
...
mcfly: upgrade cargo fetcher and cargoSha256
2020-02-28 05:23:48 -05:00
Mario Rodas
f85f6f8bce
Merge pull request #81248 from bhipple/u/rust-cargo-pazi
...
pazi: upgrade cargo fetcher and cargoSha256
2020-02-28 05:14:02 -05:00
Mario Rodas
c948921b8c
Merge pull request #81255 from bhipple/u/rust-cargo-shadowenv
...
shadowenv: upgrade cargo fetcher and cargoSha256
2020-02-28 05:13:29 -05:00
Mario Rodas
0535597ca8
Merge pull request #81234 from bhipple/u/rust-cargo-ffsend
...
ffsend: upgrade cargo fetcher and cargoSha256
2020-02-28 05:07:36 -05:00
Mario Rodas
58eab946f7
Merge pull request #81239 from bhipple/u/rust-cargo-lsd
...
lsd: upgrade cargo fetcher and cargoSha256
2020-02-28 05:04:48 -05:00
Benjamin Hipple
865b27c322
journaldriver: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:25:48 -08:00
Benjamin Hipple
d07ca7253a
watchexec: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:17:28 -08:00
Benjamin Hipple
e7f7cd262d
shell-hist: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:16:21 -08:00
Benjamin Hipple
f336bf0f43
kak-lsp: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:13:37 -08:00
Benjamin Hipple
d6f23a291c
void: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:09:45 -08:00
Benjamin Hipple
6f63f323a6
loop: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:09:18 -08:00
Domen Kožar
7049c0475d
Merge pull request #81267 from dtzWill/update/fx_cast_bridge-0.0.6
...
fx_cast_bridge: 0.0.5 -> 0.0.6
2020-02-28 08:47:26 +01:00
Lily Ballard
18007d5656
xv: 0.1.1 -> 0.1.2, rename to xxv
...
Also update the license.
2020-02-27 22:58:32 -08:00
Vladyslav M
9ed55b73dd
Merge pull request #81246 from bhipple/u/rust-cargo-hexyl
...
hexyl: upgrade cargo fetcher and cargoSha256
2020-02-28 08:01:59 +02:00
Will Dietz
a88fa07daf
fx_cast_bridge: 0.0.5 -> 0.0.6
2020-02-27 23:59:14 -06:00
Maximilian Bosch
0fa5fc0272
Merge pull request #81252 from bhipple/u/rust-cargo-powerline-rs
...
powerline-rs: upgrade cargo fetcher and cargoSha256
2020-02-28 06:50:34 +01:00
Benjamin Hipple
596b3e6dba
uutils-coreutils: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:20:46 -05:00
Benjamin Hipple
7dbb5ae027
mcfly: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:06:29 -05:00
Benjamin Hipple
bb8d5b8ac7
diskus: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:59:47 -05:00
Benjamin Hipple
42b1edda90
shadowenv: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:54:43 -05:00
Benjamin Hipple
de1c66853e
vivid: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:42:48 -05:00
Benjamin Hipple
c363e53124
parallel-rust: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:35:34 -05:00
Benjamin Hipple
1abd618353
powerline-rs: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:34:03 -05:00
Benjamin Hipple
471d685433
lorri: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:22:49 -05:00
Benjamin Hipple
f8d59f1567
pazi: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:17:05 -05:00
Benjamin Hipple
556f7c1008
miniserve: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:14:03 -05:00
Ryan Mulligan
018e45e170
Merge pull request #81215 from r-ryantm/auto-update/fsmon
...
fsmon: 1.6.1 -> 1.7.0
2020-02-27 20:10:45 -08:00
Benjamin Hipple
3330e84da7
hexyl: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 23:07:39 -05:00
Benjamin Hipple
bca071a738
websocat: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 21:59:40 -06:00
Maximilian Bosch
572a63faf8
termplay: switch to fetchFromGitLab
...
See also https://gitlab.com/jD91mZM2/termplay
2020-02-28 04:14:03 +01:00
Benjamin Hipple
d0b13982c9
lsd: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 22:11:16 -05:00
Maximilian Bosch
9aaf1147ab
Merge pull request #81233 from bhipple/u/rust-cargo-termplay
...
termplay: upgrade cargo fetcher and cargoSha256
2020-02-28 04:10:39 +01:00
Benjamin Hipple
c8e2a33e1e
fselect: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 22:10:07 -05:00
Benjamin Hipple
c51bc2b9fc
ffsend: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 21:50:06 -05:00
Maximilian Bosch
146f3e3d49
fd: add myself as maintainer
2020-02-28 03:46:23 +01:00
Benjamin Hipple
3c6d7e6ba4
termplay: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 21:43:41 -05:00
Benjamin Hipple
24a3710b74
tensorman: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 21:39:37 -05:00
Benjamin Hipple
75c0bbb990
fd: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 21:23:08 -05:00
zowoq
11464a5611
tealdeer: 1.2.0 -> 1.3.0
...
https://github.com/dbrgn/tealdeer/blob/master/CHANGELOG.md#v130-2020-02-28
2020-02-28 11:24:03 +10:00
dawidsowa
9ab5fbfb96
thinkpad-scripts: init at 4.12.0
2020-02-27 23:49:27 +01:00
R. RyanTM
64b0e3b91f
fsmon: 1.6.1 -> 1.7.0
2020-02-27 22:41:48 +00:00
worldofpeace
76f4f6b95d
Merge pull request #81087 from lovesegfault/tlp-1.3.1
...
tlp: 1.2.2 -> 1.3.1
2020-02-27 19:43:14 +00:00
Vladyslav M
dcba5b333f
Merge pull request #80777 from dywedir/dua
...
dua: 2.1.11 -> 2.3.1
2020-02-27 21:31:24 +02:00
Maximilian Bosch
57f2ea5ca1
clipman: 1.3.0 -> 1.4.0
...
https://github.com/yory8/clipman/releases/tag/v1.4.0
2020-02-27 11:34:00 +01:00
Michael Raskin
93f5b02c4f
Merge pull request #80905 from bennofs/update-gnulib
...
gnulib: 20190811 -> 20200223 and simplify usage
2020-02-27 06:35:48 +00:00
Bernardo Meurer
07cc033524
tlp: add lovesegfault as a maintainer
2020-02-26 18:47:27 -08:00
Bernardo Meurer
471944b924
tlp: 1.2.2 -> 1.3.1
2020-02-26 18:47:26 -08:00
Alexander Rodin
05336f23b1
vector: 0.7.2 -> 0.8.0
2020-02-26 19:52:33 -06:00
Mario Rodas
96e98d1ea2
Merge pull request #81046 from filalex77/topgrade-4.0.2
...
topgrade: 3.9.0 -> 4.0.2
2020-02-26 03:32:46 -05:00
Mario Rodas
0d59920d8d
Merge pull request #81068 from r-ryantm/auto-update/datamash
...
datamash: 1.5 -> 1.6
2020-02-25 21:35:16 -05:00
R. RyanTM
10f3643c7c
datamash: 1.5 -> 1.6
2020-02-25 23:38:27 +00:00
Oleksii Filonenko
5330ac7450
topgrade: 3.9.0 -> 4.0.2
2020-02-25 21:36:09 +02:00
Christian Lütke-Stetzkamp
b2758c9995
coreboot-utils: 4.10 -> 4.11 ( #81031 )
...
Closes #79210
2020-02-25 18:51:28 +01:00
Marek Mahut
e188bd84d4
Merge pull request #80748 from r-ryantm/auto-update/trac
...
trac: 1.4 -> 1.4.1
2020-02-25 08:59:04 +01:00
Vladyslav M
7340dd1d9b
dua: 2.1.11 -> 2.3.1
2020-02-25 08:09:04 +02:00
Jan Tojnar
7fb671e43e
Merge pull request #80837 from zowoq/ostree-2020-2
...
ostree: 2019.6 -> 2020.2
2020-02-24 20:56:53 +01:00
Jan Tojnar
26bd210afc
ostree: fix gjs installed tests
2020-02-24 20:33:39 +01:00
Yegor Timoshenko
76e1d5cf3b
Merge pull request #80293 from emilazy/flashrom-1.2
...
flashrom: switch to Meson build and update deps
2020-02-24 18:52:06 +03:00
Mario Rodas
2702da0d8f
Merge pull request #80901 from dywedir/skim
...
skim: 0.7.0 -> 0.8.0
2020-02-23 20:27:56 -05:00
skykanin
923b41eab1
colorz: init at 1.0.3
2020-02-23 15:38:27 -08:00
Maximilian Bosch
a9b0ccd68e
diffoscope: 136 -> 137
...
https://salsa.debian.org/reproducible-builds/diffoscope/-/tags/137
2020-02-23 23:23:18 +01:00
Patrick Hilhorst
7062fa3d57
codebraid: init at 0.5.0-unstable-2019-12-11
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Benno Fünfstück
98bb71f41b
grub2: simplify gnulib usage
2020-02-23 19:17:48 +01:00
Vladyslav M
5259b4f9cc
skim: 0.7.0 -> 0.8.0
2020-02-23 18:34:56 +02:00
zowoq
9567d805f0
ostree: 2019.6 -> 2020.2
...
https://github.com/ostreedev/ostree/releases/tag/v2020.1
https://github.com/ostreedev/ostree/releases/tag/v2020.2
2020-02-22 21:53:04 +10:00
Moritz Heidkamp
a01db4abd4
babashka: init at 0.0.71
2020-02-22 12:17:34 +01:00
R. RyanTM
e263acc115
trac: 1.4 -> 1.4.1
2020-02-21 18:56:01 +00:00
R. RyanTM
c6f02f028c
plantuml: 1.2020.0 -> 1.2020.1
2020-02-20 20:42:02 +01:00
Mario Rodas
104e6306cc
Merge pull request #80591 from Frostman/starship-0.36.1
...
starship: 0.36.0 -> 0.36.1
2020-02-20 05:27:15 -05:00
Mario Rodas
612130c267
fluent-bit: 1.3.7 -> 1.3.8
2020-02-20 04:20:00 -05:00
Domen Kožar
5f711b6b7e
Merge pull request #57876 from dtzWill/feature/fx_cast
...
fx_cast: init at 0.0.5
2020-02-20 15:18:03 +07:00
Sergey Lukjanov
647241011c
starship: drop legacyCargoFetcher
2020-02-19 18:46:59 -08:00
Maximilian Bosch
ae56e26161
Merge pull request #80585 from r-ryantm/auto-update/graylog
...
graylog: 3.2.0 -> 3.2.1
2020-02-20 03:43:45 +01:00
Sergey Lukjanov
0adc23bdaf
starship: 0.36.0 -> 0.36.1
2020-02-19 18:07:15 -08:00
R. RyanTM
9c6b5041c5
graylog: 3.2.0 -> 3.2.1
2020-02-20 01:08:17 +00:00
Mario Rodas
5e32ee987e
Merge pull request #79795 from r-ryantm/auto-update/you-get
...
you-get: 0.4.1388 -> 0.4.1403
2020-02-19 19:35:36 -05:00
Mario Rodas
6da679bad3
Merge pull request #79921 from r-ryantm/auto-update/gti
...
gti: 1.6.1 -> 1.7.0
2020-02-19 19:15:20 -05:00
Mario Rodas
1d0ea761cf
du-dust: 0.4.4 -> 0.5.1
2020-02-19 18:18:18 -05:00
Doron Behar
896f19d28c
brotab: 1.1.0 -> 1.2.1
...
Cleanup and fix deps a little bit.
2020-02-19 22:12:23 +02:00
Maximilian Bosch
563baa1ea9
clipman: 2019-12-10 -> 1.3.0
...
https://github.com/yory8/clipman/releases/tag/v1.3.0
2020-02-19 14:39:59 +01:00
Mario Rodas
134e5dc478
Merge pull request #80412 from zowoq/kepubify
...
kepubify: init at 3.0.0
2020-02-19 08:32:34 -05:00
Mario Rodas
b5089eb3c2
Merge pull request #80517 from r-ryantm/auto-update/neo-cowsay
...
neo-cowsay: 1.0.0 -> 1.0.1
2020-02-19 07:09:28 -05:00
R. RyanTM
799192f20f
neo-cowsay: 1.0.0 -> 1.0.1
2020-02-19 09:18:01 +00:00
Frederik Rietdijk
c65707bc25
Merge pull request #80252 from NixOS/staging-next
...
Staging next
2020-02-19 09:18:32 +01:00
tviti
2cfad8fa28
Revert "hdf5-fortran: Mark broken on Darwin" ( #80419 )
...
This reverts commit 8836c4d71b
.
Closes #79952
2020-02-18 14:52:22 -05:00
Frederik Rietdijk
9d88ee08f6
Merge master into staging-next
2020-02-18 16:09:19 +01:00
zowoq
472b657221
kepubify: init at 3.0.0
...
Co-authored-by: Jacob Dillon <jacob.dillon@uconn.edu>
2020-02-18 16:32:51 +10:00
Benjamin Hipple
0b91dad9ee
tealdeer: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; ran `nixpkgs-review wip` successfully.
2020-02-17 21:55:01 -08:00
Silvan Mosberger
4aff981a67
Merge pull request #78141 from Infinisil/sta
...
sta: init at 2016-01-25
2020-02-18 03:07:28 +01:00
Daiderd Jordan
e2c3b16f99
Merge pull request #79755 from sikmir/osm2pgsql
...
osm2pgsql: enable on darwin
2020-02-17 22:43:26 +01:00
Frederik Rietdijk
ec1184f461
Merge master into staging-next
2020-02-17 15:12:28 +01:00
Jonathan Ringer
46a93a7fdb
expect: use postPatch for stty patch
2020-02-16 18:39:07 -08:00
Bas van Dijk
b30dc0ff89
expect: patch configure after the autoreconf phase, not before it
...
Fixes : #79863
2020-02-16 15:46:01 -08:00
Maximilian Bosch
7957f43b6a
youtube-dl: 2020.01.24 -> 2020.02.16
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.02.16
2020-02-17 00:13:05 +01:00
James Cook
b0a26b3b52
Remove myself as maintainer.
...
I'm not really that familiar with these two packages.
2020-02-16 22:15:39 +00:00
Emily
3388643b8e
flashrom: switch to Meson build and update deps
2020-02-16 20:19:09 +00:00
Frederik Rietdijk
0c7143462b
Merge master into staging
2020-02-16 08:50:59 +01:00
Justin Humm
4496f8f4b8
fontforge: 20190413 -> 20190801
...
- Init libuninameslist at 20190701 as it is a new dependency to fontforge
- Remove gnulib, as it is not used anymore
- Remove a non-applying patch
- Add myself as maintainer
2020-02-16 08:47:34 +01:00
Benjamin Hipple
131a32a5af
rust: update docs on legacyCargoFetcher; remove unnecessary defaults
...
As mentioned in #79975 , the default on `legacyCargoFetcher` if left unspecified
is now `false`.
2020-02-15 22:07:47 -08:00
Jonathan Ringer
ceb30c490c
vector: 0.7.1 -> 0.7.2
2020-02-15 21:59:27 -08:00
Benjamin Hipple
4c900027b1
bat: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-15 17:25:31 -08:00
Benjamin Hipple
855dd87bf3
exa: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-15 17:20:08 -08:00
Benjamin Hipple
2227115e78
xprite-editor: fix build by migrating off legacy fetchCargo
...
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.
https://hydra.nixos.org/job/nixpkgs/trunk/xprite-editor.x86_64-linux
2020-02-15 17:07:04 -08:00
Benjamin Hipple
c292376438
silicon: fix build by migrating off legacy fetchCargo
...
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.
https://hydra.nixos.org/job/nixpkgs/trunk/silicon.x86_64-linux
2020-02-15 17:06:12 -08:00
Benjamin Hipple
c05d5fc478
hyperfine: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-15 16:52:06 -08:00
gnidorah
c0609be0a2
woeusb: 3.3.0 -> 3.3.1
2020-02-15 15:24:24 +01:00
Daniel Schaefer
756b61e307
Merge pull request #79898 from r-ryantm/auto-update/debootstrap
...
debootstrap: 1.0.116 -> 1.0.117
2020-02-15 15:05:30 +01:00
Ryan Mulligan
ab69c9f7e8
Merge pull request #80116 from r-ryantm/auto-update/chezmoi
...
chezmoi: 1.7.12 -> 1.7.13
2020-02-14 08:39:58 -08:00
Mario Rodas
b14afe1ec3
Merge pull request #79897 from r-ryantm/auto-update/byobu
...
byobu: 5.130 -> 5.131
2020-02-14 08:36:54 -05:00
R. RyanTM
193eeab4bc
chezmoi: 1.7.12 -> 1.7.13
2020-02-14 13:30:57 +00:00
Will Dietz
9a80ee245c
fx_cast_bridge: 0.0.4 -> 0.0.5
2020-02-14 01:51:52 -06:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Michele Guerini Rocco
f8c3e15771
Merge pull request #75163 from rnhmjoj/gohu
...
gohufont: generate opentype files
2020-02-14 00:46:05 +01:00
Michele Guerini Rocco
5c86fd62fd
Merge pull request #79984 from dtzWill/feature/bdf2sfd
...
bdf2sfd: init at 1.1.0
2020-02-14 00:44:37 +01:00
Mario Rodas
bed668063a
Merge pull request #79951 from marsam/update-mutagen
...
mutagen: 0.10.3 -> 0.11.0
2020-02-13 07:33:16 -05:00
Will Dietz
ff638c0afc
bdf2sfd: init at 1.1.0
2020-02-13 00:09:33 -06:00
Bruno Bigras
57bacf67e9
starship: 0.35.1 -> 0.36.0
2020-02-13 00:49:09 -05:00
Mario Rodas
b35ae1f9fa
mutagen: 0.10.3 -> 0.11.0
...
Changelog: https://github.com/mutagen-io/mutagen/releases/tag/v0.11.0
2020-02-12 18:00:00 -05:00
Florian Klink
af7b000928
Merge pull request #79906 from r-ryantm/auto-update/flashrom
...
flashrom: 1.1 -> 1.2
2020-02-12 22:09:44 +01:00
R. RyanTM
ab34d0d15b
gti: 1.6.1 -> 1.7.0
2020-02-12 12:36:58 +00:00
Marek Mahut
65fc119474
flashrom: disable on aarch64
...
Reference: https://github.com/flashrom/flashrom/issues/125
2020-02-12 11:14:15 +01:00
Frederik Rietdijk
424697d512
Merge master into staging-next
2020-02-12 09:55:31 +01:00
R. RyanTM
1aa0a799a4
flashrom: 1.1 -> 1.2
2020-02-12 08:37:44 +00:00
R. RyanTM
9d1c581a39
debootstrap: 1.0.116 -> 1.0.117
2020-02-12 06:00:43 +00:00
R. RyanTM
567a5904f9
byobu: 5.130 -> 5.131
2020-02-12 05:54:21 +00:00
Daniel Schaefer
8cc8b3b235
Merge pull request #73777 from doronbehar/package-brotab
...
brotab: init at 0.0.5
2020-02-11 20:49:06 +01:00
Maximilian Bosch
053006ecac
Merge pull request #79606 from k0ral/nixos-unstable
...
clipman: 1.2.0 -> unstable-2019-12-10
2020-02-11 19:43:38 +01:00
Mario Rodas
6a9ba2f5f4
Merge pull request #79804 from r-ryantm/auto-update/fluent-bit
...
fluent-bit: 1.3.6 -> 1.3.7
2020-02-11 05:42:07 -05:00
R. RyanTM
065175540b
fluent-bit: 1.3.6 -> 1.3.7
2020-02-11 07:37:57 +00:00
Frederik Rietdijk
1a6c3cb06b
Merge staging into staging-next
2020-02-11 07:59:53 +01:00
R. RyanTM
6cb26aecd0
you-get: 0.4.1388 -> 0.4.1403
2020-02-11 04:38:10 +00:00
zowoq
4dfac925a6
ncdu: 1.14.1 -> 1.14.2
...
https://dev.yorhel.nl/ncdu/changes
2020-02-11 08:36:31 +10:00
Patrick Hilhorst
2835f1b8eb
pandoc-imagine: unstable-2018-11-19 -> 0.1.6
2020-02-10 20:52:23 +01:00
Kyle Sferrazza
3b4c71721a
jdiskreport: cleanup and add desktop item
2020-02-10 20:17:59 +01:00
Michele Guerini Rocco
5f55ef9e79
Merge pull request #79502 from expipiplus1/opencorsairlink
...
opencorsairlink: init at 2019-12-23
2020-02-10 19:58:23 +01:00
Oleksii Filonenko
63abe0af44
lazydocker: 0.7.6 -> 0.8
2020-02-10 19:55:48 +01:00
Nikolay Korotkiy
d6f5459da9
osm2pgsql: enable on darwin
2020-02-10 21:28:33 +03:00
worldofpeace
09f7e376c2
Merge pull request #79416 from jtojnar/flatpak-1.6
...
flatpak: 1.4.2 → 1.6.1
2020-02-10 12:57:19 -05:00
Jan Tojnar
f9bc083256
rpm-ostree: 2019.5 → 2020.1
...
https://github.com/coreos/rpm-ostree/compare/v2019.5...v2020.1
2020-02-10 12:55:23 -05:00
Jan Tojnar
26a06b7917
ostree: 2019.2 → 2019.6
...
* https://github.com/ostreedev/ostree/releases/tag/v2019.3
* https://github.com/ostreedev/ostree/releases/tag/v2019.4
* https://github.com/ostreedev/ostree/releases/tag/v2019.5
* https://github.com/ostreedev/ostree/releases/tag/v2019.6
2020-02-10 12:55:23 -05:00
Jan Tojnar
c55c3b9c3c
rpm-ostree: clean up
2020-02-10 12:55:22 -05:00
Jan Tojnar
b108a07e38
ostree: clean up
2020-02-10 12:55:22 -05:00
Benjamin Hipple
2115a2037c
fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
...
This has several advantages:
1. It takes up less space on disk in-between builds in the nix store.
2. It uses less space in the binary cache for vendor derivation packages.
3. It uses less network traffic downloading from the binary cache.
4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only
substitute --flat hashes on single files (not recursive directory hashes).
5. It's consistent with how simple `fetchurl` src derivations work.
6. It provides a stronger abstraction between input src-package and output
package, e.g., it's harder to accidentally depend on the src derivation at
runtime by referencing something like `${src}/etc/index.html`. Likewise, in
the store it's harder to get confused with something that is just there as a
build-time dependency vs. a runtime dependency, since the build-time
src dependencies are tarred up.
Disadvantages are:
1. It takes slightly longer to untar at the start of a build.
As currently implemented, this attaches the compacted vendor.tar.gz feature as a
rider on `verifyCargoDeps`, since both of them are relatively newly implemented
behavior that change the `cargoSha256`.
If this PR is accepted, I will push forward the remaining rust packages with a
series of treewide PRs to update the `cargoSha256`s.
2020-02-10 10:17:29 -05:00