aTanW [Mon, 19 Jun 2017 09:04:41 +0000 (12:04 +0300)]
gammu: bump to a new upstream v1.38.4
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
aTanW [Tue, 6 Jun 2017 14:50:20 +0000 (17:50 +0300)]
gammu: bunp to a new v1.38.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
aTanW [Mon, 5 Jun 2017 05:25:09 +0000 (08:25 +0300)]
ipsec: add ability to configure "none" SA
Also added myself as co-maintainer
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 5 +++--
files/functions.sh | 35 +++++++++++++++++++++++++++++++++++
files/racoon | 4 ++++
files/racoon.init | 12 ++++++++----
4 files changed, 50 insertions(+), 6 deletions(-)
Florian Fainelli [Mon, 5 Jun 2017 02:31:56 +0000 (19:31 -0700)]
fossil: Explicitly link with libm
Fixes the following build error with an external toolchain:
./bld/sqlite3.o: In function `fts5Bm25Function':
sqlite3.c:(.text+0x27234): undefined reference to `log'
./bld/piechart.o: In function `piechart_render':
piechart_.c:(.text+0x430): undefined reference to `sincos'
piechart_.c:(.text+0x47c): undefined reference to `sincos'
piechart_.c:(.text+0x548): undefined reference to `sincos'
collect2: error: ld returned 1 exit status
src/main.mk:526: recipe for target 'fossil' failed
make[3]: *** [fossil] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Mon, 5 Jun 2017 02:16:11 +0000 (19:16 -0700)]
libcanfestival: Don't force -fhonour-opts
-fhonour-copts is an OpenWrt/LEDE toolchain specific patch, forcing it
will make external toolchain fail to build this package. What we need
instead is a way to override CFLAGS from the different Makefile files so
rename the patch to illustrate that.
Fixes: 317c2469d923 ("libcanfestival: fix several small build process issues")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Luiz Angelo Daros de Luca [Mon, 5 Jun 2017 02:31:19 +0000 (23:31 -0300)]
Merge pull request #4412 from luizluca/sane-backends-1.0.27
sane-backends: bump to 1.0.27
Florian Fainelli [Tue, 9 May 2017 02:47:20 +0000 (19:47 -0700)]
linuxptp: Remove unnecessary netdb.h includes
This backports a patch that has been accepted upstream in linuxptp:
8b61aa2c3f3103db1d4ca1d1e49bb4f8831c1abf ("udp: Avoid including
netdb.h") to fix build errors with external glibc toolchains that
provide rpc/types.h.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Michael Heimpold [Sun, 4 Jun 2017 19:29:20 +0000 (21:29 +0200)]
php7-pecl-http: add a patch to fix a segfault during php startup
The extensions tries to register some string constants after quering
version strings from underlaying libcurl. However, depending on libcurl's
configuration these strings could also be NULL, which was not handled
properly.
An upstream pull request for this patch is waiting for review.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hauke Mehrtens [Sat, 3 Jun 2017 22:29:40 +0000 (00:29 +0200)]
Merge pull request #4220 from p-wassi/atftp
net/atftp: update source URL and checksum
Hauke Mehrtens [Sat, 3 Jun 2017 21:32:04 +0000 (23:32 +0200)]
Merge pull request #4274 from DocLM/gphoto2
gphoto2 and libgphoto2: add package
Maintainer: me / @DocLM
Compile tested: (ramips, mt7688, LEDE 17.01.0)
Run tested: (ramips, mt7688, LEDE 17.01.0)
Description:
Add libgphoto2 with modular camlibs and gphoto2 packages
Ted Hess [Sat, 3 Jun 2017 19:23:22 +0000 (15:23 -0400)]
Merge pull request #4427 from diizzyy/patch-57
net/socat: Update to 1.7.3.2
Peter Wagner [Fri, 2 Jun 2017 23:04:27 +0000 (01:04 +0200)]
The earlier commit
ea119211b21 removed 'dsa' as one of the ssh_host_*_key
types that got generated. Problem was that it didn't remove that key
as one of the paths that the server looks for by default. As a
consequence, your log file might fill up with messages like:
2017-06-01T15:43:07-06:00 openwrt sshd[31929]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
The patch is forunately trivial. Don't set the path for the dsa
key file in the server configuration.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
champtar [Fri, 2 Jun 2017 13:24:24 +0000 (15:24 +0200)]
Merge pull request #4415 from diizzyy/patch-49
libs/sqlite3: Update to
3190200
Daniel Engberg [Fri, 2 Jun 2017 11:42:56 +0000 (13:42 +0200)]
net/socat: Update to 1.7.3.2
Update socat to 1.7.3.2
Remove SSLv3 patch, workaround added upstream
Remove inclusion of stddef.h, fix added upstream
Replace obsolete tarball hash variable with PKG_HASH
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Fri, 2 Jun 2017 10:54:11 +0000 (13:54 +0300)]
Merge pull request #4424 from diizzyy/patch-56
utils/tmux: Update to 2.5
Daniel Engberg [Fri, 2 Jun 2017 00:50:09 +0000 (02:50 +0200)]
utils/tmux: Update to 2.5
Update tmux to 2.5
Drop patch
Update homepage URL
Use toolchain functionality for configuring and compiling
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Luka Perkov [Thu, 1 Jun 2017 13:55:52 +0000 (15:55 +0200)]
Merge pull request #4405 from sartura/symlink-soversion-libnetconf2
libnetconf2: modify copy of .so files
Luka Perkov [Thu, 1 Jun 2017 13:55:18 +0000 (15:55 +0200)]
Merge pull request #4404 from sartura/symlink-soversion-libyang
libyang: modify copy of .so files
Luka Perkov [Thu, 1 Jun 2017 13:54:28 +0000 (15:54 +0200)]
Merge pull request #4406 from sartura/symlink-soversion-libssh
libssh: modify copy of .so files
Luka Perkov [Thu, 1 Jun 2017 13:53:35 +0000 (15:53 +0200)]
Merge pull request #4403 from sartura/symlink-soversion-sysrepo
sysrepo: modify copy of .so files
Luka Perkov [Thu, 1 Jun 2017 13:53:11 +0000 (15:53 +0200)]
Merge pull request #4388 from sartura/netopeer2-dependency
sysrepo: add patch for disabling autostart
Hannu Nyman [Thu, 1 Jun 2017 06:58:55 +0000 (09:58 +0300)]
Merge pull request #4414 from diizzyy/patch-48
libs/confuse: Update to 3.1
Hannu Nyman [Wed, 31 May 2017 15:57:40 +0000 (18:57 +0300)]
Merge pull request #4400 from starcms/master
net/dnscrypt-proxy: add support for LogLevel; update dnscrypt-proxy-resolvers
Daniel Engberg [Wed, 31 May 2017 15:11:02 +0000 (17:11 +0200)]
libs/sqlite3: Update to
3190200
Update sqlite to
3190200
Remove obsolete tarball hash variable
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Wed, 31 May 2017 15:09:13 +0000 (17:09 +0200)]
libs/confuse: Update to 3.1
Update (lib)confuse to 3.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Wed, 31 May 2017 06:29:10 +0000 (09:29 +0300)]
Merge pull request #4411 from chris5560/master
radicale: update to version 1.1.3
Luiz Angelo Daros de Luca [Sun, 28 May 2017 06:07:42 +0000 (03:07 -0300)]
sane-backends: bump to 1.0.27
Fixes CVE-2017-6318
Patches where refreshed and the following removed:
- 020-fix_pieusb.patch: fixed upstream
- 030-musl.patch: accepted upstream
PS: there was no sane-backends 1.0.26
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
starcms [Sun, 28 May 2017 21:44:12 +0000 (16:44 -0500)]
net/dnscrypt-proxy: add LogLevel support, update dnscrypt-resolvers.csv,
bump version number.
Signed-off-by: Chris Saaidi <starcms@gmail.com>
Christian Schoenebeck [Tue, 30 May 2017 19:47:15 +0000 (21:47 +0200)]
radicale: update to version 1.1.3
update to version 1.1.3
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Stijn Tintel [Tue, 30 May 2017 17:25:04 +0000 (19:25 +0200)]
strongswan: fix typo
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Tue, 30 May 2017 14:01:40 +0000 (16:01 +0200)]
Merge pull request #4208 from dedeckeh/pr-netsnmp-fw
net-snmp: add inbound firewall rule support
Stijn Tintel [Tue, 30 May 2017 13:12:08 +0000 (15:12 +0200)]
strongswan: add curve25519 plugin
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Tue, 30 May 2017 12:32:01 +0000 (14:32 +0200)]
strongswan: bump to 5.5.3
Fixes CVE-2017-9022, CVE-2017-9023.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Hannu Nyman [Tue, 30 May 2017 07:49:09 +0000 (10:49 +0300)]
Merge pull request #4381 from commodo/ovs-fix
openvswitch: fix build for ovs python libs & related packages
Hannu Nyman [Tue, 30 May 2017 07:48:19 +0000 (10:48 +0300)]
Merge pull request #4380 from commodo/python-six-host-build
python-six: add host-side build
Peter Wagner [Mon, 29 May 2017 19:19:31 +0000 (21:19 +0200)]
alsa-lib: update urls
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Antonio Paunovic [Mon, 29 May 2017 12:08:51 +0000 (12:08 +0000)]
libssh: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Antonio Paunovic [Mon, 29 May 2017 12:07:00 +0000 (12:07 +0000)]
sysrepo: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Antonio Paunovic [Mon, 29 May 2017 12:05:25 +0000 (12:05 +0000)]
libyang: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Antonio Paunovic [Mon, 29 May 2017 11:59:31 +0000 (11:59 +0000)]
libnetconf2: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Karl Palsson [Mon, 29 May 2017 10:49:08 +0000 (10:49 +0000)]
net/mosquitto: bump to 1.4.12 for CVE-2017-7650
Dot release, primarily due to CVE-2017-7650 but also rolls up some
earlier patches.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Thomas Heil [Sun, 28 May 2017 17:05:10 +0000 (19:05 +0200)]
Merge pull request #4379 from val-kulkov/nginx-package
nginx: update to 1.12.0, the latest stable version
Ted Hess [Sun, 28 May 2017 16:59:07 +0000 (12:59 -0400)]
libaudiofile: Multiple bug fixes, CVE-2017-6837, CVE-2017-6838, CVE-2017-6839, CVE-2015-7747 & GCC6 patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Sat, 27 May 2017 20:03:30 +0000 (16:03 -0400)]
Merge pull request #4392 from antonlacon/ffmpeg-3.2.x
ffmpeg: update to 3.2.5
Hannu Nyman [Sat, 27 May 2017 10:36:54 +0000 (13:36 +0300)]
Merge pull request #4393 from damianorenfer/hotfix-dnscrypt-proxy-init
net/dnscrypt-proxy: fix block_ipv6 param in init script
Damiano Renfer [Sat, 27 May 2017 09:12:47 +0000 (11:12 +0200)]
net/dnscrypt-proxy: fix block_ipv6 param in init script
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
Ian Leonard [Sat, 27 May 2017 01:51:17 +0000 (18:51 -0700)]
ffmpeg: update to 3.2.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Peter Wagner [Sat, 27 May 2017 00:34:29 +0000 (02:34 +0200)]
git: update to 2.13.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Antonio Paunovic [Fri, 26 May 2017 15:37:12 +0000 (15:37 +0000)]
sysrepo: bump PKG_RELEASE version
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Hannu Nyman [Fri, 26 May 2017 15:22:59 +0000 (18:22 +0300)]
Merge pull request #4389 from sartura/netopeer2-openssl-dependency
netopeer2-keystored: add new dependency
Antonio Paunovic [Fri, 26 May 2017 14:52:40 +0000 (14:52 +0000)]
sysrepo: add patch for diabling autostart
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Antonio Paunovic [Fri, 26 May 2017 14:07:54 +0000 (14:07 +0000)]
netopeer2-keystored: add new dependency
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Alexandru Ardelean [Thu, 25 May 2017 13:31:25 +0000 (16:31 +0300)]
openvswitch: disable built-in kernel module build
Since we're using the kernel's module, this is
un-necessary.
Should speed up the build a bit.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Thu, 25 May 2017 07:44:07 +0000 (10:44 +0300)]
Merge pull request #4383 from kuoruan/aria2
Aria2: Bump version
kuoruan [Thu, 25 May 2017 03:34:41 +0000 (11:34 +0800)]
webui-aria2: Bump to 2017-05-21
Signed-off-by: kuoruan <kuoruan@gmail.com>
kuoruan [Thu, 25 May 2017 03:12:39 +0000 (11:12 +0800)]
yaaw: Bump to 2017-04-11
Signed-off-by: kuoruan <kuoruan@gmail.com>
kuoruan [Thu, 25 May 2017 03:11:43 +0000 (11:11 +0800)]
aria2: Update to v1.32.0
Signed-off-by: kuoruan <kuoruan@gmail.com>
Alexandru Ardelean [Wed, 24 May 2017 20:18:04 +0000 (23:18 +0300)]
openvswitch: fix build for ovs python libs & related packages
Admittedly I never used those Python libs.
And the setup I was trying it on, did not have
the Python interpreter packaged, so these build failures
went un-noticed.
That's my fault for not trying it out properly on
a full LEDE repo, with all packages.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Luka Perkov [Wed, 24 May 2017 20:14:24 +0000 (22:14 +0200)]
Merge pull request #4378 from sartura/sysrepo_update
sysrepo update
Alexandru Ardelean [Wed, 24 May 2017 16:26:07 +0000 (19:26 +0300)]
python-six: add host-side build
Needed for Open vSwitch's python libs.
And build.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Val Kulkov [Wed, 24 May 2017 15:48:29 +0000 (11:48 -0400)]
nginx: update to 1.12.0, the latest stable version
This is a straightforward update to the latest stable version.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Mislav Novakovic [Wed, 24 May 2017 12:03:42 +0000 (14:03 +0200)]
netopeer2-server: modified init script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Wed, 24 May 2017 15:08:19 +0000 (17:08 +0200)]
sysrepo: merge sysrepod and sysrepo-plugind
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Tue, 23 May 2017 13:36:47 +0000 (15:36 +0200)]
netopeer2: change default ssh key handling
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Tue, 23 May 2017 11:16:21 +0000 (13:16 +0200)]
netopeer2-server: edited init script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Tue, 23 May 2017 10:46:36 +0000 (12:46 +0200)]
netopeer2: modified uci-default script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Tue, 23 May 2017 10:46:12 +0000 (12:46 +0200)]
sysrepo: modified uci-default script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Tue, 23 May 2017 10:10:44 +0000 (12:10 +0200)]
netopeer2-server: add custom config file
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Tue, 23 May 2017 09:57:19 +0000 (11:57 +0200)]
netopeer2-server: add sysrepod dependency
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Hans Dedecker [Mon, 27 Mar 2017 13:35:29 +0000 (15:35 +0200)]
net-snmp: add inbound firewall rule support
Add UCI section general which holds the uci parameter network defining on
which interface(s) the snmp agent is reachable for inbound snmp requests
in case the firewall zone does not allow INPUT traffic by default.
For the different zones to which the different interfaces belong firewall
procd input rules are created making the snmp agent reachable on udp port
161.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Hannu Nyman [Wed, 24 May 2017 08:25:23 +0000 (11:25 +0300)]
Merge pull request #4361 from EricLuehrsen/unbound_may2017
unbound: add option for dhcp UCI domain mx srv and cname
Hannu Nyman [Wed, 24 May 2017 06:23:19 +0000 (09:23 +0300)]
Merge pull request #4320 from TouchStar/gpsd-fix-darwinbuild
utils/gpsd: Set manbuild=no for build (disable building help/html docs)
Hannu Nyman [Wed, 24 May 2017 06:17:06 +0000 (09:17 +0300)]
Merge pull request #4049 from hbl0307106015/master
libndpi: add new package
Peter Wagner [Wed, 24 May 2017 00:32:38 +0000 (02:32 +0200)]
alsa-lib: update to 1.1.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Eric Luehrsen [Wed, 10 May 2017 02:46:39 +0000 (22:46 -0400)]
unbound: add option for dhcp UCI domain mx srv and cname
Base LEDE/OpenWrt UCI for dnsmasq provides for DNS override in
/etc/config/dhcp. It is desired to be able to use dnsmasq and
Unbound as transparently as possible. Option 'add_extra_dns'
will pull 'domain', 'mxhost', 'srvhost, and 'cname' from base.
netifd/procd have an interaction with DHCPv6/RA on WAN (FS#713).
Minor IP6 parameter updates can cause Unbound reload events every
few minutes. List option 'trigger' selects which interfaces may
cause reload. For example 'lan', 'wan' but not 'wan6'.
Squash other cosmetics.
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Hannu Nyman [Mon, 22 May 2017 08:21:30 +0000 (11:21 +0300)]
Merge pull request #4375 from inindev/master
avro: Apache Avro C Library 1.8.2
John Clark [Mon, 22 May 2017 08:12:19 +0000 (04:12 -0400)]
avro: Apache Avro C Library 1.8.2
Signed-off-by: John Clark <inindev@gmail.com>
Tested-by: John Clark <inindev@gmail.com>
Yousong Zhou [Fri, 12 May 2017 13:05:07 +0000 (21:05 +0800)]
shadowsocks-libev: bump to version 3.0.6
Below are changes in the packaging method
- Use tarball provided by the upstream project maintainer instead of
cloning the whole git-repo
- Drop openssl variant as it was deprecated then removed by the
upstream project
- Add dependency on libev, libsodium, libudns as they are not bundled
with the source code anymore
Addresses issue #4191
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Fri, 12 May 2017 13:58:23 +0000 (21:58 +0800)]
udns: initial version 0.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Hannu Nyman [Sun, 21 May 2017 18:38:44 +0000 (21:38 +0300)]
Merge pull request #4374 from damianorenfer/dnscrypt-proxy-1.9.5_plugins
net/dnscrypt-proxy: ignore parameters requiring plugins support if no…
Damiano Renfer [Sun, 21 May 2017 17:55:18 +0000 (19:55 +0200)]
net/dnscrypt-proxy: ignore parameters requiring plugins support if not available
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
Ted Hess [Sat, 20 May 2017 15:43:17 +0000 (11:43 -0400)]
faad2: Upgrade to lastest Debian patches, cleanup build procs
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Sat, 20 May 2017 15:34:06 +0000 (11:34 -0400)]
mpc: Upgrade mpd client to 0.28
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Sat, 20 May 2017 15:32:05 +0000 (11:32 -0400)]
libmpdclient: Upgrade to 2.11
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Sat, 20 May 2017 15:30:38 +0000 (11:30 -0400)]
mpd: Upgrade Music Player Daemon to 0.20.8
Signed-off-by: Ted Hess <thess@kitschensync.net>
Kevin Darbyshire-Bryant [Sat, 20 May 2017 08:16:21 +0000 (09:16 +0100)]
miniupnpc: bump to 2.0.
20170509 (#4362)
Fix CVE-2017-8798
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Daniel Golle [Sat, 20 May 2017 01:39:12 +0000 (03:39 +0200)]
Merge pull request #4237 from dangowrt/isc-dhcp-procd
isc-dhcp: use procd and generate configuration from UCI
Daniel Golle [Wed, 5 Apr 2017 11:21:54 +0000 (13:21 +0200)]
isc-dhcp: integrate IPv4 DHCP service with procd and netifd
Convert init-script to procd and allow to configure
isc-dhcp-server via UCI. Allow most by-network and by-host options
supported by dnsmasq.
User-defined dhcp-options are not supported yet, neither are tags.
Existing configurations with use-edited /etc/dhcpd.conf are still
respected, hence to enjoy the new features you have to migrate
your configuration to UCI and delete /etc/dhcpd.conf.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Fri, 19 May 2017 14:35:10 +0000 (17:35 +0300)]
Merge pull request #4371 from commodo/fix-pip3
python3-pip: fix package ; it was broken
Alexandru Ardelean [Fri, 19 May 2017 14:20:04 +0000 (17:20 +0300)]
python3-pip: override Package/python3-pip/install rule
This is in essence fixes pip3.
That means pip3 will ship without Python byte-codes
for a while, until I'll find a better way to fix it.
I couldn't think of a not-very hack-ish way of doing it.
The only draw-back of this, will be that pip3 will run
a bit slower ; but that should be ok for a while.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 19 May 2017 14:18:33 +0000 (17:18 +0300)]
python3: remove __pycache__ folders pip & setuptools
python3-pip & python3-setuptools have slightly
different installation mechanisms.
We need to remove the __pycache__ folders.
Seems they're generated.
This also reduces the size of the python3-pip &
python3-setuptools packages.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 19 May 2017 14:16:38 +0000 (17:16 +0300)]
python,python3: allow python packages to override Package/<pkg>/install rule
Python packages try to enforce their own.
For some cases this may not be desired.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Fri, 19 May 2017 07:25:17 +0000 (10:25 +0300)]
Merge pull request #4368 from hmronline/master
dynapoint: Updated to latest version (Fixes to make it actually work)
hmronline [Thu, 18 May 2017 13:59:01 +0000 (10:59 -0300)]
dynapoint: Updated to latest version (Fixes to make it actually work)
Signed-off-by: hmronline <hmronline@gmail.com>
Hannu Nyman [Thu, 18 May 2017 07:48:58 +0000 (10:48 +0300)]
Merge pull request #4365 from commodo/python-groupping
python packages: move all things python under lang/python
Hannu Nyman [Wed, 17 May 2017 19:37:29 +0000 (22:37 +0300)]
Merge pull request #4367 from dibdot/adblock
adblock: maintenance update 2.6.4
Hannu Nyman [Wed, 17 May 2017 19:36:57 +0000 (22:36 +0300)]
Merge pull request #4366 from dibdot/travelmate
travelmate: maintenance update 0.7.4
Hannu Nyman [Wed, 17 May 2017 19:36:18 +0000 (22:36 +0300)]
Merge pull request #4341 from zx2c4/wg-psk-change
wireguard: update snapshot version to 0.0.
20170517
Dirk Brenken [Wed, 17 May 2017 19:28:12 +0000 (21:28 +0200)]
adblock: maintenance update 2.6.4
* made wget default parms compatible with older program versions
* shift dns detection routine to simplify dns override,
just set 'adb_dnslist' to force a particular backend priority
(default: 'dnsmasq unbound')
* reduce ubus polling during dns detection
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Wed, 17 May 2017 19:24:07 +0000 (21:24 +0200)]
travelmate: maintenance update 0.7.4
* always update the connection status, even in case of an error
* merge multiple ubus network calls in central check routine
Signed-off-by: Dirk Brenken <dev@brenken.org>