]> git.99rst.org Git - openwrt-packages.git/log
openwrt-packages.git
6 years agocoova-chilli: cosmetic changes for Config.in
Sungbo Eo [Thu, 2 Jan 2020 13:12:21 +0000 (22:12 +0900)]
coova-chilli: cosmetic changes for Config.in

- simplify configuration menu definition
- fix indent

Signed-off-by: Sungbo Eo <redacted>
6 years agomsmtp: Update to 1.8.7
Rosen Penev [Fri, 3 Jan 2020 02:29:04 +0000 (18:29 -0800)]
msmtp: Update to 1.8.7

Signed-off-by: Rosen Penev <redacted>
6 years agoapache: update InstallDev
Sebastian Kemper [Wed, 1 Jan 2020 23:00:41 +0000 (00:00 +0100)]
apache: update InstallDev

The package doesn't need to install _everything_ to staging. This commit
reduces the amount of files that get copied over to staging. Currently
there's no package depending on apache anyway.

This adds sed scripts from buildroot (thanks!) to fix two files that are
important for cross-compiling external modules. This has been tested and
was confirmed to work with mod_gnutls taken as an example package.

Signed-off-by: Sebastian Kemper <redacted>
6 years agoapache: update descriptions
Sebastian Kemper [Wed, 1 Jan 2020 22:58:26 +0000 (23:58 +0100)]
apache: update descriptions

Taken from upstream website. Also remove parts that aren't up to date
anymore.

Signed-off-by: Sebastian Kemper <redacted>
6 years agoapache: add simple init script
Sebastian Kemper [Wed, 1 Jan 2020 22:56:28 +0000 (23:56 +0100)]
apache: add simple init script

Also preinst and postrm are removed. busybox's httpd isn't installed by
default, so these gimmicks seem antiquated.

Signed-off-by: Sebastian Kemper <redacted>
6 years agoapache: add extra packages + apache user
Sebastian Kemper [Wed, 1 Jan 2020 22:46:21 +0000 (23:46 +0100)]
apache: add extra packages + apache user

This adds extra packages for certain modules (basically the ones that
incur further dependencies), support files etc. This is pretty much
follows Alpine's example.

This updates the httpd.conf patch to _not_ uncomment MIMEMagicFile
(because the module isn't loaded by default) and removes that changes
that aren't needed anymore (because of the added module support). The
patch now only changes the default user.

Signed-off-by: Sebastian Kemper <redacted>
6 years agoapache: break-out CONFIGURE_ARGS, add layout
Sebastian Kemper [Wed, 1 Jan 2020 22:26:02 +0000 (23:26 +0100)]
apache: break-out CONFIGURE_ARGS, add layout

This gets rid of flags. For instance $(FPIC) shouldn't be forced onto
applications (see [1]).

And CONFIGURE_ARGS + CONFIGURE_VARS are broken out of Build/Configure.
This way more arguments can be added easily in the future.

The target is changed from apache to apache2 (which is used by upstream
by default). the CONFIGURE_ARGS are changed where need to enable
modules.

This also renames one patch that fixes scoreboard location (the name
004-pidfile_fix.patch didn't describe what it's doing).

Now with the OpenWrt layout in place 003-logdir_fix.patch can be
removed.

[1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals

Signed-off-by: Sebastian Kemper <redacted>
6 years agoapache: bump to 2.4.41
Sebastian Kemper [Wed, 1 Jan 2020 22:19:02 +0000 (23:19 +0100)]
apache: bump to 2.4.41

- version bump
- update license description
- add PKG_BUILD_PARALLEL:=1
- remove two cross-compile patches and replace them with the
  cross-compile patch from buildroot (adds autoreconf to get this going)

Signed-off-by: Sebastian Kemper <redacted>
6 years agoMerge pull request #9855 from peter-stadler/uwsgi
Hannu Nyman [Wed, 1 Jan 2020 18:07:36 +0000 (20:07 +0200)]
Merge pull request #9855 from peter-stadler/uwsgi

uwsgi: add package with modules (currently cgi and python plugin) [RFC]

6 years agoMerge pull request #10917 from neheb/luas
Rosen Penev [Wed, 1 Jan 2020 18:02:13 +0000 (10:02 -0800)]
Merge pull request #10917 from neheb/luas

luasec: Update to 0.9

6 years agonginx: update to 1.17.7 and use new modular uwsgi for luci
Peter Stadler [Wed, 1 Jan 2020 16:57:37 +0000 (17:57 +0100)]
nginx: update to 1.17.7 and use new modular uwsgi for luci

Signed-off-by: Peter Stadler <redacted>
6 years agouwsgi: add modular package superseeding uwsgi-cgi
Peter Stadler [Wed, 28 Aug 2019 07:41:59 +0000 (09:41 +0200)]
uwsgi: add modular package superseeding uwsgi-cgi

Provide the minimal applications and plugins for: cgi, filelog, syslog and
python3. More plugins can be added if needed by other packages. Autostart
uwsgi in emperor mode loading vassals on demand.

For now, include luci-support (maybe it will be moved to another package),
which uses the syslog plugin by default.

Signed-off-by: Peter Stadler <redacted>
6 years agoMerge pull request #10923 from Ansuel/nginxd
Hannu Nyman [Wed, 1 Jan 2020 15:44:40 +0000 (17:44 +0200)]
Merge pull request #10923 from Ansuel/nginxd

nginx: change luci dependency and fix luci nossl

6 years agonginx: change luci dependency and fix luci nossl
Ansuel Smith [Wed, 1 Jan 2020 15:19:27 +0000 (16:19 +0100)]
nginx: change luci dependency and fix luci nossl

Luci nginx config file for non ssl varian had user as nobody nogroup. This cause some problem with ubus use.
Luci file support package depends on uwsgi-cgi. As this package will be renamed shortly to a more generic version, make the subpackage depends on the uwsgi subpackage only.

Signed-off-by: Ansuel Smith <redacted>
6 years agoMerge pull request #10918 from neheb/sms
Rosen Penev [Wed, 1 Jan 2020 13:56:25 +0000 (05:56 -0800)]
Merge pull request #10918 from neheb/sms

smstools3: Run in foreground

6 years agosmstools3: Run in foreground
Rosen Penev [Wed, 1 Jan 2020 05:37:23 +0000 (21:37 -0800)]
smstools3: Run in foreground

Allows procd to be able to stop the service.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10916 from neheb/co
Rosen Penev [Wed, 1 Jan 2020 05:30:44 +0000 (21:30 -0800)]
Merge pull request #10916 from neheb/co

coova-chili: Fix version

6 years agoluasec: Update to 0.9
Rosen Penev [Wed, 1 Jan 2020 05:27:14 +0000 (21:27 -0800)]
luasec: Update to 0.9

Signed-off-by: Rosen Penev <redacted>
6 years agocoova-chili: Fix version
Rosen Penev [Wed, 1 Jan 2020 05:12:13 +0000 (21:12 -0800)]
coova-chili: Fix version

Upstream was sloppy when cutting the release.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10914 from BKPepe/youtube
Daniel Engberg [Tue, 31 Dec 2019 23:44:52 +0000 (00:44 +0100)]
Merge pull request #10914 from BKPepe/youtube

youtube-dl: update to version 2020.1.1

6 years agoyoutube-dl: update to version 2020.1.1
Josef Schlehofer [Tue, 31 Dec 2019 22:59:44 +0000 (23:59 +0100)]
youtube-dl: update to version 2020.1.1

Signed-off-by: Josef Schlehofer <redacted>
6 years agoglib2: fix mips16 build, add size reducing static link, fpic CFLAGS
Andy Walsh [Fri, 13 Dec 2019 14:29:32 +0000 (15:29 +0100)]
glib2: fix mips16 build, add size reducing static link, fpic CFLAGS

* allows building as mips16 (fixes broken mips16/32 mixed static linking)
* add some static link related flags to reduce target binary size

Signed-off-by: Andy Walsh <redacted>
6 years agowsdd2: update init for renamed cifsd->smbd
Andy Walsh [Tue, 31 Dec 2019 14:16:07 +0000 (15:16 +0100)]
wsdd2: update init for renamed cifsd->smbd

* update init for renamed cifsd->smbd

Signed-off-by: Andy Walsh <redacted>
6 years agoMerge pull request #10441 from neheb/glib
tripolar [Tue, 31 Dec 2019 13:17:01 +0000 (14:17 +0100)]
Merge pull request #10441 from neheb/glib

glib2: Disable Werror

6 years agoMerge pull request #10902 from stangri/master-vpn-policy-routing
Hannu Nyman [Tue, 31 Dec 2019 07:13:42 +0000 (09:13 +0200)]
Merge pull request #10902 from stangri/master-vpn-policy-routing

vpn-policy-routing: initial release

6 years agoMerge pull request #10652 from gladiac1337/pcre2-jit-co
Rosen Penev [Tue, 31 Dec 2019 05:51:14 +0000 (21:51 -0800)]
Merge pull request #10652 from gladiac1337/pcre2-jit-co

pcre2: Update to v10.34 & add JIT-support for select architectures

6 years agoMerge pull request #10878 from neheb/zab
Etienne Champetier [Tue, 31 Dec 2019 04:50:34 +0000 (20:50 -0800)]
Merge pull request #10878 from neheb/zab

zabbix: Fix compilation with uClibc-ng

6 years agozabbix: Fix compilation with uClibc-ng
Rosen Penev [Fri, 27 Dec 2019 02:38:39 +0000 (18:38 -0800)]
zabbix: Fix compilation with uClibc-ng

This is similar to a patch that was previously carried.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10698 from Rixerx/master
Hannu Nyman [Mon, 30 Dec 2019 18:12:40 +0000 (20:12 +0200)]
Merge pull request #10698 from Rixerx/master

zabbix: update to 4.0.16

6 years agoapr-util: allow iconv-stub use
Sebastian Kemper [Mon, 30 Dec 2019 18:06:34 +0000 (19:06 +0100)]
apr-util: allow iconv-stub use

Allow iconv-stub use when NLS support is disabled.

Signed-off-by: Sebastian Kemper <redacted>
6 years agoapr-util: clean up the package
Sebastian Kemper [Mon, 30 Dec 2019 18:02:16 +0000 (19:02 +0100)]
apr-util: clean up the package

- removes extra flags '$(FPIC)' etc., there is no good reason for them
  being used
- stops removing aclocal.m4 and build/ltmain.sh (reason of removal of
  these files is not apparent anymore)
- adds PKG_BUILD_PARALLEL:=1

Signed-off-by: Sebastian Kemper <redacted>
6 years agoapr: clean up the package
Sebastian Kemper [Mon, 30 Dec 2019 17:52:50 +0000 (18:52 +0100)]
apr: clean up the package

- removes '$(FPIC)' and '--without-pic', there is no good reason for
  them being used (also @minfrin mentioned memory footprint implications
  when '--without-pic' is used)
- stops removing aclocal.m4 and build/ltmain.sh (reason of removal of
  these files is not apparent anymore)
- adds PKG_BUILD_PARALLEL:=1

Resolves #10884

Signed-off-by: Sebastian Kemper <redacted>
6 years agoMerge pull request #10905 from Andy2244/libtirpc-1.2.5
Rosen Penev [Mon, 30 Dec 2019 17:45:36 +0000 (09:45 -0800)]
Merge pull request #10905 from Andy2244/libtirpc-1.2.5

libtirpc: update to 1.2.5

6 years agoMerge pull request #10895 from neheb/h
Rosen Penev [Mon, 30 Dec 2019 17:44:44 +0000 (09:44 -0800)]
Merge pull request #10895 from neheb/h

gst1-plugins-bad: Make HLS crypto explicit

6 years agolibtirpc: update to 1.2.5
Andy Walsh [Mon, 30 Dec 2019 16:31:57 +0000 (17:31 +0100)]
libtirpc: update to 1.2.5

* update to 1.2.5
* remove upstream merged patches

Signed-off-by: Andy Walsh <redacted>
6 years agovpn-policy-routing: initial release
Stan Grishin [Mon, 30 Dec 2019 14:40:25 +0000 (07:40 -0700)]
vpn-policy-routing: initial release

Signed-off-by: Stan Grishin <redacted>
6 years agoMerge pull request #10816 from Cynerd/wget-no-self-provide
tripolar [Mon, 30 Dec 2019 13:05:10 +0000 (14:05 +0100)]
Merge pull request #10816 from Cynerd/wget-no-self-provide

wget: do not provide itself

6 years agoMerge pull request #10901 from ja-pa/tor-respawn
tripolar [Mon, 30 Dec 2019 13:01:47 +0000 (14:01 +0100)]
Merge pull request #10901 from ja-pa/tor-respawn

tor: add respawn to init script

6 years agotor: add respawn to init script
Jan Pavlinec [Mon, 30 Dec 2019 12:23:05 +0000 (13:23 +0100)]
tor: add respawn to init script

Note:
In some cases when tor daemon starts before
than the router is connected to the Internet.
Tor will exit and you have to run it manually.
This should fix this case.

Signed-off-by: Jan Pavlinec <redacted>
6 years agotor: update to version 0.4.2.5
Jan Pavlinec [Tue, 17 Dec 2019 12:44:29 +0000 (13:44 +0100)]
tor: update to version 0.4.2.5

Signed-off-by: Jan Pavlinec <redacted>
6 years agonano: update to 4.7
Hannu Nyman [Sun, 29 Dec 2019 13:18:27 +0000 (15:18 +0200)]
nano: update to 4.7

Update nano to version 4.7

Signed-off-by: Hannu Nyman <redacted>
6 years agoMerge pull request #10896 from jefferyto/golang-format-ldflags
Rosen Penev [Sun, 29 Dec 2019 12:36:02 +0000 (04:36 -0800)]
Merge pull request #10896 from jefferyto/golang-format-ldflags

golang: Format TARGET_LDFLAGS for gcc

6 years agoMerge pull request #10871 from neheb/frfgeg
Stijn Tintel [Sun, 29 Dec 2019 12:24:49 +0000 (13:24 +0100)]
Merge pull request #10871 from neheb/frfgeg

domoticz: Fix compilation with uClibc-ng

6 years agognunet: update to version 0.12.1
Daniel Golle [Sun, 29 Dec 2019 11:28:34 +0000 (13:28 +0200)]
gnunet: update to version 0.12.1

Signed-off-by: Daniel Golle <redacted>
6 years agogolang: Format TARGET_LDFLAGS for gcc
Jeffery To [Sun, 29 Dec 2019 10:43:01 +0000 (18:43 +0800)]
golang: Format TARGET_LDFLAGS for gcc

go invokes the external linker by calling gcc, so -zxxx options in
TARGET_LDFLAGS (in golang-package.mk) need to be formatted as -Wl,z,xxx.

Signed-off-by: Jeffery To <redacted>
6 years agoMerge pull request #10784 from antonlacon/ffmpeg-3
Hannu Nyman [Sun, 29 Dec 2019 09:42:17 +0000 (11:42 +0200)]
Merge pull request #10784 from antonlacon/ffmpeg-3

ffmpeg: update to 3.4.7

6 years agoMerge pull request #10894 from Ansuel/nginx
Hannu Nyman [Sun, 29 Dec 2019 08:52:40 +0000 (10:52 +0200)]
Merge pull request #10894 from Ansuel/nginx

nginx: fix missing cgi-exec definition

6 years agogst1-plugins-bad: Make HLS crypto explicit
Rosen Penev [Sun, 29 Dec 2019 03:22:53 +0000 (19:22 -0800)]
gst1-plugins-bad: Make HLS crypto explicit

It's normally set to auto. When nettle is missing, it tries to use the
other libraries.

Signed-off-by: Rosen Penev <redacted>
6 years agonginx: fix missing cgi-exec definition
Ansuel Smith [Sun, 29 Dec 2019 00:09:21 +0000 (01:09 +0100)]
nginx: fix missing cgi-exec definition

Add missing cgi-io exec definition to fix broken
luci webui as now it does actually use it.

Signed-off-by: Ansuel Smith <redacted>
6 years agoMerge pull request #10891 from cshoredaniel/pr-radicale2-doc-passlib-bcrypt
Hannu Nyman [Sat, 28 Dec 2019 21:52:13 +0000 (23:52 +0200)]
Merge pull request #10891 from cshoredaniel/pr-radicale2-doc-passlib-bcrypt

radicale2: Document suggested use of passlib and bcrypt

6 years agoMerge pull request #10890 from cshoredaniel/pr-update-passlib-1-7-2
Hannu Nyman [Sat, 28 Dec 2019 21:21:07 +0000 (23:21 +0200)]
Merge pull request #10890 from cshoredaniel/pr-update-passlib-1-7-2

passlib: Update passlib to 1.7.2

6 years agoradicale2: Document suggested use of passlib and bcrypt
Daniel F. Dickinson [Fri, 27 Dec 2019 20:00:06 +0000 (15:00 -0500)]
radicale2: Document suggested use of passlib and bcrypt

PKG_RELEASE not bumped because this only affects package description.
We document that passlib and bcrypt are needed if one wishes to use
bcrypt encryption of passwords.  These have not been added as dependencies
as Radicale2 can have a frontend webserver authenticate users rather than
radicale itself.

Signed-off-by: Daniel F. Dickinson <redacted>
6 years agopasslib: Update passlib to 1.7.2
Daniel F. Dickinson [Fri, 27 Dec 2019 19:06:30 +0000 (14:06 -0500)]
passlib: Update passlib to 1.7.2

Relevant bits of upstream changelog

New Features

    argon2: Support more hashes
    scrypt: Now uses python 3.6 stdlib’s hashlib.scrypt() as backend, if present (issue 86).

Bugfixes

    Python 3.8 compatibility fixes
    passlib.apache.HtpasswdFile: improve compatibility with Apache 2.4's htpasswd
    passlib.totp: fix some compatibility issues with older TOTP clients (issue 92)
    Fixed error in argon2.parsehash() (issue 97)

Signed-off-by: Daniel F. Dickinson <redacted>
6 years agoMerge pull request #10648 from micmac1/gdnut
Hannu Nyman [Fri, 27 Dec 2019 15:43:20 +0000 (17:43 +0200)]
Merge pull request #10648 from micmac1/gdnut

nut: fix cgi/gd setup

6 years agoMerge pull request #10877 from neheb/dov
Rosen Penev [Fri, 27 Dec 2019 15:00:22 +0000 (07:00 -0800)]
Merge pull request #10877 from neheb/dov

dovecot: Disable libunwind support

6 years agodovecot: Disable libunwind support
Rosen Penev [Fri, 27 Dec 2019 00:59:36 +0000 (16:59 -0800)]
dovecot: Disable libunwind support

Fixes missing dependency error.

Signed-off-by: Rosen Penev <redacted>
6 years agozabbix: update to 4.0.16
Krystian Kozak [Mon, 2 Dec 2019 20:56:21 +0000 (21:56 +0100)]
zabbix: update to 4.0.16

Updated to 4.0.16 LTS version.

Compile tested: Yes, x86_64
Run tested: Yes, x86_64

Signed-off-by: Krystian Kozak <redacted>
6 years agoMerge pull request #10874 from jefferyto/golang-ldflags-fix
Rosen Penev [Thu, 26 Dec 2019 21:52:59 +0000 (13:52 -0800)]
Merge pull request #10874 from jefferyto/golang-ldflags-fix

golang: Fix ldflags when GO_PKG_LDFLAGS is set

6 years agoMerge pull request #10817 from Cynerd/ruby-enable-some-extensions
Luiz Angelo Daros de Luca [Thu, 26 Dec 2019 20:27:57 +0000 (17:27 -0300)]
Merge pull request #10817 from Cynerd/ruby-enable-some-extensions

ruby: activate some of the extensions

6 years agogolang: Fix ldflags when GO_PKG_LDFLAGS is set
Jeffery To [Thu, 26 Dec 2019 12:53:40 +0000 (20:53 +0800)]
golang: Fix ldflags when GO_PKG_LDFLAGS is set

go build/install supports multiple -ldflags arguments, but they are not
combined; for each package, the latest match on the command line is
used.[1]

Previously, the main executable would not be affected by the default
ldflags if GO_PKG_LDFLAGS or GO_PKG_LDFLAGS_X were set. (The default
ldflags instructs go to use the external linker.)

This fixes golang-package.mk so that the default ldflags take effect in
all cases.

[1]: https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies

Signed-off-by: Jeffery To <redacted>
6 years agoipfs-http-client: initial commit
Leonid Esman [Thu, 5 Dec 2019 08:28:38 +0000 (11:28 +0300)]
ipfs-http-client: initial commit

IPFS C++ HTTP API client library allows C++ applications to communicate with an IPFS node.
It implements IPFS API bindings for C++. Not all methods are implemented.
https://github.com/vasild/cpp-ipfs-http-client

Signed-off-by: Leonid Esman <redacted>
6 years agoMerge pull request #10872 from neheb/rp
Rosen Penev [Wed, 25 Dec 2019 18:28:21 +0000 (10:28 -0800)]
Merge pull request #10872 from neheb/rp

rpcsvc-proto: Fix compilation with uClibc-ng

6 years agospice: fix building against arc770-uclibc toolchain
Yousong Zhou [Wed, 25 Dec 2019 10:58:59 +0000 (18:58 +0800)]
spice: fix building against arc770-uclibc toolchain

Supersedes openwrt/packages#10873

Ref: https://github.com/openwrt/packages/pull/10873
Reported-by: Rosen Penev <redacted>
Signed-off-by: Yousong Zhou <redacted>
6 years agorpcsvc-proto: Fix compilation with uClibc-ng
Rosen Penev [Wed, 25 Dec 2019 01:56:10 +0000 (17:56 -0800)]
rpcsvc-proto: Fix compilation with uClibc-ng

Also fixed compilation with full iconv.

Signed-off-by: Rosen Penev <redacted>
6 years agodomoticz: Fix compilation with uClibc-ng
Rosen Penev [Wed, 25 Dec 2019 00:51:09 +0000 (16:51 -0800)]
domoticz: Fix compilation with uClibc-ng

Added upstream patch.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10869 from BKPepe/youtubedl
Daniel Engberg [Tue, 24 Dec 2019 22:26:40 +0000 (23:26 +0100)]
Merge pull request #10869 from BKPepe/youtubedl

youtube-dl: Update to version 2019.12.25

6 years agoyoutube-dl: Update to version 2019.12.25
Josef Schlehofer [Tue, 24 Dec 2019 20:21:58 +0000 (21:21 +0100)]
youtube-dl: Update to version 2019.12.25

Signed-off-by: Josef Schlehofer <redacted>
6 years agoMerge pull request #10868 from neheb/ar
Rosen Penev [Tue, 24 Dec 2019 03:07:46 +0000 (19:07 -0800)]
Merge pull request #10868 from neheb/ar

aria2: Build with MIPS16

6 years agoaria2: Build with MIPS16
Rosen Penev [Tue, 24 Dec 2019 02:42:30 +0000 (18:42 -0800)]
aria2: Build with MIPS16

All the computationally expensive stuff is in the libraries, not the
package itself.

Saves several kilobytes.

Signed-off-by: Rosen Penev <redacted>
6 years agopciutils: Use MIPS16
Rosen Penev [Tue, 24 Dec 2019 02:12:08 +0000 (18:12 -0800)]
pciutils: Use MIPS16

There's no real computation going on. Slims the package slightly.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10849 from neheb/nss
Rosen Penev [Mon, 23 Dec 2019 23:42:05 +0000 (15:42 -0800)]
Merge pull request #10849 from neheb/nss

nss: Fix compilation with uClibc-ng

6 years agoMerge pull request #10745 from mstorchak/stubby
Rosen Penev [Mon, 23 Dec 2019 15:57:46 +0000 (07:57 -0800)]
Merge pull request #10745 from mstorchak/stubby

stubby: switch to ca-bundle

6 years agostubby: switch to ca-bundle
Maxim Storchak [Tue, 10 Dec 2019 12:39:20 +0000 (14:39 +0200)]
stubby: switch to ca-bundle

Signed-off-by: Maxim Storchak <redacted>
6 years agoMerge pull request #10796 from G-M0N3Y-2503/feature_https_dns_proxy_logging
Rosen Penev [Mon, 23 Dec 2019 05:42:11 +0000 (21:42 -0800)]
Merge pull request #10796 from G-M0N3Y-2503/feature_https_dns_proxy_logging

https_dns_proxy: Added optional ipv4 resolvers

6 years agoMerge pull request #10759 from ynezz/upstream/uledd-1.0.1
Rosen Penev [Mon, 23 Dec 2019 05:41:41 +0000 (21:41 -0800)]
Merge pull request #10759 from ynezz/upstream/uledd-1.0.1

uledd: bump to 1.0.1

6 years agoMerge pull request #10788 from neheb/znc
Rosen Penev [Mon, 23 Dec 2019 05:39:45 +0000 (21:39 -0800)]
Merge pull request #10788 from neheb/znc

znc: Update to 1.7.5

6 years agoMerge pull request #10815 from Cynerd/zsh-invalid-postrm
Rosen Penev [Mon, 23 Dec 2019 05:39:18 +0000 (21:39 -0800)]
Merge pull request #10815 from Cynerd/zsh-invalid-postrm

zsh: fix invalid postrm script and little refactor of scripts

6 years agoMerge pull request #10863 from nickberry17/bump_libmbim
Rosen Penev [Sun, 22 Dec 2019 23:34:26 +0000 (15:34 -0800)]
Merge pull request #10863 from nickberry17/bump_libmbim

libmbim: bump libmbim to 1.20.4

6 years agolibmbim: bump libmbim to 1.20.4
Nicholas Smith [Sun, 22 Dec 2019 21:15:35 +0000 (07:15 +1000)]
libmbim: bump libmbim to 1.20.4

Signed-off-by: Nicholas Smith <redacted>
6 years agoMerge pull request #10861 from gladiac1337/haproxy-2.0.12
Hannu Nyman [Sun, 22 Dec 2019 12:18:16 +0000 (14:18 +0200)]
Merge pull request #10861 from gladiac1337/haproxy-2.0.12

haproxy: Update HAProxy to v2.0.12

6 years agohaproxy: Update HAProxy to v2.0.12
Christian Lachner [Sun, 22 Dec 2019 09:18:07 +0000 (10:18 +0100)]
haproxy: Update HAProxy to v2.0.12

- Update haproxy download URL and hash
- Remove @neheb's obsolete-ssl patch as it was upstreamed, see:
  (http://git.haproxy.org/?p=haproxy-2.0.git;a=commit;h=6445d988ec8def9d0f80de0eda9c5763d39facc1)

Signed-off-by: Christian Lachner <redacted>
6 years agoMerge pull request #10850 from neheb/kc
Rosen Penev [Sun, 22 Dec 2019 07:27:16 +0000 (23:27 -0800)]
Merge pull request #10850 from neheb/kc

kcptun: Fix GO_ARCH_DEPENDS

6 years agoboost: Fix embarassing ARC typo
Rosen Penev [Sun, 22 Dec 2019 01:39:19 +0000 (17:39 -0800)]
boost: Fix embarassing ARC typo

Signed-off-by: Rosen Penev <redacted>
6 years agosane-backends: run (xinetd) saned as non-root
Luiz Angelo Daros de Luca [Sat, 1 Jun 2019 06:30:23 +0000 (03:30 -0300)]
sane-backends: run (xinetd) saned as non-root

saned requires write access scanner USB bus for its process and
to usblp/bind in order to rebind multifunctional printers back
to usblp (for printing with p910nd).

A hotplug script monitor new USB devices for scanners. Scanners
are detected by searching /usr/share/sane/<vendor>-<backend>.usbid
for the device product_id.

The package saned creates user saned:scanners. Access is granted to
group scanners.

The default xinetd conf was updated to run as saned:scanner.

sane-daemon pkg now has a postinst trigger that runs udevtrigger for
granting perms where there are connected scanners during installation.

Existing hotplug scripts from hplip were removed. They were mostly
useless.

Signed-off-by: Luiz Angelo Daros de Luca <redacted>
6 years agohplip: bump to 3.19.12
Luiz Angelo Daros de Luca [Thu, 19 Dec 2019 05:38:07 +0000 (02:38 -0300)]
hplip: bump to 3.19.12

Signed-off-by: Luiz Angelo Daros de Luca <redacted>
6 years agoMerge pull request #10843 from ClaymorePT/boost_1.72.0
Rosen Penev [Sat, 21 Dec 2019 23:42:22 +0000 (15:42 -0800)]
Merge pull request #10843 from ClaymorePT/boost_1.72.0

boost: Package Version Update (1.72.0)

6 years agoMerge pull request #10860 from mhei/take-maintainership-open-plc-utils
Daniel Engberg [Sat, 21 Dec 2019 22:53:24 +0000 (23:53 +0100)]
Merge pull request #10860 from mhei/take-maintainership-open-plc-utils

open-plc-utils: take maintainership

6 years agoopen-plc-utils: take maintainership
Michael Heimpold [Sat, 21 Dec 2019 22:31:47 +0000 (23:31 +0100)]
open-plc-utils: take maintainership

Signed-off-by: Michael Heimpold <redacted>
6 years agoboost: Package Version Update (1.72.0)
Carlos Miguel Ferreira [Thu, 19 Dec 2019 22:16:04 +0000 (22:16 +0000)]
boost: Package Version Update (1.72.0)

    This commit updates Boost to version 1.72.0
    There are no new libraries in this release.

    Note:
    - This commit also adds a post-release patch to fix an issue
    with Boost.Coroutine

    More info about Boost 1.72.0 can be found at the usual place [1].

    [1]: https://www.boost.org/users/history/version_1_72_0.html

Signed-off-by: Carlos Miguel Ferreira <redacted>
6 years agognunet: remove patches now apparently part of the release
Daniel Golle [Sat, 21 Dec 2019 21:58:19 +0000 (23:58 +0200)]
gnunet: remove patches now apparently part of the release

That could explain why the hash of the released tarball changed after
the release announcement...

Signed-off-by: Daniel Golle <redacted>
6 years agognunet: fix source hash
Daniel Golle [Sat, 21 Dec 2019 21:20:52 +0000 (23:20 +0200)]
gnunet: fix source hash

Signed-off-by: Daniel Golle <redacted>
6 years agotreewide: Remove self from PKG_MAINTAINER
Florian Fainelli [Sat, 21 Dec 2019 20:52:41 +0000 (12:52 -0800)]
treewide: Remove self from PKG_MAINTAINER

Signed-off-by: Florian Fainelli <redacted>
6 years agopython3: Updated to version 3.8.1
Josef Schlehofer [Sat, 21 Dec 2019 18:07:34 +0000 (19:07 +0100)]
python3: Updated to version 3.8.1

Removed upstream patch: 002-fix-blake2-detection.patch

Signed-off-by: Josef Schlehofer <redacted>
6 years agophp7-pecl-redis: adapt to PHP 7.4
Michael Heimpold [Sat, 14 Dec 2019 22:32:55 +0000 (23:32 +0100)]
php7-pecl-redis: adapt to PHP 7.4

Signed-off-by: Michael Heimpold <redacted>
6 years agophp7-pecl-raphf: adapt to PHP 7.4
Michael Heimpold [Sat, 14 Dec 2019 22:32:42 +0000 (23:32 +0100)]
php7-pecl-raphf: adapt to PHP 7.4

Signed-off-by: Michael Heimpold <redacted>
6 years agophp7-pecl-propro: adapt to PHP 7.4
Michael Heimpold [Sat, 14 Dec 2019 22:32:25 +0000 (23:32 +0100)]
php7-pecl-propro: adapt to PHP 7.4

Signed-off-by: Michael Heimpold <redacted>
6 years agophp7-pecl-mcrypt: adapt to PHP 7.4
Michael Heimpold [Sat, 14 Dec 2019 22:32:13 +0000 (23:32 +0100)]
php7-pecl-mcrypt: adapt to PHP 7.4

Signed-off-by: Michael Heimpold <redacted>
6 years agophp7-pecl-libevent: adapt to PHP 7.4
Michael Heimpold [Sat, 14 Dec 2019 22:31:30 +0000 (23:31 +0100)]
php7-pecl-libevent: adapt to PHP 7.4

Signed-off-by: Michael Heimpold <redacted>
6 years agophp7-pecl-krb5: adapt to PHP 7.4
Michael Heimpold [Sat, 14 Dec 2019 22:31:19 +0000 (23:31 +0100)]
php7-pecl-krb5: adapt to PHP 7.4

Signed-off-by: Michael Heimpold <redacted>
6 years agophp7-pecl-http: adapt to PHP 7.4
Michael Heimpold [Sat, 14 Dec 2019 22:31:08 +0000 (23:31 +0100)]
php7-pecl-http: adapt to PHP 7.4

Signed-off-by: Michael Heimpold <redacted>
git clone https://git.99rst.org/PROJECT