feed/packages.git
5 years agopython-psycopg2: Update to 2.7.6.1 7427/head
Rosen Penev [Wed, 14 Nov 2018 18:04:08 +0000 (10:04 -0800)]
python-psycopg2: Update to 2.7.6.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7607 from cotequeiroz/python-egenix-mx-base_sources
Hannu Nyman [Sat, 8 Dec 2018 19:59:38 +0000 (21:59 +0200)]
Merge pull request #7607 from cotequeiroz/python-egenix-mx-base_sources

python-egenix-mx-base: use source distribution

5 years agoMerge pull request #7610 from cotequeiroz/elektra_host-no-ruby
Hannu Nyman [Sat, 8 Dec 2018 12:13:16 +0000 (14:13 +0200)]
Merge pull request #7610 from cotequeiroz/elektra_host-no-ruby

elektra: skip ruby plugin in host/compile

5 years agoMerge pull request #7606 from cotequeiroz/libyaml-cpp_soname
Hannu Nyman [Sat, 8 Dec 2018 12:11:14 +0000 (14:11 +0200)]
Merge pull request #7606 from cotequeiroz/libyaml-cpp_soname

libyaml-cpp: copy file matching libs soname

5 years agoMerge pull request #7609 from cotequeiroz/libndpi-symlinks
Hannu Nyman [Sat, 8 Dec 2018 11:08:30 +0000 (13:08 +0200)]
Merge pull request #7609 from cotequeiroz/libndpi-symlinks

libndpi: fix copying of library

5 years agotor: package improvements
Konstantin Demin [Sat, 17 Nov 2018 15:55:06 +0000 (18:55 +0300)]
tor: package improvements

* remove "torify" script
  - "torify" script is just a wrapper around torsocks,
    but torsocks is not currently present in packages.
* tor-geoip: fix "install" recipe:
  - use $(INSTALL_DATA) instead of $(CP) as a proper way
    of installing files
* drop deprecated configure option:
    "--with-ssl-dir" is considered deprecated and obsolete,
    while "--with-openssl-dir" is already present.
* build in parallel
* build with -ffunction-sections, -fdata-sections,
  --gc-sections and -flto
* remove "--disable-largefile" in CONFIGURE_ARGS
* remove "-std=gnu99" in EXTRA_CFLAGS
* use $(FPIC) in EXTRA_CFLAGS
* remove trailing whitespace

Compile- and run-tested on ar71xx/generic,
TP-Link Archer C7 v2 (world-wide version).

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
5 years agoMerge pull request #7557 from wvdakker/master
Hannu Nyman [Sat, 8 Dec 2018 07:52:39 +0000 (09:52 +0200)]
Merge pull request #7557 from wvdakker/master

Shorewall: Bump to version 5.2.1.2

5 years agoMerge pull request #7516 from neheb/um
Hannu Nyman [Sat, 8 Dec 2018 07:48:18 +0000 (09:48 +0200)]
Merge pull request #7516 from neheb/um

umurmur: Fix compilation without OpenSSL ECC support

5 years agoMerge pull request #7528 from lnslbrty/package/ptunnel-ng
Hannu Nyman [Sat, 8 Dec 2018 07:43:31 +0000 (09:43 +0200)]
Merge pull request #7528 from lnslbrty/package/ptunnel-ng

ptunnel-ng: add new package

5 years agoMerge pull request #7584 from cretingame/master
Hannu Nyman [Sat, 8 Dec 2018 07:33:46 +0000 (09:33 +0200)]
Merge pull request #7584 from cretingame/master

erlang: license corrected

5 years agoMerge pull request #7611 from cotequeiroz/libglog_fix-libunwind
Hannu Nyman [Fri, 7 Dec 2018 21:24:10 +0000 (23:24 +0200)]
Merge pull request #7611 from cotequeiroz/libglog_fix-libunwind

libglog: [fixup] fix removing libunwind dependency

5 years agolibglog: fix removing libunwind dependency 7611/head
Eneas U de Queiroz [Fri, 7 Dec 2018 19:02:05 +0000 (17:02 -0200)]
libglog: fix removing libunwind dependency

ac_cv_header_libunwind_h needs to be set to 0, as ac_cv_have_libunwind_h
overwritten based on the former's value.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoelektra: skip ruby plugin in host/compile 7610/head
Eneas U de Queiroz [Fri, 7 Dec 2018 18:27:52 +0000 (16:27 -0200)]
elektra: skip ruby plugin in host/compile

Linking is failing, and the plugin is not needed for the host build
anyway.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoMerge pull request #7608 from cotequeiroz/node-xXx_fix-symlinks
Hannu Nyman [Fri, 7 Dec 2018 18:25:26 +0000 (20:25 +0200)]
Merge pull request #7608 from cotequeiroz/node-xXx_fix-symlinks

 fixup: Node-{arduino-firmata,cylon,hid,serialport}: fix symlinks

5 years agolibndpi: fix copying of library 7609/head
Eneas U de Queiroz [Fri, 7 Dec 2018 17:48:30 +0000 (15:48 -0200)]
libndpi: fix copying of library

The package was copying a symbolic link, not the library itself.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agonode-serialport: copy files, not symlinks 7608/head
Eneas U de Queiroz [Fri, 7 Dec 2018 17:20:22 +0000 (15:20 -0200)]
node-serialport: copy files, not symlinks

This was meant to be included in 93d6d1b, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agonode-hid: copy files, not symlinks
Eneas U de Queiroz [Fri, 7 Dec 2018 17:18:56 +0000 (15:18 -0200)]
node-hid: copy files, not symlinks

This was meant to be included in 1e0720e, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agonode-cylon: copy files, not symlinks
Eneas U de Queiroz [Fri, 7 Dec 2018 17:18:40 +0000 (15:18 -0200)]
node-cylon: copy files, not symlinks

This was meant to be included in 56fe558, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agonode-arduino-firmata: copy files, not symlinks
Eneas U de Queiroz [Fri, 7 Dec 2018 17:09:27 +0000 (15:09 -0200)]
node-arduino-firmata: copy files, not symlinks

This was meant to be included in 6ed62c6, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agopython-egenix-mx-base: use source distribution 7607/head
Eneas U de Queiroz [Fri, 7 Dec 2018 16:11:38 +0000 (14:11 -0200)]
python-egenix-mx-base: use source distribution

The zip file distribution did not include the source files, and
downloaded pre-built binaries from the web.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoMerge pull request #7604 from neheb/patch-3
Hannu Nyman [Fri, 7 Dec 2018 15:20:55 +0000 (17:20 +0200)]
Merge pull request #7604 from neheb/patch-3

python-idna: Update to 2.8

5 years agoMerge pull request #7601 from neheb/dh
Hannu Nyman [Fri, 7 Dec 2018 15:20:34 +0000 (17:20 +0200)]
Merge pull request #7601 from neheb/dh

dtndht: Add -std-gnu89 to fix compilation problems.

5 years agoMerge pull request #7599 from cotequeiroz/netatalk_disable-libevent
Hannu Nyman [Fri, 7 Dec 2018 15:20:15 +0000 (17:20 +0200)]
Merge pull request #7599 from cotequeiroz/netatalk_disable-libevent

netatalk: don't use bundled libevent

5 years agoMerge pull request #7598 from cotequeiroz/neon_no-krb5
Hannu Nyman [Fri, 7 Dec 2018 15:19:44 +0000 (17:19 +0200)]
Merge pull request #7598 from cotequeiroz/neon_no-krb5

neon: Remove krb5 dependency

5 years agoMerge pull request #7600 from Ansuel/nginxup
Hannu Nyman [Fri, 7 Dec 2018 15:19:22 +0000 (17:19 +0200)]
Merge pull request #7600 from Ansuel/nginxup

nginx: bump to latest release and other

5 years agonginx: bump to latest release and other 7600/head
Ansuel Smith [Thu, 6 Dec 2018 21:35:22 +0000 (22:35 +0100)]
nginx: bump to latest release and other

This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agolibyaml-cpp: copy file matching libs soname 7606/head
Eneas U de Queiroz [Fri, 7 Dec 2018 11:13:28 +0000 (09:13 -0200)]
libyaml-cpp: copy file matching libs soname

The soname is not set to the full version, but only major.minor.
This uses libyaml-cpp.so.?.? to try to get it right.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agolibsndfile: Fix MIRROR_HASH
Rosen Penev [Thu, 6 Dec 2018 23:17:51 +0000 (15:17 -0800)]
libsndfile: Fix MIRROR_HASH

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoneon: Remove krb5 dependency 7598/head
Eneas U de Queiroz [Thu, 6 Dec 2018 19:27:58 +0000 (17:27 -0200)]
neon: Remove krb5 dependency

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoumurmur: Fix compilation without OpenSSL ECC support 7516/head
Rosen Penev [Mon, 26 Nov 2018 03:34:57 +0000 (19:34 -0800)]
umurmur: Fix compilation without OpenSSL ECC support

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agopython-idna: Update to 2.8 7604/head
Rosen Penev [Thu, 6 Dec 2018 23:21:19 +0000 (15:21 -0800)]
python-idna: Update to 2.8

Changed URL to pythonhosted one.

Some Makefile rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7588 from thess/cci-mods
Ted Hess [Thu, 6 Dec 2018 22:17:38 +0000 (17:17 -0500)]
Merge pull request #7588 from thess/cci-mods

CircleCI: Do not run build as root. Move to public docker repo.

5 years agodtndht: Add -std-gnu89 to fix compilation problems. 7601/head
Rosen Penev [Tue, 27 Nov 2018 20:36:21 +0000 (12:36 -0800)]
dtndht: Add -std-gnu89 to fix compilation problems.

bootstrapping.c:225:6: warning: implicit declaration of function 'blacklist_is_enabled' [-Wimplicit-function-declaration]
bootstrapping.c:226:3: warning: implicit declaration of function 'blacklist_blacklist_id'; did you mean 'dht_blacklisted'? [-Wimplicit-function-declaration]

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #6720 from cotequeiroz/node-_update-npm
Hannu Nyman [Thu, 6 Dec 2018 21:00:46 +0000 (23:00 +0200)]
Merge pull request #6720 from cotequeiroz/node-_update-npm

Node-{arduino-firmata,cylon,hid,serialport}:  fix npm installation

5 years agowget: disable libpcre2
Eneas U de Queiroz [Wed, 5 Dec 2018 19:58:21 +0000 (17:58 -0200)]
wget: disable libpcre2

libpcre2 is picked over libpcre by wget's configure

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agonetatalk: don't use bundled libevent 7599/head
Eneas U de Queiroz [Thu, 6 Dec 2018 20:29:46 +0000 (18:29 -0200)]
netatalk: don't use bundled libevent

libevent2 bundled with netatalk is not compatible with openssl 1.1.x.
The binary that links to it, netatalk, is not included in the final
package, so there's no dependency to add.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoMerge pull request #7597 from cotequeiroz/nginx_rtmp-openssl-fix
Hannu Nyman [Thu, 6 Dec 2018 19:51:53 +0000 (21:51 +0200)]
Merge pull request #7597 from cotequeiroz/nginx_rtmp-openssl-fix

nginx: fix rtmp module with openssl 1.1.1

5 years agonginx: fix rtmp module with openssl 1.1.1 7597/head
Eneas U de Queiroz [Thu, 6 Dec 2018 18:39:14 +0000 (16:39 -0200)]
nginx: fix rtmp module with openssl 1.1.1

Patch that changes the order of some include files in ngx_rtp_cenc.c
that caused a compilation failure.  Patch submitted upstream (#13).

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoMerge pull request #7453 from neheb/qir
Hannu Nyman [Thu, 6 Dec 2018 17:51:32 +0000 (19:51 +0200)]
Merge pull request #7453 from neheb/qir

quassel-irssi: Update to newer version to fix compilation

5 years agoMerge pull request #7479 from neheb/tv
Hannu Nyman [Thu, 6 Dec 2018 17:49:25 +0000 (19:49 +0200)]
Merge pull request #7479 from neheb/tv

tvheadend: Fix compilation without OpenSSL deprecated APIs

5 years agoMerge pull request #7491 from neheb/luasec
Hannu Nyman [Thu, 6 Dec 2018 17:48:49 +0000 (19:48 +0200)]
Merge pull request #7491 from neheb/luasec

luasec: Update to 0.7

5 years agoMerge pull request #7532 from neheb/uw
Hannu Nyman [Thu, 6 Dec 2018 17:46:05 +0000 (19:46 +0200)]
Merge pull request #7532 from neheb/uw

libuwsc: Fix compilation without deprecated OpenSSL APIs

5 years agoMerge pull request #7520 from neheb/patch-1
Hannu Nyman [Thu, 6 Dec 2018 17:44:23 +0000 (19:44 +0200)]
Merge pull request #7520 from neheb/patch-1

libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking

5 years agoMerge pull request #7562 from neheb/msmtp
Hannu Nyman [Thu, 6 Dec 2018 17:43:37 +0000 (19:43 +0200)]
Merge pull request #7562 from neheb/msmtp

msmtp: Fix compilation without deprecated OpenSSL APIs

5 years agoMerge pull request #7563 from neheb/mutt
Hannu Nyman [Thu, 6 Dec 2018 17:42:38 +0000 (19:42 +0200)]
Merge pull request #7563 from neheb/mutt

mutt: Update to 1.11.1

5 years agoMerge pull request #7593 from sartura/netopeer2_libcurl
Hannu Nyman [Thu, 6 Dec 2018 14:08:54 +0000 (16:08 +0200)]
Merge pull request #7593 from sartura/netopeer2_libcurl

netopeer2: add libcurl dependency

5 years agonetopeer2: add libcurl dependency 7593/head
Mislav Novakovic [Thu, 6 Dec 2018 10:24:47 +0000 (11:24 +0100)]
netopeer2: add libcurl dependency

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
5 years agoMerge pull request #7571 from gladiac1337/feature-haproxy-v1.8.14-updates3
Thomas Heil [Thu, 6 Dec 2018 11:00:20 +0000 (12:00 +0100)]
Merge pull request #7571 from gladiac1337/feature-haproxy-v1.8.14-updates3

haproxy: Update all patches for HAProxy v1.8.14

5 years agoMerge pull request #7539 from neheb/patch-4
Hannu Nyman [Thu, 6 Dec 2018 10:23:03 +0000 (12:23 +0200)]
Merge pull request #7539 from neheb/patch-4

libyaml-cpp: Add PKD_CPE_ID for proper CVE tracking

5 years agoMerge pull request #7592 from cshoredaniel/pr-nut-serial-usb
Hannu Nyman [Thu, 6 Dec 2018 10:22:28 +0000 (12:22 +0200)]
Merge pull request #7592 from cshoredaniel/pr-nut-serial-usb

nut: Optionally set serial USB to NUT user

5 years agoMerge pull request #7570 from sartura/netopeer2_callhome
Hannu Nyman [Thu, 6 Dec 2018 10:21:17 +0000 (12:21 +0200)]
Merge pull request #7570 from sartura/netopeer2_callhome

netopeer2: enable callhome by default

5 years agonetopeer2: enable callhome by default 7570/head
Mislav Novakovic [Tue, 4 Dec 2018 10:21:14 +0000 (11:21 +0100)]
netopeer2: enable callhome by default

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
5 years agoMerge pull request #7578 from cotequeiroz/django-simple-captcha_PyPackage
Hannu Nyman [Thu, 6 Dec 2018 08:51:33 +0000 (10:51 +0200)]
Merge pull request #7578 from cotequeiroz/django-simple-captcha_PyPackage

django-simple-captcha: use PyPackage to build

5 years agoMerge pull request #7579 from cotequeiroz/django-webpack-loader_PyPackage
Hannu Nyman [Thu, 6 Dec 2018 08:51:18 +0000 (10:51 +0200)]
Merge pull request #7579 from cotequeiroz/django-webpack-loader_PyPackage

django-webpack-loader: use PyPackage to build

5 years agoMerge pull request #7577 from cotequeiroz/django-ranged-response_PyPackage
Hannu Nyman [Thu, 6 Dec 2018 08:50:08 +0000 (10:50 +0200)]
Merge pull request #7577 from cotequeiroz/django-ranged-response_PyPackage

django-ranged-response: use PyPackage to build

5 years agoMerge pull request #7576 from cotequeiroz/django-formtools_PyPackage
Hannu Nyman [Thu, 6 Dec 2018 08:49:54 +0000 (10:49 +0200)]
Merge pull request #7576 from cotequeiroz/django-formtools_PyPackage

django-formtools: use PyPackage to build

5 years agoMerge pull request #7480 from neheb/port
Hannu Nyman [Thu, 6 Dec 2018 08:44:13 +0000 (10:44 +0200)]
Merge pull request #7480 from neheb/port

port-mirroring: Update to 1.4.3

5 years agoMerge pull request #7506 from neheb/vsft
Hannu Nyman [Thu, 6 Dec 2018 08:43:13 +0000 (10:43 +0200)]
Merge pull request #7506 from neheb/vsft

vsftpd: Fix compilation without ECC or deprecated APIs

5 years agoMerge pull request #7545 from neheb/cap
Hannu Nyman [Thu, 6 Dec 2018 08:37:10 +0000 (10:37 +0200)]
Merge pull request #7545 from neheb/cap

libcap: Update to 2.26

5 years agoMerge pull request #7553 from micmac1/tiff-4010-switches
Hannu Nyman [Thu, 6 Dec 2018 08:35:13 +0000 (10:35 +0200)]
Merge pull request #7553 from micmac1/tiff-4010-switches

tiff: disable ZSTD and WebP codecs explicitly

5 years agoMerge pull request #7585 from dengqf6/nginx
Hannu Nyman [Thu, 6 Dec 2018 08:33:49 +0000 (10:33 +0200)]
Merge pull request #7585 from dengqf6/nginx

nginx: fix detection of gcc builtin atomic operations

5 years agoMerge pull request #7569 from dengqf6/aria2
Hannu Nyman [Thu, 6 Dec 2018 08:32:41 +0000 (10:32 +0200)]
Merge pull request #7569 from dengqf6/aria2

aria2: code size optimizations and build-parallel

5 years agonut: Optionally set serial USB to NUT user 7592/head
Daniel F. Dickinson [Wed, 5 Dec 2018 06:36:45 +0000 (01:36 -0500)]
nut: Optionally set serial USB to NUT user

When using serial-port based UPSes with NUT, it is handy to be able to
configure a USB serial port to have be set tot the NUT runas user, so
that NUT can access the serial port automagically.
Closes #6997

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agoMerge pull request #7580 from cotequeiroz/pyjwt-1.7.0
Hannu Nyman [Thu, 6 Dec 2018 08:28:12 +0000 (10:28 +0200)]
Merge pull request #7580 from cotequeiroz/pyjwt-1.7.0

pyjwt: Bump to version 1.7.0 -- python-requests-oauthlib:  use PyPackage

5 years agoMerge pull request #7591 from cshoredaniel/pr-nut-upsd-root
Hannu Nyman [Thu, 6 Dec 2018 08:26:06 +0000 (10:26 +0200)]
Merge pull request #7591 from cshoredaniel/pr-nut-upsd-root

nut: Fix upsd runs as root

5 years agonut: Fix upsd runs as root 7591/head
Daniel F. Dickinson [Wed, 5 Dec 2018 06:31:40 +0000 (01:31 -0500)]
nut: Fix upsd runs as root

Closes #6997 - Allows upsd to runas a non-privileged user.
If any driver is running as non-privileged user, the last driver's
user will be used as the server non-privileged user, otherwise the
user specified in config upsd, otherwise nut. Previously the
localisation of RUNAS variable was in the wrong locations.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agoMerge pull request #7590 from cshoredaniel/pr-nut-driver-typo
Hannu Nyman [Thu, 6 Dec 2018 06:54:15 +0000 (08:54 +0200)]
Merge pull request #7590 from cshoredaniel/pr-nut-driver-typo

nut: Fix a typo in setting a driver parameter

5 years agoMerge pull request #7582 from cotequeiroz/python-requests_PyPackage
Hannu Nyman [Thu, 6 Dec 2018 06:53:17 +0000 (08:53 +0200)]
Merge pull request #7582 from cotequeiroz/python-requests_PyPackage

python-requests: use PyPackage to build

5 years agoMerge pull request #7583 from cotequeiroz/python-certifi-2018.11.29
Hannu Nyman [Thu, 6 Dec 2018 06:52:09 +0000 (08:52 +0200)]
Merge pull request #7583 from cotequeiroz/python-certifi-2018.11.29

python-certifi: Update to 2018.11.29, add python3

5 years agoMerge pull request #7581 from cotequeiroz/python-oauthlib_python3
Hannu Nyman [Thu, 6 Dec 2018 06:51:01 +0000 (08:51 +0200)]
Merge pull request #7581 from cotequeiroz/python-oauthlib_python3

python-oauthlib: add python3 package

5 years agoMerge pull request #7586 from cotequeiroz/pytz_hostdep
Hannu Nyman [Thu, 6 Dec 2018 06:49:14 +0000 (08:49 +0200)]
Merge pull request #7586 from cotequeiroz/pytz_hostdep

pytz: fix host-compile dependency

5 years agonut: Fix a typo in setting a driver parameter 7590/head
Daniel F. Dickinson [Thu, 6 Dec 2018 04:57:25 +0000 (23:57 -0500)]
nut: Fix a typo in setting a driver parameter

synchronous would not get set due to typo.  Fixed.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agoCircleCI: Do not run build as root. Move to public docker repo. 7588/head
Ted Hess [Wed, 5 Dec 2018 18:35:05 +0000 (13:35 -0500)]
CircleCI: Do not run build as root. Move to public docker repo.

Change docker hub repository to 'openwrtorg'.
Create and use non-root user 'build'. Add xz-utils and unzip.
Use version numbers for docker images (SHA has no sense of time).
Disable pipefail in build step

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoMerge pull request #7575 from EricLuehrsen/unbound_182
Hannu Nyman [Wed, 5 Dec 2018 19:10:46 +0000 (21:10 +0200)]
Merge pull request #7575 from EricLuehrsen/unbound_182

unbound: update to 1.8.2

5 years agopytz: fix host-compile dependency 7586/head
Eneas U de Queiroz [Wed, 5 Dec 2018 18:34:56 +0000 (16:34 -0200)]
pytz: fix host-compile dependency

Add HOST_BUILD_DEPENDS=python/host

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agonginx: fix detection of gcc builtin atomic operations 7585/head
Deng Qingfang [Wed, 5 Dec 2018 15:18:20 +0000 (23:18 +0800)]
nginx: fix detection of gcc builtin atomic operations

Needed by stream module

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoerlang: license corrected 7584/head
Arnaud Sautaux [Wed, 5 Dec 2018 15:03:49 +0000 (16:03 +0100)]
erlang: license corrected

Signed-off-by: Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
5 years agopython-requests-oauthlib: use PyPackage to build 7580/head
Eneas U de Queiroz [Tue, 4 Dec 2018 18:08:50 +0000 (16:08 -0200)]
python-requests-oauthlib: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package,
updated PKG_SOURCE_URL, and adpated to python-pyjwt new package name.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agopyjwt: Bump to version 1.7.0, add ptyhon3
Eneas U de Queiroz [Tue, 4 Dec 2018 10:02:08 +0000 (08:02 -0200)]
pyjwt: Bump to version 1.7.0, add ptyhon3

Version 1.7.0 brings compatibility with python 3.7.
As a result of building a python3 version, the python2 package name was
changed from pyjwt to python-pyjwt.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agopython-certifi: Update to 2018.11.29, add python3 7583/head
Eneas U de Queiroz [Tue, 4 Dec 2018 10:05:11 +0000 (08:05 -0200)]
python-certifi: Update to 2018.11.29, add python3

Package was upgraded to current version, and the python3 variant was
added.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agodjango-simple-captcha: use PyPackage to build 7578/head
Eneas U de Queiroz [Tue, 4 Dec 2018 16:52:18 +0000 (14:52 -0200)]
django-simple-captcha: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agopython-requests: use PyPackage to build 7582/head
Eneas U de Queiroz [Tue, 4 Dec 2018 17:45:33 +0000 (15:45 -0200)]
python-requests: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agopython-oauthlib: add python3 package 7581/head
Eneas U de Queiroz [Tue, 4 Dec 2018 15:53:37 +0000 (13:53 -0200)]
python-oauthlib: add python3 package

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agodjango-ranged-response: use PyPackage to build 7577/head
Eneas U de Queiroz [Tue, 4 Dec 2018 16:02:08 +0000 (14:02 -0200)]
django-ranged-response: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agodjango-formtools: use PyPackage to build 7576/head
Eneas U de Queiroz [Tue, 4 Dec 2018 16:28:14 +0000 (14:28 -0200)]
django-formtools: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agodjango-webpack-loader: use PyPackage to build 7579/head
Eneas U de Queiroz [Tue, 4 Dec 2018 17:25:20 +0000 (15:25 -0200)]
django-webpack-loader: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package,
and updated PKG_SOURCE_URL.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agounbound: update to 1.8.2 7575/head
Eric Luehrsen [Wed, 5 Dec 2018 05:31:05 +0000 (00:31 -0500)]
unbound: update to 1.8.2

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
5 years agoMerge pull request #7561 from neheb/neon
Hannu Nyman [Tue, 4 Dec 2018 19:48:21 +0000 (21:48 +0200)]
Merge pull request #7561 from neheb/neon

neon: Fix compilation without deprecated OpenSSL APIs

5 years agoMerge pull request #7560 from neheb/nop
Hannu Nyman [Tue, 4 Dec 2018 19:48:04 +0000 (21:48 +0200)]
Merge pull request #7560 from neheb/nop

libnopoll: Fix compilation without deprecated OpenSSL APIs

5 years agoMerge pull request #7558 from pprindeville/perl-update-5.28.1
Hannu Nyman [Tue, 4 Dec 2018 19:47:35 +0000 (21:47 +0200)]
Merge pull request #7558 from pprindeville/perl-update-5.28.1

perl: update to 5.28.1

5 years agoptunnel-ng: add new package 7528/head
Toni Uhlig [Mon, 26 Nov 2018 18:26:32 +0000 (19:26 +0100)]
ptunnel-ng: add new package

Ptunnel-NG is a bugfixed and refactored version of Ptunnel.
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
5 years agohaproxy: Update all patches for HAProxy v1.8.14 7571/head
Christian Lachner [Tue, 4 Dec 2018 09:56:40 +0000 (10:56 +0100)]
haproxy: Update all patches for HAProxy v1.8.14
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html)
- Raise PKG_RELEASE to 5
- Improve version-handling

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agoaria2: enable build-parallel 7569/head
Deng Qingfang [Tue, 4 Dec 2018 00:49:27 +0000 (08:49 +0800)]
aria2: enable build-parallel

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoaria2: size optimizations
Deng Qingfang [Tue, 4 Dec 2018 00:45:32 +0000 (08:45 +0800)]
aria2: size optimizations

Reduce binary size by about 22%

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoperl: update to 5.28.1 7558/head
Philip Prindeville [Sun, 2 Dec 2018 19:44:42 +0000 (12:44 -0700)]
perl: update to 5.28.1

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
5 years agolibsndfile: add PKG_SOURCE_DATE
Peter Wagner [Mon, 3 Dec 2018 22:09:50 +0000 (23:09 +0100)]
libsndfile: add PKG_SOURCE_DATE

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agolibuwsc: Update to 3.1.1 7532/head
Rosen Penev [Tue, 27 Nov 2018 18:02:57 +0000 (10:02 -0800)]
libuwsc: Update to 3.1.1

Some consistency updates in the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agojupp: new package
Thorsten Glaser [Mon, 22 Oct 2018 16:53:51 +0000 (18:53 +0200)]
jupp: new package

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
5 years agowget: update to 1.20
Peter Wagner [Mon, 3 Dec 2018 08:01:39 +0000 (09:01 +0100)]
wget: update to 1.20

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agocryptodev: moved to trunk
John Crispin [Mon, 3 Dec 2018 06:50:57 +0000 (07:50 +0100)]
cryptodev: moved to trunk

Signed-off-by: John Crispin <john@phrozen.org>