Commit graph

13644 commits

Author SHA1 Message Date
Jan Delgado
bbaf219946 udptunnel: new package
Signed-off-by: Jan Delgado <jdelgado@gmx.net>
2019-04-14 21:11:29 +02:00
Daniel Golle
d506fc2651 auc: remove left-over subtarget string
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-07 11:56:57 +01:00
Daniel Golle
7831fb63bd libgabe: update to shared library version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-06 22:28:47 +01:00
Daniel Golle
8c30ddd9dc auc: more API updates
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-06 22:28:47 +01:00
Hannu Nyman
39fe02525e
Merge pull request #8338 from BKPepe/python-dns
python-dns: Add Python3 variant, update to 1.16.0
2019-03-06 18:00:18 +02:00
Jo-Philipp Wich
82ef2ea8cc
Merge pull request #8341 from neheb/patch-6
libp11: Fix dependency breakage
2019-03-06 16:54:49 +01:00
Daniel Golle
af68f43147 auc: sync with server API
Drop pre-ucert signature verification.
HTTPS is optional now as integrity can also be provided using ucert.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-06 15:22:48 +01:00
Dirk Brenken
0c74b5952c
Merge pull request #8352 from dibdot/travelmate
travelmate: update readme.md
2019-03-06 09:56:31 +01:00
Dirk Brenken
72c712e560 travelmate: update readme.md
* fix typos (provided by @cybrnook)
* add optional wpad requirement (provided by @sindastra)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-03-06 09:45:29 +01:00
Daniel Golle
78adac5930 gnurl: update to version 7.64.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-06 01:43:09 +01:00
Daniel Golle
002ef0ad9c
Merge pull request #8347 from Cynerd/jinja2-missing-dep
Jinja2: add missing dependency on markupsafe
2019-03-05 19:05:19 +01:00
Karel Kočí
35c7bcc85e
Jinja2: add missing dependency on markupsafe
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-03-05 17:19:51 +01:00
Hannu Nyman
f2e9cabfa6
Merge pull request #8342 from wvdakker/master
Shorewall: Bump to version 5.2.3.1
2019-03-04 19:31:29 +02:00
Hannu Nyman
6395ddfb8c
Merge pull request #8239 from neheb/patch-1
msmtp: Update to 1.8.3
2019-03-04 19:31:13 +02:00
Ted Hess
805a478555
Merge pull request #8060 from neheb/so
libsoup: Disable debug and introspection
2019-03-04 12:12:31 -05:00
W. van den Akker
b0e10231bc
Shorewall6: Bump to version 5.2.3.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-04 07:47:18 +01:00
W. van den Akker
fa7ea1a57b
Shorewall: Bump to version 5.2.3.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-04 07:47:04 +01:00
W. van den Akker
b28b0ab506
Shorewall6-lite: Bump to version 5.2.3.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-04 07:46:50 +01:00
W. van den Akker
35452cc785
Shorewall-lite: Bump to version 5.2.3.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-04 07:46:38 +01:00
W. van den Akker
02d24d93f4
Shorewall-core: Bump to version 5.2.3.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-04 07:46:18 +01:00
Rosen Penev
da07a9eb7c
libp11: Fix dependency breakage
This requires a +.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-03 22:41:01 -08:00
Yousong Zhou
48769259a8 openvswitch: bump to version 2.11.0
The following patches are in upstream now

	0100-netdev-linux-Use-unsigned-int-for-ifi_flags.patch
	0103-ovs-ctl-fix-setting-hostname.patch
	0106-ovs-save-compatible-with-busybox-ip-command.patch
	0107-datapath-use-KARCH-when-building-linux-datapath-modu.patch

As for 0001-musl-compatibility.patch, the net/if_packet.h part does not
apply anymore.  And musl is not relevant as we use libatomic from gcc

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-03-04 03:35:19 +00:00
Yousong Zhou
6c14eae757 shadowsocks-libev: bump to version 3.2.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-03-04 03:35:19 +00:00
Daniel Golle
27582a929d
Merge pull request #7868 from neheb/p11
libp11: Mandate ENGINE support
2019-03-04 04:18:20 +01:00
Daniel Golle
155503a99e
Merge pull request #7788 from neheb/patch-6
pyodbc: Added ability to compile with uclibc++
2019-03-04 04:17:29 +01:00
Rosen Penev
39f763f0ee pyodbc: Added ability to compile with uclibc++
Allows a smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-03 16:15:31 -08:00
Josef Schlehofer
ae9cfe503b
python-dns: Add Python3 variant, update to 1.16.0
As it was suggested in PR from the current package maintainer, I have become a new maintainer.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-03 21:43:02 +01:00
Peter Wagner
d92d34db5a openssh: add upstream patches, including CVE-2019-6111
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-03 12:20:18 +01:00
Daniel Golle
993d0414f7 python-gnupg: update to version 0.4.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 23:20:10 +01:00
Daniel Golle
d898a8ac1f pyodbc: update to version 4.0.26
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 23:10:46 +01:00
Daniel Golle
c843d478f5 MarkupSafe: update to version 1.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 22:46:54 +01:00
Daniel Golle
f96a5706a0 pcsc-lite: update to version 1.8.24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 21:55:04 +01:00
Daniel Golle
6709d9b82e libextractor: update to version 1.9
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 21:51:58 +01:00
Daniel Golle
4f9d340677 cryptsetup: update to version 2.1.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 20:54:36 +01:00
Daniel Golle
fe6597dd76 postgresql: update to version 9.6.12
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 20:42:58 +01:00
Daniel Golle
1c658e5f30 gnunet-secushare: auto-configure database backend
Import uci-defaults scripts to auto-set psycstore database backend.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 20:22:25 +01:00
Hannu Nyman
28ff5c15e2
Merge pull request #8324 from BKPepe/youtube-dl_2019-03-01
youtube-dl: update to version 2019.03.01
2019-03-02 16:53:28 +02:00
Hannu Nyman
f89a97e6c4
Merge pull request #8323 from BKPepe/netdata-v1.12.2
netdata: update to version v1.12.2
2019-03-02 16:53:15 +02:00
Hannu Nyman
31c78b0548
Merge pull request #8312 from TDT-AG/pr/20190227-mwan3
mwan3: fix disconnected event generation in mwan3track
2019-03-02 16:53:02 +02:00
Hannu Nyman
df96e4667a
Merge pull request #8317 from Andy2244/samba4-netbios
samba4: tmsize patch, build with netbios by default
2019-03-02 16:50:37 +02:00
Peter Wagner
720cc27bb2 libsndfile: fix PKG_MIRROR_HASH
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-02 11:59:58 +01:00
Josef Schlehofer
3edffa8ddd
youtube-dl: update to version 2019.03.01
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-02 11:35:32 +01:00
Josef Schlehofer
2a6feb84fa
netdata: update to version v1.12.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-02 11:13:20 +01:00
Hannu Nyman
fa86d382cb
Merge pull request #8318 from Andy2244/softethervpn5-git
softethervpn5: switch to git (2019-02-27)
2019-03-01 23:08:17 +02:00
Hannu Nyman
8be3292b1e
Merge pull request #8322 from jefferyto/python-cryptography-update
python-cryptography: Update to latest version
2019-03-01 23:07:39 +02:00
Hannu Nyman
c722f6e5e1
Merge pull request #8308 from commodo/python3-pip-fix
python3-pip: fix install rule
2019-03-01 23:07:09 +02:00
Hannu Nyman
b710d098f2
Merge pull request #8307 from commodo/python3-split-urllib
python3: split python3-urllib from python3-light
2019-03-01 23:06:25 +02:00
Jeffery To
fc8c0c4f95 python-cryptography: Update to latest version
Version 2.6 includes OpenSSL no-engine support.

This also removes python-idna as a dependency. idna became optional with
version 2.5 (https://cryptography.io/en/latest/changelog/#v2-5).

This also updates the package title field and updates both Python 2 and
3 versions to use the same field.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-03-02 01:46:48 +08:00
Andy Walsh
ccd45a4959 softethervpn5: switch to git (2019-02-27)
* switch to git, until we can consume manual created source releases again
* Fix compilation without OpenSSL ENGINE
* remove unnecessary stop_service() triggers

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-03-01 12:16:05 +01:00
Andy Walsh
77436747ce samba4: tmsize patch, build with netbios by default
* add patch for tmsize overflow (https://bugzilla.samba.org/show_bug.cgi?id=13622)
* re-enable netbios by default
(Some users still need netbios and its just a minor size increase 50kb)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-03-01 11:19:25 +01:00