Hannu Nyman
96ca587b05
Merge pull request #3241 from changeway/libstrophe
...
libstrophe: Update to version 0.9.1
2016-09-27 12:38:55 +03:00
Chih-Wei Chen
38b9f65e37
libstrophe : Update to version 0.9.1
...
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2016-09-27 16:59:22 +08:00
Álvaro Fernández Rojas
fb6ce97e95
Merge pull request #3237 from diizzyy/patch-4
...
dmidecode: use url alias
2016-09-27 10:26:38 +02:00
Hannu Nyman
b1b4e325e4
Merge pull request #3223 from chris5560/master
...
ddns-scripts: bump to version 2.7.5
2016-09-27 11:18:17 +03:00
Christian Schoenebeck
f5e3d3f743
ddns-scripts: remove postinst (of main package) from Makefile
...
remove postinst (of main package) from Makefile because all is done inside uci-defaults scripts
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-27 10:12:24 +02:00
Christian Schoenebeck
463ed88dde
ddns-scripts: apply needed changes in uci-defaults
...
commands to apply changes introduced during release changes, moved from Makefile postinst to /etc/uci-defaults
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-26 21:33:01 +02:00
diizzyy
0b6825b028
dmidecode: use url alias
...
Use url alias instead of hardcoded URL.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-26 21:31:57 +02:00
Christian Schoenebeck
f0b96d9109
ddns-scripts: no longer break using nslookup and option force_ipversion=1
...
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-26 21:24:35 +02:00
Christian Schoenebeck
7805abc6c4
ddns-scripts: Add more services and minor changes
...
- add support of knsupdate (update_nsupdate.sh
- url update easydns.com
- add some service answers
- alphabetic reorder services files for easier reading
- rename services/provider (Makefile postinst handle /etc/config/ddns)
-- freedns.afraid.org -> afraid.org
-- free.editdns.net -> editdns.net
-- domains.google.com -> google.com
-- spdns.de -> spdyn.de
-- strato.de -> strato.com
- new provider (looking in deep into https://sourceforge.net/projects/inadyn-mt project)
-- dyn.com (= dyndns.org)
-- ddnss.de
-- dhis.org
-- dnspark.com (IPv4 only)
-- dynsip.org (IPv4 only)
-- dynv6.com
-- joker.com (IPv4 only)
-- loopia.com (= loopia.se)
-- sitelutions.com (IPv4 only)
-- system-ns.com (IPv4 only)
- new provider (looking in deep into /etc.defaults/ddns_provider.conf file for Synology DiskStation published at https://gist.github.com/ntrepid8/6653274 )
-- able.or.kr (IPv4 only)
-- ddo.jp (IPv4 only)
-- dnsmadeeasy.com (IPv4 only)
-- oray.com (IPv4 only)
- new provider (looking in deep into https://github.com/ipfire/ddns project)
-- all-inkl.com
-- desec.io
-- domopoli.de (IPv4 only)
-- opendns.com (IPv4 only)
-- udmedia.de
-- xlhost.de (IPv4 only)
- new provider (looking in deep into https://github.com/yaddns/yaddns project )
-- dyndns.it (IPv4 only)
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-26 21:24:35 +02:00
Hannu Nyman
3c450aa373
Merge pull request #3234 from diizzyy/patch-2
...
gdisk: new package
2016-09-26 19:02:18 +03:00
diizzyy
f3c4df4b60
gdisk: new package
...
Add gdisk to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-26 17:50:30 +02:00
Hannu Nyman
4999c8a309
Merge pull request #3233 from psidhu/master
...
psidhu: Update Maintainer Email
2016-09-26 18:34:54 +03:00
Pushpal Sidhu
092f108b46
gpsd: Update Maintainer Email
...
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2016-09-26 08:28:16 -07:00
Pushpal Sidhu
23352a4f22
evtest: Update Maintainer Email
...
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2016-09-26 08:28:16 -07:00
Hannu Nyman
c0b208ea68
Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatform
...
gpsd: fix cross platform compilation
2016-09-26 18:06:47 +03:00
Hannu Nyman
5bc6f9cee9
Merge pull request #3232 from zorun/bmon
...
bmon: Update to 3.9
2016-09-26 17:59:41 +03:00
Baptiste Jonglez
3dfb895830
bmon: Update to 3.9
...
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-09-26 16:51:35 +02:00
Daniel Golle
85b5a6c485
gnunet: update to SVN r38014 and improve packaging
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-26 10:14:29 +02:00
Daniel Golle
6871e6b379
libp11: package PKCS#11 OpenSSL engine
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-26 10:14:29 +02:00
Daniel Golle
d302afe081
engine_pkcs11: remove in favour of libp11 OpenSSL engine
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-26 10:14:06 +02:00
David Thornley
4ed704b4b4
gpsd: fix cross platform compilation
...
In SConstruct the set of executables in the devenv variable should be adjusted to use the cross compile toolchain (as opposed to host's executables).
Achieved by setting target option to the toolchain prefix which corrects compilation on macOS.
Note, TARGET_CROSS has to have the hyphen stripped as SConstruct uses the target variable with an implied hyphen (env['target'] + '-' + toolname)
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
2016-09-26 09:48:46 +10:00
Hannu Nyman
7d8b40445a
Merge pull request #3211 from nxhack/configure_without_libacl
...
logrotate: configure without libacl
2016-09-25 18:32:55 +03:00
Michael Heimpold
e7b11e0366
mmc-utils: fix compilation on mips64
...
This commit adds a patch to remove a superfluous include.
Removing this include prevents the following error (detected by LEDE
project's buildbot while compiling for mips64 architecture):
(Note: directory names shorted for better readability)
In file included from mmc.h:20:0,
from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:29:44: error: conflicting types for '__s64'
__extension__ typedef __signed__ long long __s64;
^
In file included from /srv/.../include/asm/types.h:22:0,
from /srv/.../include/linux/types.h:4,
from /srv/.../include/linux/fs.h:11,
from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:28:25: note: previous declaration of '__s64' was here
typedef __signed__ long __s64;
^
In file included from mmc.h:20:0,
from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:30:42: error: conflicting types for '__u64'
__extension__ typedef unsigned long long __u64;
^
In file included from /srv/.../include/asm/types.h:22:0,
from /srv/.../include/linux/types.h:4,
from /srv/.../include/linux/fs.h:11,
from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:29:23: note: previous declaration of '__u64' was here
typedef unsigned long __u64;
^
Makefile:36: recipe for target 'mmc_cmds.o' failed
The patch was already sent upstream, no response yet.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-24 21:25:13 +02:00
Michael Heimpold
c68a3f94d4
Merge pull request #3227 from jefferyto/python-cryptography-1.5.1
...
python-cryptography: update to 1.5.1
2016-09-24 20:54:32 +02:00
Ted Hess
4da62bfbcf
Merge pull request #3210 from dangowrt/fix-x264-build
...
libx264: Fix x264 build (asm)
2016-09-24 14:22:51 -04:00
Jeffery To
4c93f60c85
python-cryptography: update to 1.5.1
...
Fixes #3226
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-25 01:43:25 +08:00
Jo-Philipp Wich
82a482e92a
Merge pull request #3220 from dangowrt/update-postgresql
...
postgresql: update to version 9.5.4 and major rework
2016-09-24 17:25:50 +02:00
Daniel Golle
63120640e6
postgresql: update to version 9.5.4 and major rework
...
* convert package build to use host-build for ecpg, pg_config and zic
* introduce /lib/functions/postgresql.sh to be used by packages
requiring a postgres database to exist as well as postgres' init
* no longer require shadow-su, patch pg_ctl to setuid() ifself instead
* auto-create database directory if there is enough free space
* auto-create databases configured in UCI
* remove some dead uci config options
* grab maintainership
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-23 20:03:05 +02:00
Peter Wagner
477f33612a
git: fix wrong md5sum
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-23 17:07:08 +02:00
Peter Wagner
10a906ffe8
irssi: update to 0.8.20
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-23 17:01:49 +02:00
Peter Wagner
df95e9a593
git: update to 2.10.0
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-23 16:59:18 +02:00
diizzyy
9622ec36dc
sipgrep: new package
...
Add sipgrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-23 12:44:54 +00:00
diizzyy
a23f5c3b61
sngrep: new package
...
Add sngrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-23 12:44:48 +00:00
Toke Høiland-Jørgensen
0e58b4a968
radsecproxy: Bump version to 1.6.8.
...
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-09-23 14:01:04 +02:00
Nuno Goncalves
4055641643
rtklib: fix repository and bump version ( fixes #3212 )
...
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-09-23 13:29:23 +02:00
Hirokazu MORIKAWA
6cb753511a
logrotate: configure without libacl
...
Issue:
https://github.com/openwrt/packages/issues/3191
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2016-09-23 17:37:09 +09:00
Daniel Golle
71160d214a
libx264: mark as broken on powerpc
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-23 00:45:36 +02:00
Daniel Golle
ab010288da
libx264: fix build on soft-float targets
...
--disable-asm isn't enough to disable building assembly code on ARM.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-23 00:31:23 +02:00
Michael Heimpold
f353950649
php7: adjust patch to unbreak build ( fixes #3202 )
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-22 19:38:10 +02:00
Hannu Nyman
2da7f031fa
Merge pull request #3207 from jefferyto/zope-interface-4.3.2
...
zope-interface: update to 4.3.2
2016-09-22 18:48:35 +03:00
Hannu Nyman
7906a17949
Merge pull request #3206 from jefferyto/python-pyopenssl-16.1.0
...
python-pyopenssl: update to 16.1.0
2016-09-22 18:48:15 +03:00
Hannu Nyman
416a4af034
Merge pull request #3208 from jefferyto/twisted-16.4.1
...
twisted: update to 16.4.1
2016-09-22 18:47:50 +03:00
Jeffery To
4f234e7641
twisted: update to 16.4.1
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-22 22:44:39 +08:00
Jeffery To
c1f3977980
zope-interface: update to 4.3.2
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-22 21:20:41 +08:00
Jeffery To
2089495165
python-pyopenssl: update to 16.1.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-22 20:44:35 +08:00
Hannu Nyman
e5307a8c4c
Merge pull request #3205 from jefferyto/python-cryptography-1.5
...
python-cryptography: update to 1.5
2016-09-22 15:35:59 +03:00
Jeffery To
de9aa513a5
python-cryptography: update to 1.5
...
The cmac patch was upstreamed (pyca/cryptography#3062 ).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-22 20:31:20 +08:00
Hannu Nyman
81a63c378d
Merge pull request #3204 from jefferyto/python-enum34-build-depends
...
python-enum34: add build dependency to python-setuptools
2016-09-22 14:57:02 +03:00
Jeffery To
4bf02e4ffa
python-enum34: add build dependency to python-setuptools
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-22 19:40:54 +08:00
Hannu Nyman
e77de68fbe
rng-tools: Add description, remove unused parameter
...
* Add description to both Makefile and init script that
mentions the default of /dev/urandom as the entropy source.
* Remove the deprecated interval parameter from init script.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-09-22 14:25:34 +03:00