Commit graph

5743 commits

Author SHA1 Message Date
Mario Rodas c0149fd27e
Merge pull request #83958 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.23.7 -> 0.24.0
2020-04-01 08:11:25 -05:00
R. RyanTM 183e6702e6 dnsproxy: 0.23.7 -> 0.24.0 2020-04-01 10:44:24 +00:00
Michele Guerini Rocco 8b32f3d4b4
Merge pull request #83610 from Atemu/dnscrypt-proxy-2.0.42
dnscrypt-proxy2: 2.0.39 -> 2.0.42
2020-04-01 10:43:55 +02:00
zowoq 8ecb0108d6 croc: 8.0.4 -> 8.0.5
https://github.com/schollz/croc/releases/tag/v8.0.5
2020-04-01 08:40:58 +10:00
Timo Kaufmann d2774425f3
Merge pull request #83067 from doronbehar/update-gtk-gnutella
gtk-gnutella: 1.1.14 -> 1.1.15
2020-03-31 14:46:32 +00:00
Mario Rodas c30ec8725c
Merge pull request #83828 from r-ryantm/auto-update/circus
circus: 0.15.0 -> 0.16.1
2020-03-31 07:34:01 -05:00
R. RyanTM 365eb878a9 pirate-get: 0.3.4 -> 0.3.5 2020-03-30 20:21:50 -07:00
R. RyanTM 296d1f813d circus: 0.15.0 -> 0.16.1 2020-03-31 02:28:35 +00:00
Doron Behar 98f5d0574f gtk-gnutella: 1.1.14 -> 1.1.15
Remove patches applied between 1.1.14 and 1.1.15 and switch to GitHub
source.
gtk-gnutella: several changes.
Disable internal malloc implementation.
Add @doronbehar as maintainer.
Comment about hardeningDisable regarding next release.
Format arguments and inputs.
Enable to disable GUI.
2020-03-30 13:44:17 +03: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 d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Fabian Möller 2346014aae bgpq3: init at 0.1.35 2020-03-29 14:12:36 +02:00
Jörg Thalheim 649eecd631
httplz: fix strict deps build 2020-03-29 12:37:24 +01:00
Maximilian Bosch 7a7d7b1215
findomain: 1.4.2 -> 1.4.5 2020-03-28 23:37:26 +01:00
worldofpeace d5cfaf5c39
Merge pull request #83473 from doronbehar/update-connman
connman: 1.37 -> 1.38
2020-03-28 18:18:14 -04:00
Atemu 1b0799f48f dnscrypt-proxy: 2.0.39 -> 2.0.42 2020-03-28 18:21:14 +01:00
Doron Behar bffec3d884 nixos/connman: add TODOs regarding connman + network-manager 2020-03-28 12:28:29 +03: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
Michael Weiss 87f08d070d
ubridge: 0.9.17 -> 0.9.18 2020-03-27 11:09:38 +01:00
Doron Behar b03bf779ae connman: remove unneeded deps from nativeBuildInputs 2020-03-27 10:43:51 +03:00
Doron Behar aa44c23c7a connman: reverse order of build flavors declaration 2020-03-27 10:43:51 +03:00
Doron Behar 22b27dd635 connman: remove import of networkmanager 2020-03-27 10:43:51 +03:00
Doron Behar a3d2e48a62 connmanMinimal: remove use of lowPrio 2020-03-27 10:43:51 +03:00
Doron Behar fa5f7b89c4 connman: Switch to postPatch from patchPhase 2020-03-27 10:43:51 +03:00
Doron Behar 3b89674dc3 connman: declare build flavors idiomaticly
Use tesseract as a source for inspiration - rename default.nix ->
connman.nix and declare build flavors in default.nix .
2020-03-27 10:43:51 +03:00
Doron Behar be59cb3be8 connman: Use patchPhase instead of preConfigure 2020-03-27 10:43:51 +03:00
Doron Behar e59deafc2d connman: Use global reference to lib.optionals 2020-03-27 10:43:51 +03:00
Doron Behar cdc20ac30e connman: Fix comments after @erikarvstedt's comments 2020-03-27 10:43:51 +03:00
Doron Behar 53d8831b62 connman: cleanup build from the groundup 2020-03-27 10:43:51 +03:00
Doron Behar 50ce1e6469 connman: doCheck and split outputs 2020-03-27 10:43:51 +03:00
Doron Behar a0e966d797 connman: upgrade to readline latest 2020-03-27 10:43:50 +03:00
Doron Behar e55ad4897d connman: quote homepage 2020-03-27 10:43:50 +03:00
Doron Behar e9569a0a03 connman: quote out in configure flag 2020-03-27 10:43:50 +03:00
Doron Behar 184d741292 connman: remove unneeded hooks 2020-03-27 10:43:50 +03:00
Doron Behar bc4d2abac8 connman: remove unneeded deps 2020-03-27 10:43:50 +03:00
Doron Behar 7cdd874589 connman: 1.37 -> 1.38 2020-03-27 10:43:50 +03:00
Doron Behar 59613f5ca5 connman: format argument lists and inputs 2020-03-27 10:43:50 +03: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
Jörg Thalheim 461784ffe4
Merge pull request #83373 from bbigras/pixiecore
pixiecore: init at 2020-03-25
2020-03-26 08:09:30 +00:00
Bruno Bigras 78fbe7dba6 pixiecore: init at 2020-03-25
Co-authored-by: raunovv <rauno@oyenetwork.com>
2020-03-26 00:50:29 -04:00
Mario Rodas 07771d755b
Merge pull request #83262 from servalcatty/bump/v2ray
v2ray: 4.22.1 -> 4.23.0
2020-03-25 20:32:15 -05:00
zowoq 2d48c2fbcd croc: 8.0.3 -> 8.0.4
https://github.com/schollz/croc/releases/tag/v8.0.4
2020-03-24 19:11:37 -07:00
Marek Mahut faba8e115d
Merge pull request #83311 from romildo/upd.uget
uget: 2.2.2 -> 2.2.3-1
2020-03-24 20:35:16 +01:00
José Romildo Malaquias 911acc42f2 uget: 2.2.2 -> 2.2.3-1 2020-03-24 16:01:43 -03:00
Michael Weiss 5c73dc4eec
ubridge: 0.9.16 -> 0.9.17 2020-03-24 16:29:20 +01:00
Serval d45abfa215
v2ray: 4.22.1 -> 4.23.0 2020-03-24 12:17:23 +08:00
worldofpeace 01fc385d4a
Merge pull request #82289 from lovesegfault/passh-2020-03-10
passh: init at 2020-03-18
2020-03-23 16:23:14 -04:00
Jörg Thalheim 5b043ed82b
ngrok-1: fix strict deps build 2020-03-23 08:14:52 +00: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
Jan Tojnar cc73796779
Merge pull request #82699 from hedning/libnma
libnma: init at 1.8.28
2020-03-22 00:33:35 +01:00