Commit graph

6673 commits

Author SHA1 Message Date
R. RyanTM 41367ab699 vimwiki-markdown: 0.2.0 -> 0.3.0 2020-03-30 19:42:03 -07:00
R. RyanTM 32721cac48 kargo: 0.4.6 -> 0.4.8 2020-03-30 19:41:56 -07:00
R. RyanTM 95f852d7c1 you-get: 0.4.1410 -> 0.4.1432 2020-03-30 19:39:35 -07:00
Maximilian Bosch b1e3fb7747
diffoscope: 137 -> 138
https://salsa.debian.org/reproducible-builds/diffoscope/-/tags/138
2020-03-31 00:06:33 +02:00
Anderson Torres b310f564c2
Merge pull request #80788 from DerGuteMoritz/babashka
babashka: init at 0.0.71
2020-03-30 17:44:40 -03:00
R. RyanTM f59308dc2a plantuml: 1.2020.2 -> 1.2020.5 2020-03-30 19:56:02 +02:00
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 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
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
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
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