]> git.99rst.org Git - openwrt-packages.git/log
openwrt-packages.git
8 years agosane-backends: fix libusb dependency
Luiz Angelo Daros de Luca [Thu, 28 Jun 2018 03:33:25 +0000 (00:33 -0300)]
sane-backends: fix libusb dependency

libusb-compat was still required by package but sane was already
builing and linking libusb-1.0. It was working because libusb-compat
requires libusb-1.0.

Signed-off-by: Luiz Angelo Daros de Luca <redacted>
8 years agoacme: Not all fields should be mandatory in Luci
Toke Høiland-Jørgensen [Wed, 27 Jun 2018 21:06:06 +0000 (23:06 +0200)]
acme: Not all fields should be mandatory in Luci

Fixes #6370.

Signed-off-by: Toke Høiland-Jørgensen <redacted>
8 years agogolang: Allow additional arguments when compiling Go packages
Jeffery To [Tue, 26 Jun 2018 19:05:11 +0000 (03:05 +0800)]
golang: Allow additional arguments when compiling Go packages

This updates GoPackage/Build/Compile in golang-package.mk to accept
additional arguments that are passed to the go command line.

Signed-off-by: Jeffery To <redacted>
8 years agoseafile-server: avoid error creating superuser
Eneas U de Queiroz [Wed, 27 Jun 2018 14:21:00 +0000 (11:21 -0300)]
seafile-server: avoid error creating superuser

Make sure ccnet-server is running during the final setup step to avoid
an error creating django superuser

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agoMerge pull request #6352 from EricLuehrsen/unbound_20180625
Hannu Nyman [Wed, 27 Jun 2018 04:16:37 +0000 (07:16 +0300)]
Merge pull request #6352 from EricLuehrsen/unbound_20180625

unbound: limit outside script source to init funciton scope

8 years agogolang: update to 1.10.3, add mirrors
Jeffery To [Fri, 22 Jun 2018 23:06:54 +0000 (07:06 +0800)]
golang: update to 1.10.3, add mirrors

This also changes the bootstrap source URL to the official GitHub
mirror, to make building easier for places where Google sites aren't
accessible. Fixes #6326.

Signed-off-by: Jeffery To <redacted>
8 years agounbound: limit outside script source to init funciton scope
Eric Luehrsen [Tue, 26 Jun 2018 00:40:21 +0000 (20:40 -0400)]
unbound: limit outside script source to init funciton scope

Signed-off-by: Eric Luehrsen <redacted>
8 years agounbound: clean up domain periods and unnecessary quotes
Eric Luehrsen [Wed, 27 Jun 2018 01:07:59 +0000 (21:07 -0400)]
unbound: clean up domain periods and unnecessary quotes

Signed-off-by: Eric Luehrsen <redacted>
8 years agognupg: Update to 1.4.23
Rosen Penev [Tue, 26 Jun 2018 22:46:43 +0000 (15:46 -0700)]
gnupg: Update to 1.4.23

Signed-off-by: Rosen Penev <redacted>
8 years agoMerge pull request #6347 from dwmw2/domoticz
Stijn Tintel [Tue, 26 Jun 2018 20:51:28 +0000 (22:51 +0200)]
Merge pull request #6347 from dwmw2/domoticz

domoticz: update to 4.9700 stable release, enable Python, fix compression

8 years agoMerge pull request #6062 from cotequeiroz/usbip-remove_patches
Hannu Nyman [Tue, 26 Jun 2018 20:25:36 +0000 (23:25 +0300)]
Merge pull request #6062 from cotequeiroz/usbip-remove_patches

usbip: remove obsolete patches, adapt package to new kernel/libudev

8 years agoMerge pull request #6355 from Ansuel/jasson
Hannu Nyman [Tue, 26 Jun 2018 19:11:05 +0000 (22:11 +0300)]
Merge pull request #6355 from Ansuel/jasson

jansson: bump to latest stable

8 years agopython-mysql: upgrade to 1.3.12
Sebastian Kemper [Fri, 22 Jun 2018 18:25:26 +0000 (20:25 +0200)]
python-mysql: upgrade to 1.3.12

- change source from MySQL-python to mysqlclient, which is a fork of the
  former. The former project hasn't seen any updates in years.
- this is also in anticipation of the upgrade of MariaDB from 10.1.x to
  10.2.x. With the latter python-mysql does not compile - mysqlclient
  does.
- the patch is dropped as libmaria is threadsafe anyway.
- add variant for Python3.

Signed-off-by: Sebastian Kemper <redacted>
8 years agohaproxy: Update HAProxy to v1.8.11
Christian Lachner [Tue, 26 Jun 2018 13:05:55 +0000 (15:05 +0200)]
haproxy: Update HAProxy to v1.8.11
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <redacted>
8 years agojansson: bump to latest stable
Ansuel Smith [Tue, 26 Jun 2018 10:20:11 +0000 (12:20 +0200)]
jansson: bump to latest stable

Signed-off-by: Ansuel Smith <redacted>
8 years agotor: update to 0.3.3.7
Peter Wagner [Mon, 25 Jun 2018 19:45:13 +0000 (21:45 +0200)]
tor: update to 0.3.3.7

Signed-off-by: Peter Wagner <redacted>
8 years agoMerge pull request #6343 from nxhack/bump_62_1
Hannu Nyman [Mon, 25 Jun 2018 19:08:09 +0000 (22:08 +0300)]
Merge pull request #6343 from nxhack/bump_62_1

icu: update to 62.1

8 years agoMerge pull request #6342 from jefferyto/python-packages-update
Hannu Nyman [Mon, 25 Jun 2018 19:07:29 +0000 (22:07 +0300)]
Merge pull request #6342 from jefferyto/python-packages-update

Python packages update

8 years agodomoticz: update to 4.9700 stable release, enable Python, fix compression
David Woodhouse [Fri, 15 Jun 2018 15:50:03 +0000 (16:50 +0100)]
domoticz: update to 4.9700 stable release, enable Python, fix compression

The files in ozwcp/ shouldn't be compressed as there's no gzip handling
for those.

Also enable Python support — since it can dynamically link with
libpython optionally, it's harmless to enable it. Those who want Python
plugins can use it. I still want lua-based hardware plugins though.

Signed-off-by: David Woodhouse <redacted>
8 years agoobfs4proxy: new packages (including dependencies)
Jeffery To [Sat, 17 Mar 2018 16:59:09 +0000 (00:59 +0800)]
obfs4proxy: new packages (including dependencies)

obfs4proxy is a Tor pluggable transport proxy, implementing obfs4.

This commit also includes obfs4proxy's build time dependencies:

* golang-github-agl-ed25519: Go implementation of Ed25519 signature
  algorithm
* golang-github-dchest-siphash: Go implementation of SipHash-2-4
* golang-golang-x-crypto: Go supplementary cryptography libraries
* golang-golang-x-net: Go supplementary network libraries
* golang-golang-x-sys: Go packages for interaction with the OS
* golang-golang-x-text: Go text processing support
* golang-torproject-pluggable-transports-goptlib: Tor pluggable
  transports library for Go

Signed-off-by: Jeffery To <redacted>
8 years agoMerge pull request #6344 from yousong/ssh-alt
tripolar [Mon, 25 Jun 2018 07:13:17 +0000 (09:13 +0200)]
Merge pull request #6344 from yousong/ssh-alt

openssh: let opkg manage openssh symlinks of ssh, scp

8 years agoopenssh: let opkg manage openssh symlinks of ssh, scp
Yousong Zhou [Mon, 25 Jun 2018 05:17:33 +0000 (13:17 +0800)]
openssh: let opkg manage openssh symlinks of ssh, scp

Signed-off-by: Yousong Zhou <redacted>
8 years agoicu: update to 62.1
Hirokazu MORIKAWA [Mon, 25 Jun 2018 02:19:10 +0000 (11:19 +0900)]
icu: update to 62.1

Update to ICU 62 (62.1)
ICU 62 includes number format skeleton support in MessageFormat, ICU4C DecimalFormat wrapping the new NumberFormatter implementation for improved performance.

Signed-off-by: Hirokazu MORIKAWA <redacted>
8 years agotwisted: update to 18.4.0, refresh patches
Jeffery To [Sun, 24 Jun 2018 20:00:16 +0000 (04:00 +0800)]
twisted: update to 18.4.0, refresh patches

Signed-off-by: Jeffery To <redacted>
8 years agophp7: add package dependency on zoneinfo-core
Rafał Miłecki [Sun, 24 Jun 2018 08:19:38 +0000 (10:19 +0200)]
php7: add package dependency on zoneinfo-core

Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without
php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core
when using "opkg install" (during runtime or when building images with
CONFIG_TARGET_PER_DEVICE_ROOTFS).

Missing zoneinfo results in PHP fatal errors, e.g.:
Fatal error: DateTime::createFromFormat(): Timezone database is corrupt - this should *never* happen!

For years users were told to manually install zoneinfo-core package.
This problem was hidden for some time (including 17.01 release) due to
disabled support for CONFIG_PHP7_SYSTEMTZDATA. It's now back as support
for --with-system-tzdata was enabled again.

The proper solution is to simply make php7 package depend on
zoneinfo-core when PHP7_SYSTEMTZDATA is used.

Fixes: 84e5012e8853 ("php7: re-enable system timezone data usage")
Signed-off-by: Rafał Miłecki <redacted>
8 years agoMerge pull request #6253 from neheb/patch-14
Hannu Nyman [Sun, 24 Jun 2018 18:47:17 +0000 (21:47 +0300)]
Merge pull request #6253 from neheb/patch-14

freetype: Update to 2.9.1

8 years agoMerge pull request #6293 from neheb/patch-16
Hannu Nyman [Sun, 24 Jun 2018 18:43:14 +0000 (21:43 +0300)]
Merge pull request #6293 from neheb/patch-16

libgee: Update to 0.20.1

8 years agoMerge pull request #6337 from EricLuehrsen/unbound_173
Hannu Nyman [Sun, 24 Jun 2018 18:41:28 +0000 (21:41 +0300)]
Merge pull request #6337 from EricLuehrsen/unbound_173

unbound: update to 1.7.3

8 years agopython-zope-interface: update to 4.5.0
Jeffery To [Sun, 24 Jun 2018 18:33:11 +0000 (02:33 +0800)]
python-zope-interface: update to 4.5.0

Signed-off-by: Jeffery To <redacted>
8 years agopython-pyasn1: update to 0.4.3
Jeffery To [Sun, 24 Jun 2018 18:32:26 +0000 (02:32 +0800)]
python-pyasn1: update to 0.4.3

Signed-off-by: Jeffery To <redacted>
8 years agopython-ply: update to 3.11
Jeffery To [Sun, 24 Jun 2018 18:31:52 +0000 (02:31 +0800)]
python-ply: update to 3.11

Signed-off-by: Jeffery To <redacted>
8 years agopython-ipaddress: update to 1.0.22
Jeffery To [Sun, 24 Jun 2018 18:31:02 +0000 (02:31 +0800)]
python-ipaddress: update to 1.0.22

Signed-off-by: Jeffery To <redacted>
8 years agopython-hyperlink: update to 18.0.0
Jeffery To [Sun, 24 Jun 2018 18:30:39 +0000 (02:30 +0800)]
python-hyperlink: update to 18.0.0

Signed-off-by: Jeffery To <redacted>
8 years agopython-automat: update to 0.7.0, refresh patches
Jeffery To [Sun, 24 Jun 2018 18:30:08 +0000 (02:30 +0800)]
python-automat: update to 0.7.0, refresh patches

Signed-off-by: Jeffery To <redacted>
8 years agopython-attrs: update to 18.1.0
Jeffery To [Sun, 24 Jun 2018 18:29:34 +0000 (02:29 +0800)]
python-attrs: update to 18.1.0

Signed-off-by: Jeffery To <redacted>
8 years agohaproxy: Update HAProxy to v1.8.10
Christian Lachner [Sun, 24 Jun 2018 18:18:56 +0000 (20:18 +0200)]
haproxy: Update HAProxy to v1.8.10
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <redacted>
8 years agoMerge pull request #6248 from diizzyy/patch-1
Philip Prindeville [Sun, 24 Jun 2018 17:09:53 +0000 (11:09 -0600)]
Merge pull request #6248 from diizzyy/patch-1

openldap: Switch tarball sources to https and http

8 years agopyjwt: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 20:00:51 +0000 (17:00 -0300)]
pyjwt: add new package

JSON Web Token implementation in Python.
This package is a direct dependency of python-requests-oauthlib, a
dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agopython-oauthlib: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:59:01 +0000 (16:59 -0300)]
python-oauthlib: add new package

A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic.
This package is a direct dependency of python-requests-oauthlib, a
dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agopython-requests-oauthlib: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:57:21 +0000 (16:57 -0300)]
python-requests-oauthlib: add new package

OAuthlib authentication support for Requests.
This package is a direct dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agopython-certifi: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:55:55 +0000 (16:55 -0300)]
python-certifi: add new package

Python package for providing Mozilla's CA Bundle.
This package is a direct dependency of python-requests, a dependency of
seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agopython-requests: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:55:05 +0000 (16:55 -0300)]
python-requests: add new package

HTTP library for Python.
This package is a direct dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agopython-qrcode: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:50:49 +0000 (16:50 -0300)]
python-qrcode: add new package

QR Code image generator.
This package is a direct dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agodjango-webpack-loader: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:48:01 +0000 (16:48 -0300)]
django-webpack-loader: add new package

Transparently use webpack with django.
This package is a direct dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agodjango-ranged-response: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:45:26 +0000 (16:45 -0300)]
django-ranged-response: add new package

Modified Django FileResponse that adds Content-Range headers.
This package is a direct dependency of django-simple-captcha, a
dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agodjango-simple-captcha: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:38:24 +0000 (16:38 -0300)]
django-simple-captcha: add new package

A very simple, yet powerful, Django captcha application.
This package is a direct dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agodjango-formtools: add new package
Eneas U de Queiroz [Sat, 23 Jun 2018 19:33:31 +0000 (16:33 -0300)]
django-formtools: add new package

A set of high-level abstractions for Django forms.
This package is a direct dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agounbound: update to 1.7.3
Eric Luehrsen [Fri, 22 Jun 2018 03:54:40 +0000 (23:54 -0400)]
unbound: update to 1.7.3

Signed-off-by: Eric Luehrsen <redacted>
8 years agoola: enable and ship web stuff
Daniel Golle [Thu, 21 Jun 2018 09:55:02 +0000 (11:55 +0200)]
ola: enable and ship web stuff

Make OLA more useful for untrained users which depend on the built-in
webserver. We may split the ola package into smaller parts to allow
not having web-stuff in case this breaks the space-constraints for some
users.

Signed-off-by: Daniel Golle <redacted>
8 years agoseafile-ccnet: fixed deprecated API patch
Eneas U de Queiroz [Fri, 22 Jun 2018 20:54:42 +0000 (17:54 -0300)]
seafile-ccnet: fixed deprecated API patch

RSA key generation failure check was backwards.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agophp7: use mysqlnd
Sebastian Kemper [Fri, 22 Jun 2018 19:28:14 +0000 (21:28 +0200)]
php7: use mysqlnd

This is in anticipation of the MariaDB upgrade from mariadb 10.1.x to
10.2.x. With the latter the PHP MySQL plugins fail to compile, e.g.:

In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:63:0,
                 from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_global.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]
 #warning This file should not be included by clients, include only <mysql.h>
  ^~~~~~~
In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:79:0,
                 from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_sys.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]
 #warning This file should not be included by clients, include only <mysql.h>
  ^~~~~~~
In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:0:
/home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:82:10: fatal error: my_list.h: No such file or directory
 #include <my_list.h>

Upstream seems unlikely to fix this, see
https://bugs.php.net/bug.php?id=75612. In the bug report it is suggested
to not use libmysqlclient/libmariadbclient and instead utilize mysqlnd
(MySQL Native Driver) provided by PHP. This is the default anyway.

So add the mysqlnd module and remove the libmariadbclient depends.

Signed-off-by: Sebastian Kemper <redacted>
8 years agogit: update to 2.18.0
Peter Wagner [Fri, 22 Jun 2018 18:04:23 +0000 (20:04 +0200)]
git: update to 2.18.0

Signed-off-by: Peter Wagner <redacted>
8 years agoseafile-seahub: added new python dependencies
Eneas U de Queiroz [Fri, 22 Jun 2018 17:38:58 +0000 (14:38 -0300)]
seafile-seahub: added new python dependencies

Several required dependencies were added:
    django-formtools
    django-simple-captcha
    django-webpack-loader
    python-qrcode
    python-requests
    python-requests-oauthlib

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agoseafile-server: Fix SystemInfo table in sqlite db.
Eneas U de Queiroz [Fri, 22 Jun 2018 17:32:18 +0000 (14:32 -0300)]
seafile-server: Fix SystemInfo table in sqlite db.

Added a patch applied upstream.
 - Fix that table SystemInfo can't be created in sqlite db.

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agopulseaudio: enable parallel build
Peter Wagner [Thu, 21 Jun 2018 23:00:33 +0000 (01:00 +0200)]
pulseaudio: enable parallel build

Signed-off-by: Peter Wagner <redacted>
8 years agopulseaudio: update to 12.0
Peter Wagner [Thu, 21 Jun 2018 22:49:08 +0000 (00:49 +0200)]
pulseaudio: update to 12.0

Signed-off-by: Peter Wagner <redacted>
8 years agoMerge pull request #6306 from aparcar/fancy_release
champtar [Thu, 21 Jun 2018 11:28:15 +0000 (13:28 +0200)]
Merge pull request #6306 from aparcar/fancy_release

prometheus-node-exporter-lua: handle fancy release

8 years agoola: implement Host/Install for ola_protoc_plugin
Daniel Golle [Thu, 21 Jun 2018 09:55:02 +0000 (11:55 +0200)]
ola: implement Host/Install for ola_protoc_plugin

Should fix build with SDK on buildbots.

Signed-off-by: Daniel Golle <redacted>
8 years agofreetype: Update to 2.9.1
Rosen Penev [Sat, 9 Jun 2018 22:11:38 +0000 (15:11 -0700)]
freetype: Update to 2.9.1

Signed-off-by: Rosen Penev <redacted>
8 years agoola: update to 0.10.6, fix build with recent protobuf
Daniel Golle [Wed, 20 Jun 2018 19:59:01 +0000 (21:59 +0200)]
ola: update to 0.10.6, fix build with recent protobuf

Recent protobuf requires C++11 while OLA was forcing C++98 in order
to keep using auto_ptr without getting warnings... Use gnu++11 to make
everyone happy and live with the warnings about auto_ptr being
deprecated.

Signed-off-by: Daniel Golle <redacted>
8 years agoMerge pull request #6098 from xavifr/b-snmp-add-extend
Stijn Tintel [Wed, 20 Jun 2018 15:03:23 +0000 (18:03 +0300)]
Merge pull request #6098 from xavifr/b-snmp-add-extend

snmpd: Add snmp_extend config option

Closes #5764

8 years agoMerge pull request #6064 from nxhack/fix_arm_arch_detection
Hannu Nyman [Wed, 20 Jun 2018 09:04:44 +0000 (12:04 +0300)]
Merge pull request #6064 from nxhack/fix_arm_arch_detection

node: Fix incorrect detection of arm_version and arm_fpu

8 years agoqemu: package qemu-nbd
Mathew McBride [Sun, 17 Jun 2018 12:07:09 +0000 (22:07 +1000)]
qemu: package qemu-nbd

qemu-nbd is used to 'mount' images to /dev/nbdX block devices, for
example, to manipulate a qcow2 image as a disk device

Signed-off-by: Mathew McBride <redacted>
8 years agoqemu: package qemu-img
Mathew McBride [Sun, 17 Jun 2018 12:04:34 +0000 (22:04 +1000)]
qemu: package qemu-img

qemu-img is used for converting between different VM image types,
such as qcow2 to raw and vice versa.

Signed-off-by: Mathew McBride <redacted>
8 years agoMerge pull request #6307 from diizzyy/sound-fdk-aac
Ted Hess [Mon, 18 Jun 2018 22:19:34 +0000 (22:19 +0000)]
Merge pull request #6307 from diizzyy/sound-fdk-aac

sound/fdk-aac: Clean up Makefile, add overflow patch

8 years agogptfdisk: add a new package
Alif M. Ahmad [Wed, 14 Feb 2018 15:06:21 +0000 (15:06 +0000)]
gptfdisk: add a new package

gptfdisk is a gpt-aware disk partitioning tool. It can be used to
convert mbr partitioned disk to gpt and vice versa.

It supports reading GPT, MBR, and BSD disklabels.

Signed-off-by: Alif M. Ahmad <redacted>
8 years agoMerge pull request #6317 from zhaojh329/libuwsc
Hannu Nyman [Mon, 18 Jun 2018 16:20:22 +0000 (19:20 +0300)]
Merge pull request #6317 from zhaojh329/libuwsc

libuwsc: Update to 2.0.4

8 years agoMerge pull request #6308 from zhaojh329/rtty
Hannu Nyman [Mon, 18 Jun 2018 16:20:10 +0000 (19:20 +0300)]
Merge pull request #6308 from zhaojh329/rtty

rtty: Update to 5.1.0

8 years agolibuwsc: Update to 2.0.4
Jianhui Zhao [Mon, 18 Jun 2018 15:18:51 +0000 (23:18 +0800)]
libuwsc: Update to 2.0.4

Signed-off-by: Jianhui Zhao <redacted>
8 years agotmux: Add path to global conf file
Daniel Engberg [Sun, 17 Jun 2018 20:31:35 +0000 (22:31 +0200)]
tmux: Add path to global conf file

Add path to global conf file so sysupgrade picks it up.

Signed-off-by: Daniel Engberg <redacted>
8 years agortty: Update to 5.1.0
Jianhui Zhao [Sun, 17 Jun 2018 16:42:55 +0000 (00:42 +0800)]
rtty: Update to 5.1.0

Signed-off-by: Jianhui Zhao <redacted>
8 years agoMerge pull request #6289 from Ansuel/nginxpack
Hannu Nyman [Sun, 17 Jun 2018 12:04:13 +0000 (15:04 +0300)]
Merge pull request #6289 from Ansuel/nginxpack

nginx: add luci-support package

8 years agosound/fdk-aac: Clean up Makefile, add overflow patch
Daniel Engberg [Sun, 17 Jun 2018 10:53:57 +0000 (12:53 +0200)]
sound/fdk-aac: Clean up Makefile, add overflow patch

Clean up Makefile by utilizing toolchain logic
Make package pkg-config friendly
Add patch to prevent crashes due to overflow
Source: https://github.com/mstorsjo/fdk-aac/commit/a50eecf65b5ce5d4f03768c5c2cb4b492d2badad

Signed-off-by: Daniel Engberg <redacted>
8 years agoMerge pull request #5681 from neheb/sispmctl
Hannu Nyman [Sun, 17 Jun 2018 09:47:43 +0000 (12:47 +0300)]
Merge pull request #5681 from neheb/sispmctl

sispmctl: Change URL to HTTPS

8 years agoMerge pull request #6303 from MikePetullo/dovecot
Hannu Nyman [Sun, 17 Jun 2018 09:42:52 +0000 (12:42 +0300)]
Merge pull request #6303 from MikePetullo/dovecot

dovecot: explicitly disable use of sodium

8 years agoMerge pull request #6302 from Ansuel/uwsgi-su
Hannu Nyman [Sun, 17 Jun 2018 09:42:32 +0000 (12:42 +0300)]
Merge pull request #6302 from Ansuel/uwsgi-su

uwsgi-cgi: improve uwsgi configuration

8 years agoprometheus-node-exporter-lua: handle fancy release
Paul Spooren [Sun, 17 Jun 2018 08:01:57 +0000 (17:01 +0900)]
prometheus-node-exporter-lua: handle fancy release

Some releases may have non letters in it's name currently resulting in
an empty ("") output which is then discarded, resulting in *missing*
labels in the metric.

Now it uses `.-` to catch as little as possible, but anything.

Signed-off-by: Paul Spooren <redacted>
8 years agodovecot: explicitly disable use of sodium
W. Michael Petullo [Sat, 16 Jun 2018 22:03:39 +0000 (18:03 -0400)]
dovecot: explicitly disable use of sodium

Signed-off-by: W. Michael Petullo <redacted>
8 years agoMerge pull request #6299 from jsmcconn/fix-avahi-runtime-dir
Ted Hess [Sat, 16 Jun 2018 20:27:49 +0000 (20:27 +0000)]
Merge pull request #6299 from jsmcconn/fix-avahi-runtime-dir

avahi: patch systemd runtime_dir change in 0.7

8 years agouwsgi-cgi: improve uwsgi configuration
Ansuel Smith [Sat, 16 Jun 2018 14:07:04 +0000 (16:07 +0200)]
uwsgi-cgi: improve uwsgi configuration

This fix wrong configuration to the luci uwsgi conf

Signed-off-by: Ansuel Smith <redacted>
8 years agoMerge pull request #6300 from jsmcconn/fix-lvm2-rundir
Daniel Golle [Sat, 16 Jun 2018 09:40:24 +0000 (11:40 +0200)]
Merge pull request #6300 from jsmcconn/fix-lvm2-rundir

lvm2: use explicit run/lock dir defaults

8 years agoMerge pull request #6290 from Ansuel/uwsgi-su
Hannu Nyman [Sat, 16 Jun 2018 06:12:49 +0000 (09:12 +0300)]
Merge pull request #6290 from Ansuel/uwsgi-su

uwsgi: add luci-support package

8 years agoMerge pull request #6292 from cotequeiroz/nut_openssl-1.1
Hannu Nyman [Sat, 16 Jun 2018 06:11:14 +0000 (09:11 +0300)]
Merge pull request #6292 from cotequeiroz/nut_openssl-1.1

nut: Add PKG_FIXUP:=autoreconf

8 years agolvm2: use explicit run/lock dir defaults
Jeremiah McConnell [Fri, 15 Jun 2018 23:34:50 +0000 (17:34 -0600)]
lvm2: use explicit run/lock dir defaults

The configure scripts for lvm2 guess defaults for run/lock based on if
/run exists on the build host.  Use explicit values for the defaults
for consistency across build hosts.

Signed-off-by: Jeremiah McConnell <redacted>
8 years agoavahi: patch systemd runtime_dir change in 0.7
Jeremiah McConnell [Fri, 15 Jun 2018 21:26:19 +0000 (15:26 -0600)]
avahi: patch systemd runtime_dir change in 0.7

In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run
for better systemd compatibility.  Patch out that change to fix
avahi-daemon.

Signed-off-by: Jeremiah McConnell <redacted>
8 years agotinc: version bump 1.0.34
Saverio Proto [Fri, 15 Jun 2018 15:01:47 +0000 (17:01 +0200)]
tinc: version bump 1.0.34

Signed-off-by: Saverio Proto <redacted>
8 years agoMerge pull request #6244 from neheb/patch-8
Daniel Golle [Fri, 15 Jun 2018 14:01:22 +0000 (16:01 +0200)]
Merge pull request #6244 from neheb/patch-8

opensc: Update to 0.18.0

8 years agoMerge pull request #6298 from neheb/patch-18
Daniel Golle [Fri, 15 Jun 2018 14:00:37 +0000 (16:00 +0200)]
Merge pull request #6298 from neheb/patch-18

glpk: Update to 4.65

8 years agoMerge pull request #6297 from neheb/patch-15
Daniel Golle [Fri, 15 Jun 2018 13:59:46 +0000 (15:59 +0200)]
Merge pull request #6297 from neheb/patch-15

cryptsetup: Update to 2.0.3

8 years agocryptsetup: Update to 2.0.3
Rosen Penev [Thu, 14 Jun 2018 21:28:13 +0000 (14:28 -0700)]
cryptsetup: Update to 2.0.3

Signed-off-by: Rosen Penev <redacted>
8 years agoglpk: Update to 4.65
Rosen Penev [Thu, 14 Jun 2018 21:32:06 +0000 (14:32 -0700)]
glpk: Update to 4.65

Add HTTPS too.

Signed-off-by: Rosen Penev <redacted>
8 years agoMerge pull request #6254 from neheb/patch-15
Daniel Golle [Thu, 14 Jun 2018 21:15:03 +0000 (23:15 +0200)]
Merge pull request #6254 from neheb/patch-15

gawk: Update to 4.2.1

8 years agoMerge pull request #6294 from zhaojh329/rtty
Hannu Nyman [Thu, 14 Jun 2018 18:43:32 +0000 (21:43 +0300)]
Merge pull request #6294 from zhaojh329/rtty

rtty: Update to 5.0.2

8 years agouwsgi: add luci-support package
Ansuel Smith [Wed, 13 Jun 2018 17:26:40 +0000 (19:26 +0200)]
uwsgi: add luci-support package

This adds additional specific files to support luci on the nginx

Signed-off-by: Ansuel Smith <redacted>
8 years agonginx: add luci-support package
Ansuel Smith [Wed, 13 Jun 2018 17:01:55 +0000 (19:01 +0200)]
nginx: add luci-support package

This adds an additional file for ngix that contains all the files need to make luci works on the nginx webserver.

Signed-off-by: Ansuel Smith <redacted>
8 years agoMerge pull request #6295 from zhaojh329/libuwsc
Hannu Nyman [Thu, 14 Jun 2018 17:56:57 +0000 (20:56 +0300)]
Merge pull request #6295 from zhaojh329/libuwsc

libuwsc: update to 2.0.3

8 years agoMerge pull request #6296 from cotequeiroz/rp-pppoe-glibc
Hans Dedecker [Thu, 14 Jun 2018 15:34:04 +0000 (17:34 +0200)]
Merge pull request #6296 from cotequeiroz/rp-pppoe-glibc

rp-pppoe: redo glibc patch

8 years agorp-pppoe: redo glibc patch
Eneas U de Queiroz [Thu, 14 Jun 2018 15:00:55 +0000 (12:00 -0300)]
rp-pppoe: redo glibc patch

Previous fix broke compilation with kernel < 4.8

Signed-off-by: Eneas U de Queiroz <redacted>
8 years agortty: Update to 5.0.2
Jianhui Zhao [Thu, 14 Jun 2018 08:50:56 +0000 (16:50 +0800)]
rtty: Update to 5.0.2

Signed-off-by: Jianhui Zhao <redacted>
8 years agolibuwsc: update to 2.0.3
Jianhui Zhao [Thu, 14 Jun 2018 02:11:33 +0000 (10:11 +0800)]
libuwsc: update to 2.0.3

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