1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 05:13:56 +02:00
Commit Graph

11755 Commits

Author SHA1 Message Date
Peter Wagner
61b5d27cb9 git: simplify install code
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-22 03:15:11 +02:00
Peter Wagner
30898cc49d git: don't hard link to symlinks, to avoid ending up with a git executeable with 0777 access rights
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-22 02:43:27 +02:00
Ted Hess
80e40c393b boost: Bump PKG_RELEASE to force buildbot re-builds
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-21 11:43:22 -04:00
Chen Minqiang
6a5836db32 mwan3: optimize the process of copying routing tables
- The original copy process is to delete all routing tables first,
   then add new routing table. This process is too slow and very dirty.
 - We use grep to identify the changes and apply them.
 - ignore ipv6 unreachable routes
 - update version number

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2018-09-21 15:35:39 +08:00
Ted Hess
428f65bee8
Merge pull request #7081 from thess/boost-work
boost: Fix mips32r1 cpu builds (exclude Boost.fiber)
2018-09-20 16:08:41 -04:00
Ted Hess
dd8b637646 boost: Fix mips32r1 cpu builds (exclude Boost.fiber)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-20 14:25:11 -04:00
Hannu Nyman
511f39f7d0
Merge pull request #7068 from neheb/jool
jool: Update to 3.5.7 and switch to tarballs
2018-09-20 19:35:36 +03:00
Hannu Nyman
82b4496506
Merge pull request #7076 from mlichvar/chrony-update-3.4
chrony: update to 3.4
2018-09-20 19:34:33 +03:00
Waldemar Konik
7b1c25f48c aria2: handle check_certificate=false config option
Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
2018-09-20 13:24:57 +02:00
Hannu Nyman
498568893d
Merge pull request #7069 from sartura/geth_1.8.15
geth: Update to 1.8.15
2018-09-19 22:25:54 +03:00
Toke Høiland-Jørgensen
6bd59471bb acme: Fix arithmetic syntax
Thanks to @jow- for pointing out the mistake.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-09-19 17:57:22 +02:00
Miroslav Lichvar
1b68402e9c chrony: update to 3.4
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2018-09-19 17:43:26 +02:00
Toke Høiland-Jørgensen
ef48e2cb94 Merge branch 'acme-nginx'
Closes #6513

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-09-19 16:30:42 +02:00
Toke Høiland-Jørgensen
a96c90b6f5 acme: Fix whitespace and long lines, bump package rev
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-09-19 16:29:55 +02:00
Ansuel Smith
924e2f53e2 acme: add support for nginx webserver
This adds a metapakcge for acme luci ap without uhttpd dependency and adds entities and check to stop handle nginx server and modify the certificate set automatically.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-09-19 16:21:00 +02:00
Jo-Philipp Wich
d344c56f9e
Merge pull request #6981 from neheb/png
libpng: Update to l.6.35
2018-09-19 07:39:13 +02:00
Rosen Penev
5abd420c65
apr: Update to 1.6.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-18 19:45:49 -07:00
Philip Prindeville
07ae4d928e
Merge pull request #6869 from pprindeville/syslog-ng-disable-tests
syslog-ng: disable tests as Travis is timing out
2018-09-18 22:09:37 -04:00
Ted Hess
94113ca4d6
Merge pull request #7067 from ClaymorePT/boost_1.68_r2
boost: Package Makefile Revision
2018-09-18 12:14:18 -04:00
Carlos Miguel Ferreira
0d94d04856
boost: Package Makefile Revision
Boost.Fiber is now disabled for Targets which use mips32 or mips64 cpu type.

This commit fixes issue [1]

[1]: https://github.com/openwrt/packages/issues/6987

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2018-09-18 16:03:27 +01:00
Mislav Novakovic
f5b945a750 geth: Update to 1.8.15
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-09-18 09:56:04 +02:00
Rosen Penev
8cd3a6c295 jool: Update to 3.5.7 and switch to tarballs
Should be faster.

Rearranged Makefile slightly for consistency with other packages.

Version 3.5.6 and above are relicensed to GPL-2.0.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-17 23:53:44 -07:00
Hannu Nyman
2aa3725ff7
Merge pull request #6820 from notnyt/update_cshark
cshark: update to latest git HEAD
2018-09-17 22:49:15 +03:00
Peter Wagner
5b205af7f0 git: update to 2.19.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-17 21:29:02 +02:00
Peter Wagner
760e83c7dc tor: update to 0.3.4.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-17 21:28:15 +02:00
Rosen Penev
cfb6ece7c2 glib2: Update to 2.56.2
Adjusted some configure flags. Disabled some documentation to save on
build time. It seems to have also fixed parallel building on mvebu at
least.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-17 21:21:08 +02:00
Hannu Nyman
9ae2c2d229
Merge pull request #7054 from tru7/libfmt
libfmt: bump to version 5.2.0
2018-09-17 22:16:44 +03:00
Othmar Truniger
5bcccac30f libfmt: bump to version 5.2.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-09-17 20:10:55 +02:00
Hannu Nyman
fae60e2f19
Merge pull request #7050 from mlichvar/chrony-fix-ipv6-allow
chrony: fix configuration of IPv6 client access
2018-09-17 18:34:45 +03:00
Miroslav Lichvar
c9164a4d8a chrony: fix configuration of IPv6 client access
Fix the init script to allow access from IPv6 subnets of the interface
specified in allow section in /etc/config/chrony.

Fixes issue #7039.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2018-09-17 17:14:30 +02:00
Hannu Nyman
26afb54444
Merge pull request #7048 from neheb/patch-32
python-lxml: Update to 4.2.5
2018-09-17 18:02:52 +03:00
Hannu Nyman
6a876c00f0
Merge pull request #7041 from neheb/patch-18
jdcal: Update to 1.4
2018-09-17 18:02:19 +03:00
Hannu Nyman
b62a954365
Merge pull request #7049 from neheb/patch-35
pytz: Update to 2018.5
2018-09-17 18:01:26 +03:00
Hannu Nyman
f26eb2ba62
Merge pull request #7045 from neheb/patch-11
python-dateutil: Update to 2.7.3
2018-09-17 18:01:04 +03:00
Hannu Nyman
985dd0de78
Merge pull request #7051 from commodo/python3-fix-ssl-dh-free
python3: fix build with SSL module
2018-09-17 17:58:58 +03:00
Alexandru Ardelean
768c675123 python3: fix build with SSL module
No idea how this creeped up. Probably OpenSSL been has updated recently.
Will send this patch upstream as well, but in the meantime we should fix
the Python3 build.

Build error seems to be:
```
<openwrt>/build_dir/target-i386_pentium4_musl/Python-3.7.0/Modules/_ssl.c:4000:5: error: implicit declaration of function 'DH_free'; did you mean 'lh_free'? [-Werror=implicit-function-declaration]
     DH_free(dh);
     ^~~~~~~
     lh_free
cc1: some warnings being treated as errors

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_tkinter              _uuid                 nis
To find the necessary bits, look in setup.py in detect_modules() for the module's name.

The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd
time                  zlib

Failed to build these modules:
_ssl

Makefile:618: recipe for target 'sharedmods' failed
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-09-17 12:53:57 +03:00
Nikos Mavrogiannopoulos
a016fd0d82
Merge pull request #6936 from neheb/patch-25
p11-kit: Update to 0.23.14
2018-09-17 08:32:12 +02:00
Nikos Mavrogiannopoulos
3f8762f6f0
Merge pull request #6971 from neheb/secc
libseccomp: Update to 2.3.3
2018-09-17 08:31:56 +02:00
Rosen Penev
440d94b592
pytz: Update to 2018.5
Switched to standard pythonhosted URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-16 21:21:05 -07:00
Rosen Penev
b162585872
python-lxml: Update to 4.2.5
Switched URL to the standard pythonhosted one. The website directs users there.

Tarballs are identical.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-16 21:18:03 -07:00
Rosen Penev
13c1ba5959 python-pcapy: Update to 0.11.4
Switched to regular tarballs from standard pythonhosted source.

Small Makefile rearrangements for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-16 21:11:27 -07:00
Rosen Penev
8803b88f3c
python-dateutil: Update to 2.7.3
Switch to standard URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-16 20:55:44 -07:00
Peter Wagner
cf1093da3b git: drop git-http ca-certificates dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-17 00:00:04 +02:00
Rosen Penev
beda71bfd5
jdcal: Update to 1.4
Switched URL to the more standard pythonhosted one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-16 08:41:42 -07:00
Hannu Nyman
53d8e59a8e
Merge pull request #7027 from neheb/patch-18
fio: Update to 3.10 and disable HTTP
2018-09-16 18:38:54 +03:00
Hannu Nyman
daa1ff82ce
Merge pull request #7040 from Andy2244/samba4-fix-typo
samba4: fix typo
2018-09-16 13:31:03 +03:00
Andy Walsh
6d520e7d81 samba4: fix typo
* fix a typo in vfs_extd_audit

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-16 11:19:02 +02:00
Dirk Brenken
9edf4f1c74
Merge pull request #7037 from neheb/rsy
rsyslog: Disable fmhttp as it relies on libcurl
2018-09-16 08:43:39 +02:00
Dirk Brenken
bfc44a1e6c
Merge pull request #7036 from EricLuehrsen/unbound-1.8.0
unbound: update to 1.8.0
2018-09-16 08:36:40 +02:00
Rosen Penev
40d0f98b16 rsyslog: Disable fmhttp as it relies on libcurl
Fixes the buildbot currently.

Also disabled tests for faster builds. And potential libsystemd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 23:35:15 -07:00