Eric Luehrsen [Wed, 12 Dec 2018 21:39:02 +0000 (16:39 -0500)]
unbound: update to 1.8.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Ted Hess [Wed, 12 Dec 2018 14:55:18 +0000 (09:55 -0500)]
intltool: Add patch to fix regular expressions and avoid warnings in perl 5.22 and later.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Wed, 12 Dec 2018 18:13:31 +0000 (20:13 +0200)]
Merge pull request #7645 from WeekendSoftware/safe-search
net/safe-search: Fix double installation bug
Gregory L. Dietsche [Wed, 12 Dec 2018 17:02:05 +0000 (11:02 -0600)]
net/safe-search: Fix double installation bug
If safe search is built directly into an image, the /etc/config/dhcp
file will have multiple entries added to it after using sysupgrade
for the nth time (2 or more sysupgrade cycles).
In /etc/config/dhcp, this bug creates duplicate entries like this:
config dnsmasq
list addnhosts '/etc/safe-search/enabled'
list addnhosts '/etc/safe-search/enabled'
This patch ensures that safe search only registers itself one time.
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
Hannu Nyman [Wed, 12 Dec 2018 16:44:41 +0000 (18:44 +0200)]
Merge pull request #7644 from cotequeiroz/unixodbc_save-in-tmp
unixodbc: save unixodbc_conf.h for host build
Eneas U de Queiroz [Tue, 11 Dec 2018 23:12:24 +0000 (21:12 -0200)]
unixodbc: save unixodbc_conf.h for host build
Save a copy of unixodbc_conf.h in STAGING_DIR to be used by host build.
Use STAGING_DIR/tmp/unixodbc instead of include.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Ted Hess [Wed, 12 Dec 2018 01:16:55 +0000 (20:16 -0500)]
Merge pull request #7482 from sotux/master
nginx: unified indentation character and add additional configure directory
James Qian [Tue, 20 Nov 2018 10:28:16 +0000 (18:28 +0800)]
nginx: unified indentation character and add additional config entry
The original configure file mixed tab and space
characters as indentation, so use 4 spaces as the
default indentation character.
Add /etc/nginx/conf.d/*.conf as nginx additional configure
files. Then we can add individual conf file for other http
applications without modify the main nginx configure file.
Signed-off-by: James Qian <sotux82@gmail.com>
Ted Hess [Tue, 11 Dec 2018 20:46:47 +0000 (15:46 -0500)]
Merge pull request #7640 from jefferyto/fix-golang-package-clean
golang: fix package clean / autoremove, add output whitespace
Jeffery To [Tue, 11 Dec 2018 20:23:47 +0000 (04:23 +0800)]
golang: fix package clean / autoremove, add output whitespace
go 1.11 added modules, which are cached locally. The go developers have
decided to make this cache read-only (golang/go#27455), which causes
problems with package clean / autoremove (#7635).
This adds a call to clear this cache right after building, as currently
there is no easy way to hook into autoremove (it may be possible to hook
into package clean).
This also adds whitespace (blank lines) to certain places in make
output, to aid debugging.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 11 Dec 2018 17:14:02 +0000 (19:14 +0200)]
Merge pull request #7605 from cotequeiroz/libtins_soname
libtins: copy libtins.so.* to package
Hannu Nyman [Tue, 11 Dec 2018 16:42:31 +0000 (18:42 +0200)]
Merge pull request #7630 from lucize/clamup
clamav: update to 0.101.0
Hannu Nyman [Tue, 11 Dec 2018 14:24:21 +0000 (16:24 +0200)]
Merge pull request #7538 from smutt/danish
danish: removed DEPENDS: +dnsmasq-full
Yousong Zhou [Tue, 11 Dec 2018 07:41:18 +0000 (07:41 +0000)]
xl2tpd: bump to version 1.3.13
Changelog prepared by upstream maintainer. It's mostly about code cleanup and
doc amendment
v1.3.13 (December 3, 2018)
* Specify email address for reporting security vulnerabilities [Samir Hussain]
* Fix compile warning with USE_KERNEL in xl2tpd.c [Samir Hussain]
* Applying patch that reduces compile warnings and fixes warnings from gcc and clang. [Gareth Ansell]
* Fix compiler warnings in network.c [Gareth Ansell]
* Add a make command for packaging's prep work [Samir Hussain]
* Add Makefile directive for getting version [Samir Hussain]
* Add a preproc for Watchguard firewall (Github issue #136) [daniel1111]
* Convert from ISO-8859 to UTF-8 [Simon Deziel]
* Update README to provide latest info on xl2tpd + Linux kernel 4.15+ [Samir Hussain]
* Use dh_auto_build in order to allow cross compiles [Helmut Grohne]
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Lucian Cristian [Mon, 10 Dec 2018 22:15:53 +0000 (00:15 +0200)]
clamav: update to 0.101.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Hannu Nyman [Mon, 10 Dec 2018 20:14:17 +0000 (22:14 +0200)]
Merge pull request #7540 from BKPepe/netdata
netdata: update to version 1.11.1
Hannu Nyman [Mon, 10 Dec 2018 19:40:45 +0000 (21:40 +0200)]
yaaw: fix mirror hash
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Mon, 10 Dec 2018 19:24:52 +0000 (21:24 +0200)]
yaaw: try to fix bad copy at a source mirror
Bump source date to force a new download to fix a bad 0 byte
copy at one Openwrt source mirror.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Mon, 10 Dec 2018 19:19:35 +0000 (21:19 +0200)]
Merge pull request #7596 from cotequeiroz/psqlodbc_odbc_config
psqlodbc: correct --with-unixodbc setting
Hannu Nyman [Mon, 10 Dec 2018 19:19:19 +0000 (21:19 +0200)]
Merge pull request #7595 from cotequeiroz/unixodbc_lib-dir
unixodbc: Fix LIB_PREFIX in host build
Hannu Nyman [Mon, 10 Dec 2018 19:09:54 +0000 (21:09 +0200)]
Merge pull request #7358 from neheb/yara
yara: Fix compile without deprecated OpenSSL APIs
Nikos Mavrogiannopoulos [Mon, 10 Dec 2018 05:33:25 +0000 (06:33 +0100)]
gnutls: updated to 3.6.5
Compile tested for: ar71xx
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Peter Wagner [Mon, 10 Dec 2018 18:28:43 +0000 (19:28 +0100)]
git: update to 2.20.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Mon, 10 Dec 2018 17:07:07 +0000 (19:07 +0200)]
Merge pull request #7628 from DocLM/libgphoto2
libgphoto2: update package 2.5.21
Hannu Nyman [Mon, 10 Dec 2018 17:06:29 +0000 (19:06 +0200)]
Merge pull request #7613 from cotequeiroz/clamav_no-xml
clamav: fixup disabling xml
Karl Palsson [Mon, 10 Dec 2018 14:53:15 +0000 (14:53 +0000)]
libwebsockets: bump to 3.1.0
Drops an openssl deprecation patch applied upstream.
Changes since 3.0.0, the following list of websocket related features:
* gzip+brotli compression in the webserver
* threadpools
* string tokenizers
* http reverse proxies
* managed disk cache
Full changes at https://libwebsockets.org/git/libwebsockets/tree/changelog?id=
89eedcaa94e1c8a97ea3af10642fd224bcea068f#n4
Tested on ath79, and classic usage of libwebsockets to provide
websockets support to a C application.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Mon, 10 Dec 2018 12:52:37 +0000 (12:52 +0000)]
lua-penlight: update to 1.6.0
Full changelog at https://github.com/stevedonovan/Penlight/blob/master/CHANGELOG.md#160-2018-11-23
Interesting changes:
* version numbers fixed
* import_into includes everything properly
* more compat with lua 5.1
Includes a switch to codeload to avoid the git cloning and mirror
hashes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Leonardo Medici [Mon, 10 Dec 2018 14:10:52 +0000 (15:10 +0100)]
libgphoto2: update package 2.5.21
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Luiz Angelo Daros de Luca [Mon, 10 Dec 2018 00:59:29 +0000 (22:59 -0200)]
hplip: update to 3.18.12
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Mon, 10 Dec 2018 00:59:00 +0000 (22:59 -0200)]
libcups: update to 2.2.10
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Ted Hess [Sun, 9 Dec 2018 21:39:10 +0000 (16:39 -0500)]
Merge pull request #7623 from jefferyto/slide-switch-0.9.3
slide-switch: update to latest version
Ted Hess [Sun, 9 Dec 2018 21:37:53 +0000 (16:37 -0500)]
Merge pull request #7621 from neheb/btr
btrfs-progs: Update to 4.19.1
Rosen Penev [Sun, 9 Dec 2018 17:16:12 +0000 (09:16 -0800)]
btrfs-progs: Update to 4.19.1
Removed upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Sun, 9 Dec 2018 20:53:12 +0000 (21:53 +0100)]
Merge pull request #7622 from cotequeiroz/php7-pecl-http_libidnkit
php7-pecl-http: ensure libidnkit is disabled
Jeffery To [Sun, 9 Dec 2018 20:02:31 +0000 (04:02 +0800)]
slide-switch: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Eneas U de Queiroz [Sun, 9 Dec 2018 19:29:49 +0000 (17:29 -0200)]
php7-pecl-http: ensure libidnkit is disabled
Otherwise, configure may pick up the host system library.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Ted Hess [Sun, 9 Dec 2018 15:44:15 +0000 (10:44 -0500)]
Merge pull request #7615 from thess/cci-hashcheck
CircleCI: Add package HASH check from Travis. Fix build log generation.
Ted Hess [Sat, 8 Dec 2018 22:12:08 +0000 (17:12 -0500)]
CircleCI: Add package checks and HASH verify from Travis. Fix build log generation.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Michael Heimpold [Sun, 9 Dec 2018 15:01:14 +0000 (16:01 +0100)]
php7: update to 7.2.13
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 9 Dec 2018 14:58:32 +0000 (15:58 +0100)]
mmc-utils: update to latest git revision
This also includes a fix for the trimming function and thus fixes #7306.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Sun, 9 Dec 2018 11:41:46 +0000 (13:41 +0200)]
Merge pull request #7514 from neheb/pen
pen: Fix compilation without deprecated OpenSSL APIs
Hannu Nyman [Sun, 9 Dec 2018 11:40:44 +0000 (13:40 +0200)]
Merge pull request #7513 from neheb/xu
xupnpd: Fix compilation without deprecated OpenSSL APIs
Hannu Nyman [Sun, 9 Dec 2018 11:39:47 +0000 (13:39 +0200)]
Merge pull request #7493 from neheb/luajit
luajit: Switch to versioned releases
Hannu Nyman [Sun, 9 Dec 2018 11:37:04 +0000 (13:37 +0200)]
Merge pull request #7507 from neheb/znc2
znc: Update deprecated patch to include OpenSSL 1.1
Hannu Nyman [Sun, 9 Dec 2018 11:34:46 +0000 (13:34 +0200)]
Merge pull request #7487 from neheb/lsql
luasql: Update to 2.4.0
Hannu Nyman [Sun, 9 Dec 2018 09:45:05 +0000 (11:45 +0200)]
Merge pull request #7427 from neheb/patch-9
python-psycopg2: Update to 2.7.6.1
Hannu Nyman [Sun, 9 Dec 2018 09:44:41 +0000 (11:44 +0200)]
Merge pull request #7417 from neheb/upm
libupm: Update to 1.7.1
Hannu Nyman [Sun, 9 Dec 2018 09:43:30 +0000 (11:43 +0200)]
Merge pull request #7415 from neheb/mraa
libmraa: Add back version patch
Hannu Nyman [Sun, 9 Dec 2018 09:38:03 +0000 (11:38 +0200)]
Merge pull request #7618 from neheb/mod
lttng-modules: Update to 2.10.8
Hannu Nyman [Sun, 9 Dec 2018 09:37:35 +0000 (11:37 +0200)]
Merge pull request #7614 from cotequeiroz/grilo-plugins_disable-dmap
grilo-plugins: disable dmap plugin, use hostpkg
Hannu Nyman [Sun, 9 Dec 2018 09:37:21 +0000 (11:37 +0200)]
Merge pull request #7552 from neheb/gr
grilo: Fix build dependency on perl-xml-parser
Rosen Penev [Sun, 9 Dec 2018 03:54:48 +0000 (19:54 -0800)]
lttng-modules: Update to 2.10.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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>
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
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
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
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
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>
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
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
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
Hannu Nyman [Sat, 8 Dec 2018 07:33:46 +0000 (09:33 +0200)]
Merge pull request #7584 from cretingame/master
erlang: license corrected
Eneas U de Queiroz [Mon, 6 Aug 2018 13:32:32 +0000 (10:32 -0300)]
grilo-plugins: disable dmap plugin
Compilation fails with current libdmapsharing (3.9.1).
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Eneas U de Queiroz [Sat, 8 Dec 2018 01:03:02 +0000 (23:03 -0200)]
grilo-plugins: use hostpkg glib-compile-resources
Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Eneas U de Queiroz [Tue, 24 Apr 2018 20:56:28 +0000 (17:56 -0300)]
clamav: fixup disabling xml
--disable-xml is not doing its job, but--with-xml=no works.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
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
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>
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>
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
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>
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>
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>
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>
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>
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>
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
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.
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
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
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
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>
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>
Eneas U de Queiroz [Fri, 7 Dec 2018 09:57:13 +0000 (07:57 -0200)]
libtins: copy libtins.so.* to package
Package was installing libins.so, but the soname is set to
libtins.so.4.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
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>
Eneas U de Queiroz [Thu, 6 Dec 2018 11:48:35 +0000 (09:48 -0200)]
psqlodbc: bump to 10.03.0000, fix --with-unixodbc
Update to 10.03.0000.
--with-unixodbc should point to the odbc_config binary, not to the top
of the install directory $(STAGING_DIR)/usr.
Acked-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
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>
Rosen Penev [Sat, 1 Dec 2018 18:10:28 +0000 (10:10 -0800)]
grilo: Remove build dependency on perl-xml-parser
Given that we don't enable a bunch of stuff, we can patch this out.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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>
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>
Rosen Penev [Tue, 20 Nov 2018 22:35:35 +0000 (14:35 -0800)]
luasql: Update to 2.4.0
Switch to codeload + other adjustments.
Removed nico as he seems to no longer be active.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 21 Nov 2018 04:25:31 +0000 (20:25 -0800)]
luajit: Switch to versioned releases
Allows to simplify the Makefile
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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.
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>
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
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>
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>
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
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>
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
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