aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #16003 from zorun/tessdata_speed_buildRosen Penev2021-06-30
|\ \ \ | | | | | | | | tessdata: uncompress tarball only once to speed up builds
| * | | tessdata: uncompress tarball only once to speed up buildsBaptiste Jonglez2021-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous approach was to uncompress N times a big tarball (638 MB) where N=130 is the number of supported languages. Each iteration would only extract a single file, but it still needs to uncompress the whole tarball. This is of course completely inefficient. Now, we uncompress the tarball only once to extract all relevant files, and then iterate N times to copy the file needed for each language. This massively speeds up builds, at the expense of temporarily requiring more build space (about 1 GB more) Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | Merge pull request #16000 from dibdot/adblockDirk Brenken2021-06-30
|\ \ \ \ | |/ / / |/| | | adblock: update 4.1.3-2
| * | | adblock: update 4.1.3-2Dirk Brenken2021-06-29
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * add a tcpdump option to resolve IPs in adblock reporting, set 'adb_represolve' accordingly (disabled by default). If enabled tcpdump will perform a reverse DNS (PTR) lookup for each IP address * add 'stalkerware' source (provided by @astryzia) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | auc: update to version 0.1.8Daniel Golle2021-06-30
| | | | | | | | | | | | | | | | | | | | | This fixes support for x86, auc now selects the right combined image depending on the system being booted in EFI mode or not. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #15979 from G-M0N3Y-2503/cache-domains-fix-wildcardRosen Penev2021-06-29
|\ \ \ | | | | | | | | cache-domains: Fixed missing wildcard entries
| * | | cache-domains: Fixed missing wildcard entriesGerard Ryan2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix requires the use of the generated dnsmasq `lancache.conf` file. So I moved configuration of the hosts directory out of the UCI and into the generated dnsmasq configuration file to simplify the script. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | Merge pull request #15950 from rsalvaterra/lolcatRosen Penev2021-06-29
|\ \ \ \ | | | | | | | | | | lolcat: add package
| * | | | lolcat: add packageRui Salvaterra2021-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A pure C implementation of lolcat, probably the lightest out there. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | Merge pull request #15797 from lnslbrty/update/libulfius-2.7.3Rosen Penev2021-06-29
|\ \ \ \ \ | | | | | | | | | | | | libulfius: update to 2.7.3
| * | | | | libulfius: update to 2.7.3Toni Uhlig2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | Merge pull request #15877 from neheb/exfatpRosen Penev2021-06-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | exfatprogs: update to 1.1.2
| * | | | | | exfatprogs: update to 1.1.2Rosen Penev2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checkingRosen Penev2021-06-29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | dnsdist, pdns-recursor: remove --enable-option-checking=fatal
| * | | | | | pdns-recursor: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
| * | | | | | dnsdist: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | | Merge pull request #15998 from blocktrron/pr-udhcpsnoopDavid Bauer2021-06-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | udhcpsnoop: import package from TIP
| * | | | | | | udhcpsnoop: import package from TIPDavid Bauer2021-06-29
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import the udhcpsnoop package from the TIP feed. The original Makefile in TIP repo spcifies GPL-2.0 as the PKG_LICENSE. However this is a mistake, as the SPDX headers of the repos source files all specify BSD-3-Clause as their license. See https://github.com/Telecominfraproject/wlan-ap/blob/uCentral-trunk/feeds/ucentral/udhcpsnoop/Makefile Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | Merge pull request #15992 from mhei/libzip-fix-pkgconfigMichael Heimpold2021-06-29
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | libzip: fix pkgconfig paths (fixes #15943)
| * | | | | | libzip: fix pkgconfig paths (fixes #15943)Michael Heimpold2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should use upstream patch here, which can be removed later, instead of maintaining our own one. Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Revert "uci2: update revision"Josef Schlehofer2021-06-29
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm reverting this commit, because it is pulling newer source code, but without doing a new version bump. This results that users who already installed this library on their router will have different package content than users who installed it after the commit. The another small reason is that commit subject - update revision is cryptic itself and should be more bulletproof like saying update to version 1.1 More details: https://github.com/openwrt/packages/pull/15990#issuecomment-870333695 This reverts commit e7793234815ae53cbf05f87ce36309af5956c399. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #15889 from flyn-org/podmanRosen Penev2021-06-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | podman: change permissions on /usr/share/containers/seccomp.json
| * | | | | | podman: change permissions on /usr/share/containers/seccomp.jsonW. Michael Petullo2021-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running podman as users other than root seems to require that those users can read /usr/share/containers/seccomp.json. This change sets the permissions on that file to match those used on Fedora. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #15851 from brvphoenix/ariangRosen Penev2021-06-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ariang: update to 1.2.2
| * | | | | | | ariang: update to 1.2.2Van Waholtz2021-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
| * | | | | | | ariang: update to 1.2.1Van Waholtz2021-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use original main repo's releases instead Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | | | | Merge pull request #15991 from Andy2244/wsdd2-1.8.5Rosen Penev2021-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wsdd2: update to git 2021-06-28 (v1.8.5)
| * | | | | | | | wsdd2: update to git 2021-06-28 (v1.8.5)Andy Walsh2021-06-28
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git 2021-06-28 (v1.8.5) * add extra startup delay Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Merge pull request #15990 from sartura/uci2-bumpRosen Penev2021-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | uci2: update revision
| * | | | | | | | uci2: update revisionJakov Petrina2021-06-28
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull in new API function from upstream. Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | | | | | | | Merge pull request #15982 from Andy2244/samba-4.14.5Rosen Penev2021-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | samba4: update to 4.14.5
| * | | | | | | | samba4: update to 4.14.5Andy Walsh2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.14.5 * refresh patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | Merge pull request #15981 from Andy2244/rpcbind-1.2.6Rosen Penev2021-06-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rpcbind: update to 1.2.6
| * | | | | | | | | rpcbind: update to 1.2.6Andy Walsh2021-06-27
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 1.2.6 * remove merged upstream patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | Merge pull request #15980 from Andy2244/libtirpc-1.3.2Rosen Penev2021-06-28
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | libtirpc: update to 1.3.2
| * | | | | | | | libtirpc: update to 1.3.2Andy Walsh2021-06-27
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to 1.3.2 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Merge pull request #15973 from pprindeville/strongswan-more-config-cleanupPhilip Prindeville2021-06-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | strongswan: miscellaneous cleanup of config file, etc
| * | | | | | | | strongswan: add priority optionPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | | | | | strongswan: add ipcomp supportPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | | | | | strongswan: add interface option for childrenPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option sets the interface of the policy. Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | | | | | strongswan: add support for hw_offloadPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | | | | | strongswan: miscellaneous cleanup of config file, etcPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use list's where appropriate for multi-value config variables. Forbid absolute/relative paths for certificate and key files. Get rid of last remnants of left/right naming. Factor invariant code paths. Drop redundant secrets.rsa.filename section. Thanks to Vincent Wiemann <vincent.wiemann@ironai.com> for calling out many of these improvements. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | | | | | strongswan: rename config functionsPhilip Prindeville2021-06-27
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | Merge pull request #15978 from micmac1/marcmakeRosen Penev2021-06-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mariadb: fix cmake issue
| * | | | | | | | mariadb: fix cmake issueSebastian Kemper2021-06-26
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same fix that went into libmariadb package with commit fd13c12. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | fastd: make L2TP support a config option instead of a variantMatthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We enable the option by default, but do not depend on the kernel modules required for L2TP offloading to avoid wasting space when the feature is not needed. To use offloading, kmod-l2tp-eth must be installed. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | | fastd: fix start of non-L2TP variantMatthias Schiffer2021-06-27
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | fastd: add L2TP variantMatthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | fastd: update to v22Matthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | fastd: disable GMAC-based methods by defaultMatthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UMAC-based methods provide higher performance than GMAC and aren't suspectible to timing attacks when implemented in software (which is always the case on OpenWrt, as OpenSSL support is disabled). Disable GMAC by default to save a few KiB. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>