1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
Commit Graph

5843 Commits

Author SHA1 Message Date
Hannu Nyman
5329e65e46
Merge pull request #10396 from val-kulkov/subversion-package
subversion: update to the latest release
2019-10-30 20:06:37 +02:00
Val Kulkov
9926660e1d subversion: update to the latest release
Update to subversion v1.13.0, the latest regular release.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-10-30 13:02:27 -04:00
Rosen Penev
c037c8d988
kea: Remove openssl host dependency
OpenSSL is already built as part of tools (LibreSSL actually) and can be
used instead for the host build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 09:36:46 -07:00
Jeffery To
635cb1309c treewide: Use pypi.mk for Python packages
This updates all Python packages that download their source from PyPi to
use pypi.mk.

This will allow future improvements/changes to pypi.mk to affect all
relevant packages.

This also makes it easier for future Python packages to start using
pypi.mk, when it's clear how it is used in existing packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-30 23:16:18 +08:00
Daniel Golle
29ef2938d1 gnunet: update to 0.11.8
Allows to remove local patch again.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-30 14:36:26 +01:00
Daniel Golle
fb54e9c22b gnunet-secushare: build against gnunet 0.11.7
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29 23:01:02 +01:00
Daniel Golle
8bee758bc0 gnunet: update to version 0.11.7
Backport dist bug and add missing header file.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29 23:01:02 +01:00
Sebastian Kemper
e11a3d101f umurmur: fix paths
The wrong paths slipped into the Makefile when converting to CMake. This
commit corrects them.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-29 20:54:22 +01:00
Saverio Proto
251d4043df tinc: fix build regression in pkg 1.0.36-1
the patches 010-Fix-compilation-when-OpenSSL-has-no-ENGINE-support
and 020-Fix-compilation-without-deprecated-OpenSSL-APIs are now
merged upstream, so they must be dropped from the OpenWrt pkg

Signed-off-by: Saverio Proto <zioproto@gmail.com>
2019-10-29 10:47:42 +01:00
Rosen Penev
f2ddeb214a
Merge pull request #10362 from micmac1/modemmanager-host-tools
modemmanager: fix compilation
2019-10-28 19:22:18 -07:00
Ansuel Smith
e35042bc3d nginx: update nginx-dav-ext-module to 3.0
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-28 08:00:47 -03:00
Hannu Nyman
5e8a504705
Merge pull request #10366 from wfleurant/ygg-init-uci
yggdrasil: uci firewall Section name and cover both IP versions
2019-10-27 21:04:49 +02:00
Sebastian Kemper
fa8ad6e69c modemmanager: fix compilation
MM has a problem with cross-compiling. It needs to run some
tools during compilation (glib-mkenums & gdbus-codegen) but uses
pkg-config to detect them. But like this it finds the wrong tools, the
ones in $(STAGING_DIR). The correct tools are in
$(STAGING_DIR_HOSTPKG)/bin.

As a workaround this commit patches configure.ac so the correct tools
are used, the ones from glib2/host. The latter is also added to
PKG_BUILD_DEPENDS to reflect this.

libxslt/host is also added to PKG_BUILD_DEPENDS and the related
RequireCommand call is removed. This is OK to do since we have
libxslt/host available since a few days ago.

Resolves #10249

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-27 17:58:34 +01:00
Saverio Proto
b6ec718b98 tinc: version bump to 1.0.36
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2019-10-27 09:27:31 +01:00
William Fleurant
2baab77b77 yggdrasil: uci firewall Section name and cover both IP versions
- rename the section instance to yggdrasil (feat. request)
- allow zone to cover both ip4 and ip6 fam

Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-10-26 14:13:47 -04:00
Hannu Nyman
faf346eb4d
Merge pull request #10346 from lucize/libreprocd
libreswan: switch to procd
2019-10-26 12:32:36 +03:00
Hannu Nyman
a58461ba42
Merge pull request #10359 from wfleurant/ygg-bump-0-3-11
yggdrasil: bump to 0.3.11
2019-10-26 12:31:56 +03:00
William Fleurant
06bdd7aebf yggdrasil: bump to 0.3.11
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-10-26 00:24:30 -04:00
Chao Liu
68318682a7 kcptun: bump to v20190924, add new config options
This commit updates:
- bump version to v20190924
- add new options for latest release
  (https://github.com/xtaci/kcptun/releases/tag/v20190924)

Signed-off-by: Chao Liu <expiron18@gmail.com>
2019-10-25 22:41:14 +08:00
Josef Schlehofer
00eda4bb0d openvswitch: backport patch to fix compilation
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-25 11:15:50 +08:00
Alexandru Ardelean
c21a453ffd django: split django1 package and update to 2.2.6
After many failed attempts at upgrading Django to 2.2.6, the solution seems
to be to split a `python-django1` package that works with Python2 and
upgrade `python3-django` to the latest 2.2[.6] LTS release.

This also means that all Python2 Django packages will be stuck & based on
Django 1.11[.24] LTS release. But, it's currently the sanest approach I
could find to be able to perform an upgrade of Django to 2.2, and not break
Seafile.

Upgrading Seafile is also pretty difficult, as their Python3 support is not
yet finished & released. And in the meantime, we want to allow people to
use newer Django versions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-10-24 09:13:38 -03:00
Lucian Cristian
875883f2d9 libreswan: switch to procd
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-24 13:56:52 +03:00
Christian Lachner
38a4100d04 haproxy: Update HAProxy to v2.0.8
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-10-23 14:48:09 +02:00
Toke Høiland-Jørgensen
1653894091 acme: Update to upstream 2.8.3
Upstream release message:
"Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues.
Any downstream package should update.
This is important."

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-10-23 12:26:21 +02:00
Toke Høiland-Jørgensen
7235249df6 acme: Log acme.sh command invocation
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-10-23 12:26:21 +02:00
Kenneth J. Miller
ded6468744 ntpd: Fix libevent dependencies
Add required libevent2-pthreads dependency for all ntpd
subpackages.

Remove keygen-specific libevent2-core support as it is
automatically selected by the libevent2-pthreads dependency.

nptd: Bump PKG_RELEASE

Fixes: openwrt/packages#10307

Signed-off-by: Kenneth J. Miller <ken@miller.ec>
2019-10-22 19:44:48 +02:00
Dirk Brenken
7554f5d891
travelmate: update 1.5.1
* fix section naming in wireless & travelmate config
* check/enable disabled 'wifi-device' sections
* fix LuCI frontend issues (separate PR)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-22 07:44:34 +02:00
Rosen Penev
5ecf0fabdb
Merge pull request #10317 from TDT-AG/pr/20191021-keepalived
keepalived: update version to 2.0.19
2019-10-21 09:15:39 -07:00
Rosen Penev
ac9eecd36c
Merge pull request #10320 from eglooca/master
netifyd: Updated to v2.93
2019-10-21 09:15:03 -07:00
Darryl Sokoloski
134a19dccf netifyd: Updated to v2.93
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600

Change log for v2.93:
[IMP] FreeBSD: Added deploy target (package).
[IMP] Debian: Added OS detection.
[IMP] Ubuntu: Added OS detection.
[IMP] CentOS: Added OS detection.
[IMP] RedHat: Added OS detection.
[IMP] OpenWrt: Updated build documentation.

[FIX] Updated function names for enable/disable sink server.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2019-10-21 10:48:38 -04:00
Florian Eckert
e2689219be keepalived: update version to 2.0.19
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-10-21 07:43:22 +02:00
Stan Grishin
9f135a9042 vpnbypass: bugfix: PROCD command not found on stop
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-20 21:18:43 -07:00
Josef Schlehofer
d8d736711d git: Update to version 2.23.0
Refresh patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-20 12:53:29 +02:00
Josef Schlehofer
4370331d79
dnscrypt-proxy2: Update to version 2.0.28
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:33:53 +02:00
Dirk Brenken
a94610c88f
adblock: minor update 3.8.6-2
* fix service status message
* refine readme regarding reload cron job (provided by @novoid)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-19 16:01:20 +02:00
Dirk Brenken
df5c52bcfe
Merge pull request #10271 from dibdot/travelmate
travelmate: update 1.5.0
2019-10-18 19:01:48 +02:00
Yousong Zhou
0412c20f1b xl2tpd: fix building failure caused by pfc
Fixes openwrt/packages#10270

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-18 11:43:08 +00:00
Dirk Brenken
ab51b1ba34
travelmate: update 1.5.0
* add WPA3 support
* fix service status message
* refine trigger handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-18 13:25:51 +02:00
Rosen Penev
2fb334f8c4
Merge pull request #9706 from expiron/kcptun-updates
kcptun: bump to v20190809, merge config and service scripts
2019-10-17 18:36:47 -07:00
Ansuel Smith
4d9358bbff
uwsgi-cgi: fix #10235
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-17 17:34:31 +02:00
Jan Hák
f9e3d4e0fa knot: update to version 2.9.0
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2019-10-16 14:42:04 +02:00
Rosen Penev
fc71c87ed1
Merge pull request #10243 from neheb/kn
knxd: Makefile cleanups
2019-10-15 12:28:45 -07:00
Rosen Penev
5a7ac1d83b knxd: Makefile cleanups
argp-standalone is only needed for non GLIBC targets.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed unnecessary C/LDFLAGS.

Remove libstdcpp depends. It's included with libfmt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-15 12:16:13 -07:00
Rosen Penev
6e6df4f743
Merge pull request #10197 from tiagogaspar8/kea-1.6.0
kea: update package to 1.6.0
2019-10-14 21:08:31 -07:00
W. Michael Petullo
e29a9ffe2e dmapd: update PKG_LICENSE and enable parallel build
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:38 -04:00
W. Michael Petullo
13f7aa5a5f dmapd: update to 0.0.83
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:00 -04:00
Rosen Penev
59290881cb
Merge pull request #10206 from ysc3839/cifsd
cifsd: update to git (2019-10-08)
2019-10-14 01:45:52 -07:00
Yousong Zhou
620ba386b4 xl2tpd: bump to version 1.3.15
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
Yousong Zhou
29991142e2 shadowsocks-libev: bump to version 3.3.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
W. Michael Petullo
102e67cc15 snort: update to 2.9.15
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-13 16:41:24 -04:00