aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* golang: Add support for setting gcflags/ldflags from package MakefileJeffery To2019-03-21
| | | | | | | | | | | | | | | | This adds several variables for Go package Makefiles: * GO_PKG_GCFLAGS - go tool compile arguments * GO_PKG_LDFLAGS - go tool link arguments * GO_PKG_LDFLAGS_X - go tool link -X definitions Settings these will add the corresponding flags to the go install command line. (Other command line arguments can still be added by passing them as the first argument to GoPackage/Build/Compile.) This also adds Go's runtime environment variables (GOGC, GOMAXPROCS, GOTRACEBACK) to the unexport list. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* libsndfile: update to 2019-03-08Peter Wagner2019-03-20
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #8453 from dibdot/travelmateDirk Brenken2019-03-20
|\ | | | | travelmate: 1.4.2
| * travelmate: 1.4.2Dirk Brenken2019-03-20
| | | | | | | | | | | | | | | | * fix a json related ressource leak * add a reload trigger when the wireless config gets changed * set an interface default 'trm_wwan' (like the LuCI frontend) * reordered nested loops to optimize the connection handling Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #8434 from pprindeville/perl-text_csv-139Philip Prindeville2019-03-20
|\ \ | | | | | | perl-text-csv_xs: update to 1.39
| * | perl-text-csv_xs: update to 1.39Philip Prindeville2019-03-17
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | yggdrasil: remove pkgarch, cleanup space with tabsWilliam Fleurant2019-03-20
| | | | | | | | | | | | Signed-off-by: William Fleurant <william@netblazr.com>
* | | routing-yggdrasil: add packagePaul Spooren2019-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the similarities with cjdns is a different routing algorithm. This globally-agreed spanning tree uses greedy routing in a metric space. Back-pressure routing techniques allow advanced link aggregation bonding on per-stream basis. In turn, a single stream will span across multiple network interfaces simultaneously with much greater throughput. Authored by: William Fleurant <meshnet@protonmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | Merge pull request #8446 from cotequeiroz/python-qrcode_6.1Hannu Nyman2019-03-19
|\ \ \ | | | | | | | | python-qrcode: bump to 6.1, fix dependencies
| * | | python-qrcode: bump to 6.1, fix dependenciesEneas U de Queiroz2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package was missing dependencies on pillow and python-setuptools. The Makefile was simplified. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #8448 from commodo/tcpreplay-bumpHannu Nyman2019-03-19
|\ \ \ \ | | | | | | | | | | tcpreplay: bump to version 4.3.2
| * | | | tcpreplay: bump to version 4.3.2Alexandru Ardelean2019-03-19
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one contains only a few CVEs + bugfixes. * CVE-2019-8381 memory access in do_checksum() (#538) * CVE-2019-8376 NULL pointer dereference get_layer4_v6() (#537) * CVE-2019-8377 NULL pointer dereference get_ipv6_l4proto() (#536) * Rename Ethereal to Wireshark (#545) Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #8444 from wvdakker/masterHannu Nyman2019-03-19
|\ \ \ \ | | | | | | | | | | Shorewall: Bump to version 5.2.3.2
| * | | | Shorewall6: Bump to version 5.2.3.2.W. van den Akker2019-03-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall: Bump to version 5.2.3.2.W. van den Akker2019-03-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall6-lite: Bump to version 5.2.3.2.W. van den Akker2019-03-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall-lite: Bump to version 5.2.3.2.W. van den Akker2019-03-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall-core: Bump to version 5.2.3.2.W. van den Akker2019-03-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | golang: update to version 1.12.1Josef Schlehofer2019-03-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | python3: remove OpenSSL deprecated API patchAlexandru Ardelean2019-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/8399 These 2 patches cause some breakage for other packages. For now, we drop them and wait for upstream to finalize a fix. We can live with deprecated SSL APIs for a while. No need to hurry, since this doesn't seem to help. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | trafficshaper: new packageLuiz Angelo Daros de Luca2019-03-19
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trafficshaper create QoS rules to limit (or reserve) traffic used by classes of clients. Uplink and downlink can be controled (or not controlled) independently. Client classes are defined by its network addresses (IPv4 or IPv6). Each client class can define absolute or relative (to wan) bandwith, and also the use (or not) of spare wan bandwidth when avaiable. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | / / ruby: update to 2.6.2Luiz Angelo Daros de Luca2019-03-18
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes and a security update of the bundled RubyGems: CVE-2019-8320: Delete directory using symlink when decompressing tar CVE-2019-8321: Escape sequence injection vulnerability in verbose CVE-2019-8322: Escape sequence injection vulnerability in gem owner CVE-2019-8323: Escape sequence injection vulnerability in API response handling CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution CVE-2019-8325: Escape sequence injection vulnerability in errors Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #8370 from danielg4/masterHannu Nyman2019-03-17
|\ \ \ | | | | | | | | vpnc: fix IPv6-triggered inoperability
| * | | vpnc: fix IPv6-triggered inoperabilityDaniel Gimpelevich2019-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the server hostname resolved to both IPv4 and IPv6 addresses, connecting would fail with nothing in syslog. This corrects that oversight. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | | | Merge pull request #8418 from cotequeiroz/libv4l_no-bpfTed Hess2019-03-17
|\ \ \ \ | | | | | | | | | | libv4l: avoid libelf dependency
| * | | | libv4l: avoid libelf dependencyEneas U de Queiroz2019-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly disable bpf support to avoid picking up libelf dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | postgresql: Revert adding build dependency to zlib/hostHannu Nyman2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the addition of build dependency in commit 2d1694ff7 to a non-existent host build of zlib. The host build of zlib was removed already in April 2018 by https://github.com/openwrt/openwrt/commit/8dcd941d8b934891676a8d4bbef1ee78e89a4bf7#diff-1ed408c61d79f9c6c5d197333e94ce8d which made zlib a build tool defined in /tools The newly introduced build dependency causes always a warning like: WARNING: Makefile 'package/feeds/packages/postgresql/Makefile' has a build dependency on 'zlib/host', which does not exist Not sure what was the error that 2d1694ff7 tried to fix, but reference to a non-existent host build is not the solution. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #8099 from ja-pa/torsocksHannu Nyman2019-03-17
|\ \ \ \ \ | | | | | | | | | | | | torsocks: add new package
| * | | | | torsocks: add new packageJan Pavlinec2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #8374 from dangowrt/tar-1.32Hannu Nyman2019-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | tar: update to version 1.32
| * | | | | | tar: update to version 1.32Daniel Golle2019-03-10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #8427 from MikePetullo/gst1-libavHannu Nyman2019-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | gst1-libav: update to 1.15.2
| * | | | | | gst1-libav: update to 1.15.2W. Michael Petullo2019-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8430 from MikePetullo/gst1-plugins-uglyHannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gst1-plugins-ugly: update to 1.15.2
| * | | | | | | gst1-plugins-ugly: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8429 from MikePetullo/gst1-plugins-goodHannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gst1-plugins-good: update to 1.15.2
| * | | | | | | gst1-plugins-good: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8426 from MikePetullo/gst1-plugins-badHannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gst1-plugins-bad: update to 1.15.2
| * | | | | | | gst1-plugins-bad: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8425 from MikePetullo/gst1-plugins-baseHannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gst1-plugins-base: update to 1.15.2
| * | | | | | | gst1-plugins-base: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8381 from cotequeiroz/python-certifi_2019.3.9Hannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-certifi: Update to 2019.3.9
| * | | | | | | python-certifi: Update to 2019.3.9Eneas U de Queiroz2019-03-11
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #8428 from MikePetullo/gstreamer1Hannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gstreamer1: update to 1.15.2
| * | | | | | | gstreamer1: update to 1.15.2W. Michael Petullo2019-03-16
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8424 from MikePetullo/lighttpdHannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lighttpd: update to 1.4.53
| * | | | | | | lighttpd: update to 1.4.53W. Michael Petullo2019-03-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8423 from MikePetullo/php7-pecl-mcryptHannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | php7-pecl-mcrypt: update to 1.0.2
| * | | | | | | php7-pecl-mcrypt: update to 1.0.2W. Michael Petullo2019-03-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #8422 from MikePetullo/pigeonholeHannu Nyman2019-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pigeonhole: update to 0.5.5