aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #12647 from neheb/gdbRosen Penev2020-06-29
|\ | | | | gdbm: fix GCC 10 multiple def compilation error
| * gdbm: fix GCC 10 multiple def compilation errorSyrone Wong2020-06-29
| | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* | Merge pull request #12607 from neheb/swgRosen Penev2020-06-29
|\ \ | | | | | | swig: update to 4.0.2
| * | swig: update to 4.0.2Rosen Penev2020-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix license information. Add URL. Add HOST_BUILD_PARALLEL for faster compilation. Add PKG_HOST_ONLY to signify that this is to be used as a host package only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12635 from neheb/libloRosen Penev2020-06-29
|\ \ \ | | | | | | | | liblo: switch to CMake
| * | | liblo: switch to CMakeRosen Penev2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Make tools option conditional on package selection. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12582 from zhanhb/frpRosen Penev2020-06-29
|\ \ \ \ | |_|_|/ |/| | | frp: update to 0.33.0
| * | | frp: update to 0.33.0Huangbin Zhan2020-06-24
| | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | Merge pull request #11517 from jmarcet/nfs-kernel-serverRosen Penev2020-06-29
|\ \ \ \ | | | | | | | | | | nfs-kernel-server: update to 2.4.3
| * | | | nfs-kernel-server: update to 2.5.1Javier Marcet2020-06-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | Merge pull request #12645 from Andy2244/libtirpc-pkgconfig_fixRosen Penev2020-06-29
|\ \ \ \ \ | | | | | | | | | | | | libtirpc: remove pkgconfig hack
| * | | | | libtirpc: remove pkgconfig hackAndy Walsh2020-06-29
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | * the pkgconfig hack is no longer needed Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #12644 from jefferyto/python-idna-2.10Rosen Penev2020-06-29
|\ \ \ \ \ | |/ / / / |/| | | | python-idna: Update to 2.10
| * | | | python-idna: Update to 2.10Jeffery To2020-06-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12601 from neheb/pam2Nikos Mavrogiannopoulos2020-06-29
|\ \ \ \ \ | | | | | | | | | | | | libpam: update to 1.4.0
| * | | | | libpam: update to 1.4.0Rosen Penev2020-06-28
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch and add a new one to fix compilation. Add some more configure options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12086 from aleksander0m/aleksander/mm-authRosen Penev2020-06-28
|\ \ \ \ \ | | | | | | | | | | | | Authentication protocol setup in ModemManager
| * | | | | modemmanager: improve package READMEAleksander Morgado2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain which are the options supported by the protocol, and also which are the supported values in each (if the field has value validation). Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
| * | | | | modemmanager: allow specifying list of authentication protocolsAleksander Morgado2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ModemManager allows specifying which are the authentication protocols to be used during the user/password context authentication with the peer. This protocol update allows users to provide a new 'allowedauth' option in the interface configuration, which is then used in two different places: * It is sent to ModemManager in the --simple-connect call so that modems with a network interface can perform the authentication using their own vendor-specific protocol. * If the connection is done using PPP, this list of protocols is used to configure the pppd call. If the new 'allowedauth' option is not given, all auth protocols are implicitly allowed. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | Merge pull request #12277 from xjboss/masterRosen Penev2020-06-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: Added api token method for cloudflare ddns script v4
| * | | | | | ddns-scripts: Added api token method for cloudflare ddns script v4Frank Zhang2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update cloudflare token ddns file Signed-off-by: Frank Zhang <i@xjboss.net>
* | | | | | | Merge pull request #12583 from zhanhb/kcptunRosen Penev2020-06-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kcptun: update to 20200409
| * | | | | | | kcptun: update to 20200409Huangbin Zhan2020-06-24
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | Merge pull request #12627 from jonathanunderwood/stubby-fix-tls-portRosen Penev2020-06-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stubby: fix handling of tls_port config option
| * | | | | | | stubby: fix handling of tls_port config optionJonathan G. Underwood2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | | | Merge pull request #12630 from Andy2244/samba4-uci-tuningRosen Penev2020-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | samba4: add new UCI option "enable_extra_tuning"
| * | | | | | | | samba4: add new UCI option "enable_extra_tuning"Andy Walsh2020-06-27
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new UCI option "enable_extra_tuning" * update template * add config examples for options * fix some access warnings on samba /var dirs Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Merge pull request #12643 from ↵Rosen Penev2020-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jefferyto/golang-package-recursively-expand-variables golang: Evaluate "go install" arguments during Build/Compile
| * | | | | | | | golang: Evaluate "go install" arguments during Build/CompileJeffery To2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This evaluates the arguments passed to "go install" during Build/Compile rather than when golang-package.mk is included. This also changes build directory-related variables to be recursively expanded, because PKG_BUILD_DIR depends on BUILD_VARIANT and so can change during different runs of Build/Compile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #12634 from neheb/portaRosen Penev2020-06-28
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | portaudio: convert to CMake
| * | | | | | | | portaudio: convert to CMakeRosen Penev2020-06-28
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Replaced InstallDev with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Removed inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12605 from neheb/rsyRosen Penev2020-06-28
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | rsync: update to 3.2.0
| * | | | | | | rsync: fix ipv6 detectionMaxim Storchak2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | | | | | | rsync: update to 3.2.1Rosen Penev2020-06-27
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable several options to enable compilation. Simplified several configure options. Remove pointless configure var. Added ssh hinting patch. Some SSH incompatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | jool: downgrade to v4.0.9David Bauer2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jool v4.1.0 suffers from bad offload management as well as broken stateful NAT64 translation. See upstream issues #331 as well as #332 for more information. Downgrade to v4.0.9 until these are ironed out. Tested on: ipq40xx-generic Fixes commit 0a6891feaca4 ("jool: update to v4.1.0") Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | Merge pull request #12602 from neheb/ffmpeg2Rosen Penev2020-06-27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | ffmpeg: update to 4.3
| * | | | | | ffmpeg: update to 4.3Rosen Penev2020-06-25
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Refreshed other ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12631 from neheb/upnnRosen Penev2020-06-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | miniupnpd: remove libcap(-ng) dependency
| * | | | | | miniupnpd: added libcap-ng dependencyRosen Penev2020-06-27
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As miniupnpd is running as root, libcap(-ng) can be used to limit its capabilities. libcap-ng is very small, so this isn't a problem. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12581 from EricLuehrsen/unbound_20200623Rosen Penev2020-06-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | unbound: reduced to one package with selectable options
| * | | | | | unbound: add dns assistants on local hostEric Luehrsen2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
| * | | | | | unbound: refactor build options to select switchesEric Luehrsen2020-06-27
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The two unique packages "Unbound light" and "Unbound heavy" were not working well due to the fact that Unbound is mostly its library. Tools and helpers would crash. Instead a reasonable default Unbound is built. Also up select options like python are added. libevent and libpthreads are options to down select. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | / / / / syncthing: Fix GO_PKG_LDFLAGS_X positionPaul Spooren2020-06-27
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the GO_PKG_LDFLAGS_X after including golang-package does not include them anymore after commit 25a7f00. By adding flags before they are correctly loaded and included in `syncthing` binary. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | Merge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporterEtienne Champetier2020-06-27
|\ \ \ \ \ | | | | | | | | | | | | prometheus-node-exporter-lua: add dawn exporter
| * | | | | prometheus-node-exporter-lua: add dawn exporterNick Hainke2020-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DAWN is a decentralized WiFi Controller. https://github.com/berlin-open-wireless-lab/DAWN The node exporter allows to gather statistics about your network: - Infos about AP (Channel Utilization, Station Count, ...) - Connected Clients (Signal, Capabilities) Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #12622 from ejurgensen/libplist_2.2_pkgconfigRosen Penev2020-06-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | libplist: add missing pkgconfig files in libplist 2.2
| * | | | | | libplist: add missing pkgconfig files in libplist 2.2Espen Jürgensen2020-06-27
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12571. Same fix as Debian, see: https://github.com/libimobiledevice/libplist/commit/137716df3f197a7184c1fba88fcb30480dafd6e0#commitcomment-40099153 Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | Merge pull request #12611 from neheb/upnRosen Penev2020-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | miniupnpd: update to 2.1.20200510
| * | | | | | miniupnpd: update to 2.1.20200510Rosen Penev2020-06-25
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the newly introduced configure script. Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12620 from blocktrron/jool-v410Rosen Penev2020-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | jool: update to v4.1.0