Maxim Storchak [Sun, 5 Jan 2020 17:41:52 +0000 (19:41 +0200)]
smartmontools: package a script for sending email notifications
A separate package which depdens on msmtp and nail is introduced.
Once more packages provide `sendmail` and `mail` interfaces, this
dependency can be made more flexible.
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Rosen Penev [Sun, 5 Jan 2020 20:26:11 +0000 (12:26 -0800)]
Merge pull request #10943 from flyn-org/libgd
libgd: fix building with freetype support
Rosen Penev [Sun, 5 Jan 2020 20:25:01 +0000 (12:25 -0800)]
Merge pull request #10948 from mstorchak/smartmontools
smartmontools: update to 7.1
Hannu Nyman [Sun, 5 Jan 2020 17:54:31 +0000 (19:54 +0200)]
Merge pull request #10947 from Ansuel/nginx
nginx: update ubus module
Ansuel Smith [Sun, 5 Jan 2020 17:21:29 +0000 (18:21 +0100)]
nginx: update ubus module
Fix a bug in LuCI interface.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Maxim Storchak [Sun, 5 Jan 2020 17:18:21 +0000 (19:18 +0200)]
smartmontools: update to 7.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Daniel Golle [Sun, 5 Jan 2020 09:45:33 +0000 (11:45 +0200)]
transmission: fix directory creation in init script
Things were done in the wrong order, leading to config_dir not being
chown'ed and subdirectories not being created in case of download_dir
being inside config_dir.
Fixes: 609109fa9 ("transmission: add seccomp filter and improve jail")
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
W. Michael Petullo [Sat, 4 Jan 2020 15:07:04 +0000 (10:07 -0500)]
libgd: fix building with freetype support
Freetype support is required for php7-mod-gd as of commit
0f10c8c8,
which causes the PHP7 package to build using this external libgd library.
This commit adds FREETYPE_INCLUDE_DIRS to the definition of CMAKE_OPTIONS.
Without this, libgd does not build freetype support as shown by
this message:
....
Build libgd:
-- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
-- Configuring done
-- Generating done
....
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Daniel Golle [Fri, 3 Jan 2020 19:37:53 +0000 (21:37 +0200)]
transmission: add seccomp filter and improve jail
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sat, 4 Jan 2020 04:06:40 +0000 (20:06 -0800)]
perl: Don't build InstallDev under ARC
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 4 Jan 2020 02:54:26 +0000 (18:54 -0800)]
liburcu: Don't build under ARC, not even InstallDev
This should finally get rid of buildbot failures.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 4 Jan 2020 00:32:35 +0000 (16:32 -0800)]
Merge pull request #10910 from Andy2244/wsdd2-smbd-rename
wsdd2: update init for renamed cifsd->smbd
Rosen Penev [Sat, 4 Jan 2020 00:32:21 +0000 (16:32 -0800)]
Merge pull request #10931 from neheb/msm
msmtp: Update to 1.8.7
Rosen Penev [Fri, 3 Jan 2020 22:58:00 +0000 (14:58 -0800)]
Merge pull request #10927 from mans0n/chilli
coova-chilli: more fixes and improvements
Rosen Penev [Fri, 3 Jan 2020 22:56:32 +0000 (14:56 -0800)]
Merge pull request #10936 from Andy2244/rpcsvc-proto_buildonly
rpcsvc-proto: set as buildonly
Rosen Penev [Fri, 3 Jan 2020 22:55:08 +0000 (14:55 -0800)]
Merge pull request #10909 from Andy2244/smbd-3_0_1-rename
smbd: rename from cifsd, update to 3.0.1
Andy Walsh [Fri, 3 Jan 2020 19:03:33 +0000 (20:03 +0100)]
rpcsvc-proto: set as buildonly
* set package buildonly
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Tue, 31 Dec 2019 13:59:11 +0000 (14:59 +0100)]
smbd: rename from cifsd, update to 3.0.1
* follow upstream rename to 'smbd' and 'smbd-tools'
* config is '/config/smbd' and '/etc/smbd/smb.conf'
* smbd: update to 3.0.1
* smbd: fixes delete access on readonly shares
* smbd: add patch to keep version metadata in kmod
* smbd: add synchrous kill_server patches
* smbd-tools: update to 3.0.1
* smbd-tools: userspace service is now 'usmbd'
* smbd-tools: userspace tools are: 'smbuseradd', 'smbshareadd' with /etc/smbd/smbdpwd.db
* smbd-tools: split package into server/utils (reduce size)
* smbd-tools: fix init (luci save&apply)
* smbd-tools: remove kill_server related timeouts
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Hannu Nyman [Fri, 3 Jan 2020 17:48:33 +0000 (19:48 +0200)]
Merge pull request #10925 from peter-stadler/nginx-uwsgi-modular
nginx: update to 1.17.7 and use new modular uwsgi for luci
Sungbo Eo [Thu, 2 Jan 2020 13:21:28 +0000 (22:21 +0900)]
coova-chilli: enable service by default
If "disabled" option does not exist, service should be enabled.
Fixes: #10392
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Sungbo Eo [Thu, 2 Jan 2020 13:20:27 +0000 (22:20 +0900)]
coova-chilli: remove redundant options from config file
"fg" and "pidfile" parameters are already used in the init script,
so they are not controllable by config file anyway.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Sungbo Eo [Thu, 2 Jan 2020 13:19:41 +0000 (22:19 +0900)]
coova-chilli: add dependency for miniportal
If miniportal option is enabled, some haserl scripts are provided which
present a simple login web page. To make it functional haserl is required.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Sungbo Eo [Thu, 2 Jan 2020 13:17:13 +0000 (22:17 +0900)]
coova-chilli: clean up Makefile
- add missing configs to PKG_CONFIG_DEPENDS and sort it
- remove redundant INSTALL_DIR
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Sungbo Eo [Thu, 2 Jan 2020 13:14:11 +0000 (22:14 +0900)]
coova-chilli: remove dnslog option
dnslog feature has been removed since v1.4.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
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 <mans0n@gorani.run>
Rosen Penev [Fri, 3 Jan 2020 02:29:04 +0000 (18:29 -0800)]
msmtp: Update to 1.8.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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]
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
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 <peter.stadler@student.uibk.ac.at>
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 <peter.stadler@student.uibk.ac.at>
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
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 <ansuelsmth@gmail.com>
Rosen Penev [Wed, 1 Jan 2020 13:56:25 +0000 (05:56 -0800)]
Merge pull request #10918 from neheb/sms
smstools3: 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 <rosenp@gmail.com>
Rosen Penev [Wed, 1 Jan 2020 05:30:44 +0000 (21:30 -0800)]
Merge pull request #10916 from neheb/co
coova-chili: Fix version
Rosen Penev [Wed, 1 Jan 2020 05:27:14 +0000 (21:27 -0800)]
luasec: Update to 0.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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 <rosenp@gmail.com>
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
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 <pepe.schlehofer@gmail.com>
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 <andy.walsh44+github@gmail.com>
tripolar [Tue, 31 Dec 2019 13:17:01 +0000 (14:17 +0100)]
Merge pull request #10441 from neheb/glib
glib2: Disable Werror
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
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
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
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 <rosenp@gmail.com>
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
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
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
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 <andy.walsh44+github@gmail.com>
Stan Grishin [Mon, 30 Dec 2019 14:40:25 +0000 (07:40 -0700)]
vpn-policy-routing: initial release
Signed-off-by: Stan Grishin <stangri@melmac.net>
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
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
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 <jan.pavlinec@nic.cz>
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 <jan.pavlinec@nic.cz>
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 <hannu.nyman@iki.fi>
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
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
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 <daniel@makrotopia.org>
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 <jeffery.to@gmail.com>
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
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
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 <rosenp@gmail.com>
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 <ansuelsmth@gmail.com>
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
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
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 <cshored@thecshore.com>
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 <cshored@thecshore.com>
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
Rosen Penev [Fri, 27 Dec 2019 15:00:22 +0000 (07:00 -0800)]
Merge pull request #10877 from neheb/dov
dovecot: 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 <rosenp@gmail.com>
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 <krystian.kozak20@gmail.com>
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
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
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 <jeffery.to@gmail.com>
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
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 <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
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 <rosenp@gmail.com>
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 <rosenp@gmail.com>
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
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 <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 24 Dec 2019 03:07:46 +0000 (19:07 -0800)]
Merge pull request #10868 from neheb/ar
aria2: 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 <rosenp@gmail.com>
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
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
Maxim Storchak [Tue, 10 Dec 2019 12:39:20 +0000 (14:39 +0200)]
stubby: switch to ca-bundle
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
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
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
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
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
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
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 <nicholas.smith@telcoantennas.com.au>
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
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 <gladiac@gmail.com>
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
Rosen Penev [Sun, 22 Dec 2019 01:39:19 +0000 (17:39 -0800)]
boost: Fix embarassing ARC typo
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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 <luizluca@gmail.com>
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)
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
Michael Heimpold [Sat, 21 Dec 2019 22:31:47 +0000 (23:31 +0100)]
open-plc-utils: take maintainership
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
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 <carlosmf.pt@gmail.com>