aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libsearpc: Update to "new" version, switch to git download methodJeffery To2020-04-08
| | | | | | | | | | | | | Upstream changed the v3.2.0 tag. Previously it referred to haiwen/libsearpc@23f581b39fa4555ede80efe2729f76e6159e8b7a; now it refers to haiwen/libsearpc@d1fd7518a20b25766ff98d6fde6e40c63626ca0d. This changes the packaged version to the "new" v3.2.0 and switches to using the git download method (technically the github_archive method), since the codeload filenames of the previous and current versions are the same but the files have different hashes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #11804 from VolunteerComputingHelp/masterHannu Nyman2020-04-08
|\ | | | | boinc: FTBFS: avoiding unexpected dependencies
| * Boinc: Avoiding unexpected dependenciesSteffen Möller2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | In reaction to a comment by @hnyman in https://github.com/openwrt/packages/pull/11768#issuecomment-610513948 on BOINC embracing too many libraries it finds on its build host, the inclusion of the freetype library is now excluded by an embracing "if" statement. The patch is presented to BOINC upstream at https://github.com/BOINC/boinc/pull/3578 Signed-off-by: Steffen Möller <moeller@debian.org>
* | Merge pull request #11799 from dibdot/adblockDirk Brenken2020-04-08
|\ \ | | | | | | adblock: release 4.0.3
| * | adblock: release 4.0.3Dirk Brenken2020-04-07
| |/ | | | | | | | | | | | | * add 'wally3k' and 'reg_vn' sources, change 'reg_pl' source * update readme * small fixes & cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | bind9: update to 9.16.1Noah Meyerhans2020-04-07
| | | | | | | | | | | | | | | | Add libuv dependency Fix optional libxml and c-json dependency handling Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | Merge pull request #11546 from neheb/gstRosen Penev2020-04-07
|\ \ | | | | | | gstreamer updates to 1.16.2 and meson
| * | gst1-libav: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | gst1-plugins-ugly: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | Switched to meson. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | gst1-plugins-bad: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to meson. Fixed license information. Several Makefile cleanups for consistency between packages. Enabled and added packages for a bunch of plugins. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | gst1-plugins-good: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to meson. No more static libraries as meson makes you choose. Enabled speex and shout2 as the libraries are available. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | gst1-plugins-base: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to meson. Fixed license information. No more static libraries as meson makes you choose. Added several CONFIG_DEPENDS entries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | gstreamer1: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to meson. Fixed license information. Rearranged some stuff for consistency between packages. Removed static libraries. It seems meson only supports either one or the other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11786 from neheb/v4llllRosen Penev2020-04-07
|\ \ \ | | | | | | | | libv4l: fix compilation under kernel 4.14
| * | | libv4l: fix compilation under kernel 4.14Rosen Penev2020-04-06
| |/ / | | | | | | | | | | | | | | | The last patch used a macro unavailable with older kernel headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11774 from neheb/netifRosen Penev2020-04-07
|\ \ \ | | | | | | | | netifyd: fix compilation with libcxx
| * | | netifyd: fix compilation with libcxxRosen Penev2020-04-05
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11789 from neheb/h2oenRosen Penev2020-04-07
|\ \ \ \ | | | | | | | | | | h2o: fix compilation without engine support
| * | | | h2o: fix compilation without engine supportRosen Penev2020-04-06
| | |/ / | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11787 from neheb/shoutRosen Penev2020-04-07
|\ \ \ \ | | | | | | | | | | libshout: don't use usleep
| * | | | libshout: don't use usleepRosen Penev2020-04-06
| |/ / / | | | | | | | | | | | | | | | | | | | | usleep is deprecated and optionally unavailable with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11785 from neheb/upnpppRosen Penev2020-04-07
|\ \ \ \ | | | | | | | | | | libupnp: do not use usleep
| * | | | libupnp: do not use usleepRosen Penev2020-04-06
| |/ / / | | | | | | | | | | | | | | | | | | | | Deprecated and optionally unavailable under uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11801 from stangri/master-simple-adblockRosen Penev2020-04-07
|\ \ \ \ | |_|_|/ |/| | | simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot
| * | | simple-adblock: bugfixes: remove escape chars from log, restore from cache ↵Stan Grishin2020-04-07
|/ / / | | | | | | | | | | | | | | | on boot Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | bind: use json-c instead of jsoncppRosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | The configure script prefers the latter whereas the code prefers the latter. Hack around it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11797 from commodo/drop-flupHannu Nyman2020-04-07
|\ \ \ | | | | | | | | lang: python: flup: drop package
| * | | lang: python: flup: drop packageAlexandru Ardelean2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was mostly required for Seafile. Now it isn't. It's also pretty ancient. https://www.saddi.com/software/flup/ Page was last updated in 2005. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | nano: update to 4.9.2Hannu Nyman2020-04-07
|/ / / | | | | | | | | | | | | | | | Update nano editor to version 4.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #11744 from ja-pa/pytest-newHannu Nyman2020-04-07
|\ \ \ | | | | | | | | python-pytest: add new package
| * | | python-pytest: add new packageJan Pavlinec2020-04-07
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #11794 from TDT-AG/pr/20200407-acmeToke Høiland-Jørgensen2020-04-07
|\ \ \ \ | | | | | | | | | | acme: fix luci-app-acme dependency limitations
| * | | | acme: fix luci-app-acme dependency limitationsFlorian Eckert2020-04-07
|/ / / / | | | | | | | | | | | | | | | | | | | | This commit fix circle dependency. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #11782 from gfrancesco/masterRosen Penev2020-04-07
|\ \ \ \ | | | | | | | | | | transmission: add init file STOP directive
| * | | | transmission: add init file STOP directiveFrancesco G2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transmission should stop early on system shutdown to avoid for example fstab unmount disks when transmission is writing. Signed-off-by: Francesco G <gfrancesco@users.noreply.github.com>
* | | | | Merge pull request #11792 from commodo/gunicorn-updateHannu Nyman2020-04-07
|\ \ \ \ \ | | | | | | | | | | | | gunicorn: bump to version 20.0.4
| * | | | | gunicorn: bump to version 20.0.4Alexandru Ardelean2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change bumps gunicorn to version 20.0.4. It also installs the binary for gunicorn without any suffix, via symlink. And remove gunicorn_paster; that was removed from the package and moved into the gunicorn library. Also, now we need to use the full python3-setuptools package for the gunicorn executable, as it won't start without it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | meson: update to version 0.54.0Josef Schlehofer2020-04-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | boinc: new package for distributed computing/data acquisitionChristian Dreihsig2020-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: x86_64, OpenWrt master Run tested: arm/mvebu Signed-off-by: Christian Dreihsig <christian.dreihsig@t-online.de>
* | | | | | python-yaml: update to version 5.3.1Josef Schlehofer2020-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-1747 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #11791 from commodo/fix-typo-py3-packageHannu Nyman2020-04-07
|\ \ \ \ \ \ | |/ / / / / |/| | | | | python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBAL_ARGS
| * | | | | python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> ↵Alexandru Ardelean2020-04-07
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PYTHON3_PKG_SETUP_GLOBAL_ARGS This fixes a typo with the default PYTHON3_PKG_SETUP_GLOBAL_ARGS. Since in make context non-defined variables are empty anyway, this doesn't produce any issues. The fix is more semantic in nature. Fixes https://github.com/openwrt/packages/issues/11790 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #11748 from flyn-org/quotaRosen Penev2020-04-06
|\ \ \ \ \ | |_|_|/ / |/| | | | quota: add new package
| * | | | quota: add new packageW. Michael Petullo2020-04-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #11761 from neheb/mpddddRosen Penev2020-04-06
|\ \ \ \ \ | | | | | | | | | | | | mpd: update to 0.21.22
| * | | | | mpd: update to 0.21.22Rosen Penev2020-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patches. Only the first was really needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11735 from ja-pa/graphicsmagic-1.3.35Rosen Penev2020-04-06
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | graphicsmagic: update to version 1.3.35 (security fix)
| * | | | | graphicsmagic: update to version 1.3.35 (security fix)Jan Pavlinec2020-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #11771 from micmac1/master-apache-2443Rosen Penev2020-04-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | apache: security bump to 2.4.43
| * | | | | | apache: security bump to 2.4.43Sebastian Kemper2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This minor version bump fixes: CVE-2020-1934 CVE-2020-1927 Upstream added cross-compile compatibility to apxs, so we can drop a sed script. Upstream also added the OpenWrt layout, so we can drop our local copy. The OpenSSL patch to remove deprecated symbols doesn't apply anymore and gets removed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>