Commit graph

20025 commits

Author SHA1 Message Date
Etienne Champetier
baafc660ef
Merge pull request #12504 from EricLuehrsen/unbound_ifauto
unbound: make option interface_auto default on
2020-06-13 18:15:01 -04:00
Etienne Champetier
24ae70370e
Merge pull request #12506 from stangri/master-simple-adblock
simple-adblock: racially-neutral names
2020-06-13 18:09:53 -04:00
Rosen Penev
4b34b4f5ed
Merge pull request #12497 from micmac1/mar-reorder
mariadb: move some binaries
2020-06-13 14:31:03 -07:00
Stan Grishin
3167c3c4c0 simple-adblock: racially-neutral names
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-06-13 20:39:00 +00:00
Jeffery To
836b67db90
python-packages: Remove variants
These packages were in the PR stage when the cleanup occurred and so
still had VARIANT:=python3.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-06-14 03:29:59 +08:00
Aaron Goodman
38be40843b mwan3: address reviewer comments on 5147dfc7
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-06-13 15:29:32 -04:00
Eric Luehrsen
af73a9b9a4 unbound: make option interface_auto default on
Unbound has a quirk and may reply on a different device address.
When Unbound answers with from-address different than it
received queries on, it may cause trouble for select VPN and
firewall configurations. Ensure Unbound replies with the same
address by changing this default.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-06-13 15:13:45 -04:00
Sebastian Kemper
c6f6d1d71d mariadb: move some binaries
Even though I think that mysql_upgrade is a client package (it depends
on the mysql client and it's in the "client" directory in the source
tree, for instance), upstream laid it out differently. Since upstream
commit ec586f5 mysql_upgrade is to be considered a part of the server,
because the COMPONENT argument in the MYSQL_ADD_EXECUTABLE macro is set
to "Server".

That means that mysql_upgrade is only installed when the server is. So
we need to move it back to the server package, otherwise we will have a
build failure when mariadb-client is selected while mariadb-server is
not. This particular build failure was recently a topic on
openwrt-devel.

Some more binaries are moved, following the layout visible in
"man/CMakeLists.txt", to make sure we follow upstream's vision with
regards to how the binaries are packaged.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-06-13 20:05:08 +02:00
Rosen Penev
435e5077f8
Merge pull request #12483 from jmarcet/docker-compose-fixes
docker-compose: fix depends after merge in master and move to utils
2020-06-13 02:02:57 -07:00
Dirk Brenken
fa1abf5fe0
Merge pull request #12494 from dibdot/adblock
adblock: update 4.0.6
2020-06-13 06:55:11 +02:00
Dirk Brenken
f7a7a99799
Merge pull request #12485 from stangri/master
vpn-policy-routing: fix README .ovpn instructions
2020-06-13 06:49:57 +02:00
Dirk Brenken
e5ab2de1ff
adblock: update 4.0.6
* add anti_ad blocklist source
* made SafeSearch provider configurable, you can limit
  SafeSearch to certain providers
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-06-13 06:42:48 +02:00
Rosen Penev
ff90f28be7
Merge pull request #12463 from Andy2244/samba-4-12-3
samba4: update to 4.12.3
2020-06-12 17:33:18 -07:00
Andy Walsh
f29cf74c28 samba4: update to 4.12.3
* update to 4.12.3
* update/remove patches
* disable netbios port 139 on 'DISABLE_NETBIOS' option or missing 'nmbd'

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-13 02:01:25 +02:00
Rosen Penev
d24bbc283f
Merge pull request #12462 from Andy2244/perl-parse-yapp
perl-parse-yapp: new package
2020-06-12 08:31:49 -07:00
Josef Schlehofer
ba73eff3ea Jinja2: update to version 2.11.2
- Update project website

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-12 15:48:30 +01:00
Andy Walsh
d19f3d1008 perl-parse-yapp: new package
* add new perl-parse-yapp (dep for samba-4.12)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-12 15:54:16 +02:00
David Woodhouse
04d69baef9 dawn: update to latest version
Includes:
-  test_storage: further refactoring, added test functionality, and TESTING.md to describe testing approach
-  tcpsocket: implement client_read_cb with ustream_read my wheels are much worse than offical wheels.
-  Revert "tcpsocket: implement client_read_cb with ustream_read my wheels are much worse than offical wheels."
-  uci: fix arm64 compiling

Fixes: #12488
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-12 11:22:18 +01:00
Javier Marcet
94dbeabaab docker-compose: fix depends after merge in master and move to utils
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-06-12 11:57:42 +02:00
Rosen Penev
cc75765cde
Merge pull request #12442 from neheb/ffmpeg
ffmpeg: update to 4.2.3
2020-06-11 20:17:59 -07:00
Rosen Penev
bdecc595f9
Merge pull request #12486 from neheb/mpddd
mpd: update to 0.21.24
2020-06-11 16:33:26 -07:00
Rosen Penev
d7b593f695
mpd: update to 0.21.24
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-11 14:48:54 -07:00
Stan Grishin
ea605b2529 vpn-policy-routing: fix README .ovpn instructions
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-06-11 21:42:35 +00:00
Dirk Brenken
0a5e61ecb6
adblock: update 4.0.5-5
* add regional list source for czech/slovak
* add regional list source for korea
* adapt oisd_nl changes, switch to adb-syntax domains

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-06-11 16:25:17 +02:00
Hannu Nyman
0fb0956fbb
Merge pull request #12481 from jefferyto/python-readme-updates
python: Readme updates
2020-06-11 13:36:50 +03:00
Jeffery To
6bb3e26fe2
python: Revise pypi.mk section of readme
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-06-11 16:49:56 +08:00
Jeffery To
c662835372
python: Fix relative links in readme
This also removes a link to pypi.org; the previous sentence already
links to pypi.org, a second link in the same paragraph isn't necessary.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-06-11 16:36:38 +08:00
David Woodhouse
bcaf610a29 minizip: fix $(PKG_SOURCE) to include $(PKG_NAME) to avoid conflicts
Just as Rosen did for cereal in #12477.

Likewise, clean up the CMAKE_OPTIONS onto separate lines for readability.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-11 09:27:31 +01:00
Jeffery To
f9ed65d922
python: Remove references to variants in readme
Build variants are no longer necessary.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-06-11 16:23:49 +08:00
Rosen Penev
f10f1b6c40
cereal: fix mips64 compilation
Added miscellaneous fixes.

Fixed PKG_NAME to a sane one as v$(PKG_VERSION) can conflict with
others.

Separate CMAKE_OPTIONS in lines for clarity.

Add JUST_INSTALL_CEREAL to fix compilation with mips64.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-10 16:50:15 -07:00
Rosen Penev
bffe690644
Merge pull request #12376 from peterwillcn/erlang
erlang: upgrade opt 23.0
2020-06-10 13:38:38 -07:00
Hannu Nyman
ba73a21954
Merge pull request #12475 from lucize/googlepam
google-authenticator-libpam: update to 1.09
2020-06-10 20:22:09 +03:00
Hannu Nyman
e5709cb8fe
Merge pull request #12476 from lucize/pcitools
pciutils: update to 3.7.0
2020-06-10 20:20:27 +03:00
Lucian Cristian
b3d676babd pciutils: update to 3.7.0
also update the pci.ids

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-10 19:49:09 +03:00
Lucian Cristian
2c458ad12c google-authenticator-libpam: update to 1.09
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-10 19:25:44 +03:00
Hannu Nyman
b593cc5871
Merge pull request #12474 from gladiac1337/haproxy-2.1.7
haproxy: Update HAProxy to v2.1.7
2020-06-10 19:07:40 +03:00
Christian Lachner
7aac79e041 haproxy: Update HAProxy to v2.1.7
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-06-10 15:02:16 +02:00
David Woodhouse
9a5b77bebb dawn: update to latest version
Includes:
-  uci: truncate hostname at first dot
-  ubus/uci/datastorage: add iface and hostname
-  ubus: use strncpy and add backwards compatibility

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-10 11:40:52 +01:00
David Woodhouse
f2bfc7ca98 minizip: explicitly disable libbsd
Fixes #12471

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-10 11:40:50 +01:00
Xiaobo Tian
55b247b3a8 erlang: upgrade opt 23.0
Signed-off-by: Xiaobo Tian <peterwillcn@gmail.com>
2020-06-10 17:07:40 +08:00
Rosen Penev
218e433ea2
Merge pull request #12434 from neheb/pcre
pcre: update to 8.4.4
2020-06-10 01:59:35 -07:00
Rosen Penev
ce744f6985
Merge pull request #12468 from zhanhb/kmod-alternatives
kmod: add ALTERNATIVES
2020-06-10 01:58:56 -07:00
Rosen Penev
24c822d746
Merge pull request #12469 from neheb/zst
zstd: fix compilation without host distutils
2020-06-09 22:44:51 -07:00
Rosen Penev
cf8bbd3f34
Merge pull request #12467 from zhanhb/less-alternatives
less: update ALTERNATIVES
2020-06-09 17:35:51 -07:00
Rosen Penev
ec3798645d
zstd: fix compilation without host distutils
This is the case in debian.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-09 16:31:06 -07:00
Huangbin Zhan
d8663931dd less: update ALTERNATIVES
Avoid conflict with busybox
Closes #11960

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-10 07:05:41 +08:00
Huangbin Zhan
8a2420a251 kmod: add ALTERNATIVES
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-10 06:38:01 +08:00
Rosen Penev
2a3948b04d
Merge pull request #12466 from neheb/j
elektra: fully remove HostBuild
2020-06-09 15:16:08 -07:00
Rosen Penev
a8461581b7
elektra: fully remove HostBuild
This is cosmetic since host-compile.mk is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-09 14:56:06 -07:00
Hannu Nyman
69fd6ab319
Merge pull request #12464 from Andy2244/softethervpn5-9674
softethervpn5: update to 9672
2020-06-09 18:19:51 +03:00