aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libupnpp: update to 0.18.0Rosen Penev2020-05-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libnpupnp: addRosen Penev2020-05-02
| | | | | | | This is needed for newer versions of libupnpp. This may or may not also be needed for newer versions of Gerbera. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libupnp: update to 1.12.1Rosen Penev2020-05-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12042 from neheb/yamlRosen Penev2020-05-02
|\ | | | | libyaml: update to 0.2.4
| * libyaml: update to 0.2.4Rosen Penev2020-05-01
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12040 from neheb/messRosen Penev2020-05-02
|\ \ | | | | | | meson: update to 0.54.1
| * | meson: update to 0.54.1Rosen Penev2020-05-01
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12045 from peter-stadler/pytzHannu Nyman2020-05-02
|\ \ | |/ |/| python-pytz: update version to 2020.1
| * python-pytz: update version to 2020.1Peter Stadler2020-05-02
|/ | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* vala: update to 0.48.5Rosen Penev2020-05-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* idevicerestore: update to 2020-04-20Rosen Penev2020-05-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bind: update to version (security fix)Jan Pavlinec2020-05-01
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* ocserv: updated to 1.0.1Nikos Mavrogiannopoulos2020-05-01
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* openconnect: updated to 8.09Nikos Mavrogiannopoulos2020-05-01
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* Merge pull request #12034 from micmac1/gperfHannu Nyman2020-05-01
|\ | | | | Revert gperf: remove
| * Revert gperf: removeSebastian Kemper2020-05-01
| | | | | | | | | | | | | | | | | | | | | | gperf is a basic tool used when building packages. It's not available on all hosts, in which case having a host package like this one is required. For instance the CircleCI environment does not contain gperf, in which case building of software requiring gperf fails. This commit reverts the gperf removal. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #12013 from neheb/mocRosen Penev2020-05-01
|\ \ | | | | | | mocp: disable ffmpeg
| * | mocp: disable ffmpegRosen Penev2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recent update to ffmpeg broke this. Instead, use the relevant libraries separately. Added AAC support. AAC is very common and was recently fixed to be compatible with BUILD_PATENTED. Explicitly pass all configure arguments, to avoid future breakage. Remove autoreconf. autotools files are not being patched. Add PKG_BUILD_PARALLEL for speed. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12019 from cotequeiroz/jamvm_hostEneas U de Queiroz2020-05-01
|\ \ \ | | | | | | | | jamvm: remove unneeded host build, and the package itself
| * | | jamvm: remove packageEneas U de Queiroz2020-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Java support is no longer feasible in openwrt. It's outdated, and can't be usd without classpath, which has been removed. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | jamvm: remove unneeded host buildEneas U de Queiroz2020-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host build was added in 2972cc98e ("Add host build") because classpath required a host java vm. Now that classpath is gone, host build can be removed as well. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #12026 from jefferyto/python-dns-pypiJosef Schlehofer2020-05-01
|\ \ \ \ | | | | | | | | | | python-dns: Change download source, remove incorrect PKG_CPE_ID
| * | | | python-dns: Change download source, remove incorrect PKG_CPE_IDJeffery To2020-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the package to download from PyPI (using pypi.mk) and removes the incorrect PKG_CPE_ID. The CPE id was for Debian's python-dns package which contains PyDNS ("pydns" on PyPI). This package contains "dnspython" from PyPI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #11798 from GuLinux/patch-1Nikos Mavrogiannopoulos2020-05-01
|\ \ \ \ \ | | | | | | | | | | | | openconnect: Allow to set `usergroup` option
| * | | | | openconnect: Allow to set `usergroup` option in OpenConnectMarco Gulino2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just adding the extra option `-g|--usergroup <group>` (required by the VPN server I'm currently using) Signed-off-by: Marco Gulino <marco@gulinux.net>
* | | | | | Merge pull request #12028 from jefferyto/python-schema-0.7.2Hannu Nyman2020-05-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-schema: Update to 0.7.2, change download source to PyPI
| * | | | | | python-schema: Update to 0.7.2, change download source to PyPIJeffery To2020-05-01
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #12027 from jefferyto/python-decorator-4.4.2Hannu Nyman2020-05-01
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | python-decorator: Update to 4.4.2, change download source to PyPI
| * | | | | python-decorator: Update to 4.4.2, change download source to PyPIJeffery To2020-05-01
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12029 from jefferyto/django-simple-captcha-pypiHannu Nyman2020-05-01
|\ \ \ \ \ | | | | | | | | | | | | django-simple-captcha: Change download source to PyPI
| * | | | | django-simple-captcha: Change download source to PyPIJeffery To2020-05-01
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12025 from dl12345/snortHannu Nyman2020-04-30
|\ \ \ \ \ | |/ / / / |/| | | | snort: bump to 2.9.15.1
| * | | | snort: bump to 2.9.15.1Ian Cooper2020-04-30
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation error with x86_64 glibc Fix changed download location on snort.org Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | | Merge pull request #12021 from eglooca/masterRosen Penev2020-04-30
|\ \ \ \ | | | | | | | | | | netifyd: Updated to v3.00
| * | | | netifyd: Updated to v3.00Darryl Sokoloski2020-04-30
| | |/ / | |/| | | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | | Merge pull request #11880 from pesintta/acme-user-scriptsToke Høiland-Jørgensen2020-04-30
|\ \ \ \ | |/ / / |/| | | (u)acme: add support for user-provided setup and cleanup scripts
| * | | uacme: add support for user-provided setup and cleanup scriptsAntti Seppälä2020-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of uacme. This helps users with more complex use-cases to utilize uacme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
| * | | acme: add support for user-provided setup and cleanup scriptsAntti Seppälä2020-04-30
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of acme. This helps users with more complex use-cases to utilize acme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* | | mwan3: Update MakefileBrian J. Murrell2020-04-30
| | | | | | | | | Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | mwan3: Don't use /128 address for ping sourceBrian J. Murrell2020-04-30
| | | | | | | | | | | | | | | | | | | | | | | | An interface can have both a /64 and a /128 from a provider. In such a case, use the address from the /64 to do the ping check, not the /128. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | Merge pull request #11979 from neheb/janRosen Penev2020-04-30
|\ \ \ | | | | | | | | jsoncpp: add size optimizations
| * | | jsoncpp: add size optimizationsRosen Penev2020-04-27
| | | | | | | | | | | | | | | | | | | | | | | | Reduces size slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12010 from dl12345/dovecotRosen Penev2020-04-29
|\ \ \ \ | |_|_|/ |/| | | dovecot: remove incorrect PKG_BUILD_DEPENDS
| * | | dovecot: remove incorrect PKG_BUILD_DEPENDSIan Cooper2020-04-30
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | The package Makefile contains a PKG_BUILD_DEPENDS=libiconv line, which apart from being incorrect if libiconv-full is specified in the build configuration, is also unnecessary, since the package Makefile already includes nls.mk which sets PKG_BUILD_DEPENDS appropriately. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | Merge pull request #11998 from jefferyto/uwsgi-pypiRosen Penev2020-04-29
|\ \ \ | |/ / |/| | uwsgi: Use pypi.mk to download source tarball
| * | uwsgi: Use pypi.mk to download source tarballJeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | | This also removes PKG_BUILD_DIR, which does not need to be explicitly set. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | switchdev-poller: netifd now keep dev downLuiz Angelo Daros de Luca2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 19.07, netifd will not try to bring a device up after someone brought it down. This way, there is no need to rename the device. It also fixes a rename error on 19.07 when the *_down device was being in use (by netifd?). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #11997 from jefferyto/scapy-python-packageRosen Penev2020-04-29
|\ \ \ | | | | | | | | scapy: Use Python packaging, PyPI download
| * | | scapy: Use Python packaging, PyPI downloadJeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the package to use the default Python package build recipe, adds a src package, and changes to download from PyPI (using pypi.mk). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #12006 from TELUS-BBA/coreutils-fixRosen Penev2020-04-29
|\ \ \ \ | | | | | | | | | | coreutils: add upstream patch fixing aarch64 compilation