aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | | jool: update to v4.1.0David Bauer2020-06-26
| |/ / | | | | | | | | | | | | | | | | | | Compile-tested: ipq40xx-generic Run-tested: ipq40xx-generic Signed-off-by: David Bauer <mail@david-bauer.net>
* | | Merge pull request #12610 from neheb/yamllRosen Penev2020-06-26
|\ \ \ | | | | | | | | yaml: update to 0.2.5
| * | | yaml: update to 0.2.5Rosen Penev2020-06-25
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-updateRosen Penev2020-06-26
|\ \ \ | | | | | | | | cgroupfs-mount: Updated with git version
| * | | cgroupfs-mount: Updated with git versionGerard Ryan2020-06-26
|/ / / | | | | | | | | | | | | | | | * People seem to be dependent on this specific version so we switched to git versioning Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | Merge pull request #12613 from stangri/master-https-dns-proxyRosen Penev2020-06-25
|\ \ \ | | | | | | | | https-dns-proxy: re-add conffiles and add description to Makefile
| * | | https-dns-proxy: re-add conffiles and add description to MakefileStan Grishin2020-06-26
|/ / / | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | Merge pull request #12600 from neheb/fileRosen Penev2020-06-25
|\ \ \ | | | | | | | | file: update to 5.39
| * | | file: update to 5.39Rosen Penev2020-06-25
| |/ / | | | | | | | | | | | | | | | Remove fedora mirror as it delivers a different file that doesn't work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12608 from neheb/upmpRosen Penev2020-06-25
|\ \ \ | | | | | | | | upmpdcli: update to 1.4.12
| * | | upmpdcli: update to 1.4.12Rosen Penev2020-06-25
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12609 from neheb/upnppppppppppRosen Penev2020-06-25
|\ \ \ | | | | | | | | libupnpp: update to 0.19.2
| * | | libupnpp: update to 0.19.2Rosen Penev2020-06-25
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12612 from neheb/xfspRosen Penev2020-06-25
|\ \ \ | |/ / |/| | xfsprogs: fix compilation with uClibc-ng
| * | xfsprogs: fix compilation with uClibc-ngRosen Penev2020-06-25
|/ / | | | | | | | | | | MAP_SHARED_VALIDATE is completely missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12595 from Andy2244/ksmbd-3-2-2Rosen Penev2020-06-25
|\ \ | | | | | | ksmbd: update to 3.2.2
| * | ksmbd: update to 3.2.2Andy Walsh2020-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 3.2.2 ksmbd changelog: * fix kernel oops when using signing and pysmb (SMB1) as client. * fix signing bugs. * fix encryption bugs. * fix build error on linux-5.8-rc1 * fix bugs with read-only=yes * fix potential stuck issue due to cache buffers exhaustion Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | Merge pull request #12596 from stangri/master-https-dns-proxyRosen Penev2020-06-25
|\ \ \ | |/ / |/| | https-dns-proxy: bugfix: remove eDNS support
| * | https-dns-proxy: bugfix: remove eDNS supportStan Grishin2020-06-25
|/ / | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #12589 from Grommish/masterHannu Nyman2020-06-25
|\ \ | | | | | | [OpenConnect] Update to version 8.10 to address CVE-2020-12823
| * | [OpenConnect] Update to version 8.10 to address CVE-2020-12823Donald Hoskins2020-06-25
| | | | | | | | | | | | | | | | | | https://nvd.nist.gov/vuln/detail/CVE-2020-12823 Signed-off-by: Donald Hoskins <grommish@gmail.com>
* | | python-requests: bump to version 2.24.0Alexandru Ardelean2020-06-25
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | tcpreplay: bump to version 4.3.3Alexandru Ardelean2020-06-25
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #12355 from kuoruan/open-vm-toolsRosen Penev2020-06-25
|\ \ \ | | | | | | | | open-vm-tools: add new package open-vm-tools-fuse
| * | | open-vm-tools: add new package open-vm-tools-fuseXingwang Liao2020-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link: https://kb.vmware.com/s/article/60262 Add new package to support Shared Folders user mode FUSE client. Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
* | | | Merge pull request #12587 from rs/nextdns-1.7.0-masterRosen Penev2020-06-24
|\ \ \ \ | | | | | | | | | | nextdns: Update to version 1.7.0
| * | | | nextdns: Update to version 1.7.0Olivier Poitrey2020-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>