Ian Leonard [Sat, 3 Sep 2016 18:15:49 +0000 (11:15 -0700)]
ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus use
Update ffmpeg to 2.8.8.
Adds HEVC, Opus, VC-1 and Vorbis to custom and minidlna profiles. This should
more closely match formats media being streamed on the local network via
DLNA/UPNP.
Removes raw aac, ac3 and h264 from minidlna profile. Most players expect
this content to come within a container (mkv, mov, mp4, mpegts, etc...),
so this was unnecessary for the profile's goals.
Remove libopus from being selected by the -custom's audio-dec profile, and as
a depend on -audio-dec. -audio-dec uses ffmpeg's internal Opus decoder, not
the external library.
Don't select specific parsers in libffmpeg-mini profile. The demuxers separate
streams from containers. Parsers break up the streams. These are not needed
for DLNA/UPNP. If a parser is needed, the ffmpeg configure script should grab
it.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Hannu Nyman [Sun, 25 Sep 2016 15:32:55 +0000 (18:32 +0300)]
Merge pull request #3211 from nxhack/configure_without_libacl
logrotate: configure without libacl
Michael Heimpold [Sat, 24 Sep 2016 19:01:24 +0000 (21:01 +0200)]
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>
Michael Heimpold [Sat, 24 Sep 2016 18:54:32 +0000 (20:54 +0200)]
Merge pull request #3227 from jefferyto/python-cryptography-1.5.1
python-cryptography: update to 1.5.1
Ted Hess [Sat, 24 Sep 2016 18:22:51 +0000 (14:22 -0400)]
Merge pull request #3210 from dangowrt/fix-x264-build
libx264: Fix x264 build (asm)
Jeffery To [Sat, 24 Sep 2016 17:43:25 +0000 (01:43 +0800)]
python-cryptography: update to 1.5.1
Fixes #3226
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jo-Philipp Wich [Sat, 24 Sep 2016 15:25:50 +0000 (17:25 +0200)]
Merge pull request #3220 from dangowrt/update-postgresql
postgresql: update to version 9.5.4 and major rework
Daniel Golle [Fri, 23 Sep 2016 14:41:49 +0000 (16:41 +0200)]
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>
Peter Wagner [Fri, 23 Sep 2016 15:07:08 +0000 (17:07 +0200)]
git: fix wrong md5sum
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Fri, 23 Sep 2016 15:01:49 +0000 (17:01 +0200)]
irssi: update to 0.8.20
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Fri, 23 Sep 2016 14:59:18 +0000 (16:59 +0200)]
git: update to 2.10.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
diizzyy [Fri, 23 Sep 2016 11:17:58 +0000 (13:17 +0200)]
sipgrep: new package
Add sipgrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
diizzyy [Fri, 23 Sep 2016 12:14:42 +0000 (14:14 +0200)]
sngrep: new package
Add sngrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Toke Høiland-Jørgensen [Fri, 23 Sep 2016 12:01:04 +0000 (14:01 +0200)]
radsecproxy: Bump version to 1.6.8.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Nuno Goncalves [Fri, 23 Sep 2016 11:29:23 +0000 (13:29 +0200)]
rtklib: fix repository and bump version (fixes #3212)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Hirokazu MORIKAWA [Fri, 23 Sep 2016 08:37:09 +0000 (17:37 +0900)]
logrotate: configure without libacl
Issue:
https://github.com/openwrt/packages/issues/3191
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Daniel Golle [Thu, 22 Sep 2016 22:45:36 +0000 (00:45 +0200)]
libx264: mark as broken on powerpc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 22 Sep 2016 22:23:24 +0000 (00:23 +0200)]
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>
Michael Heimpold [Thu, 22 Sep 2016 17:38:01 +0000 (19:38 +0200)]
php7: adjust patch to unbreak build (fixes #3202)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Thu, 22 Sep 2016 15:48:35 +0000 (18:48 +0300)]
Merge pull request #3207 from jefferyto/zope-interface-4.3.2
zope-interface: update to 4.3.2
Hannu Nyman [Thu, 22 Sep 2016 15:48:15 +0000 (18:48 +0300)]
Merge pull request #3206 from jefferyto/python-pyopenssl-16.1.0
python-pyopenssl: update to 16.1.0
Hannu Nyman [Thu, 22 Sep 2016 15:47:50 +0000 (18:47 +0300)]
Merge pull request #3208 from jefferyto/twisted-16.4.1
twisted: update to 16.4.1
Jeffery To [Thu, 22 Sep 2016 14:44:39 +0000 (22:44 +0800)]
twisted: update to 16.4.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 22 Sep 2016 13:20:41 +0000 (21:20 +0800)]
zope-interface: update to 4.3.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 22 Sep 2016 12:44:35 +0000 (20:44 +0800)]
python-pyopenssl: update to 16.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 22 Sep 2016 12:35:59 +0000 (15:35 +0300)]
Merge pull request #3205 from jefferyto/python-cryptography-1.5
python-cryptography: update to 1.5
Jeffery To [Thu, 22 Sep 2016 12:31:20 +0000 (20:31 +0800)]
python-cryptography: update to 1.5
The cmac patch was upstreamed (pyca/cryptography#3062).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 22 Sep 2016 11:57:02 +0000 (14:57 +0300)]
Merge pull request #3204 from jefferyto/python-enum34-build-depends
python-enum34: add build dependency to python-setuptools
Jeffery To [Thu, 22 Sep 2016 11:40:54 +0000 (19:40 +0800)]
python-enum34: add build dependency to python-setuptools
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 22 Sep 2016 11:25:34 +0000 (14:25 +0300)]
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>
Hannu Nyman [Thu, 22 Sep 2016 06:42:37 +0000 (09:42 +0300)]
Merge pull request #3152 from Borromini/master
unbound: enable pthreads, disable deprecated ciphers
Michael Heimpold [Wed, 21 Sep 2016 19:52:43 +0000 (21:52 +0200)]
php5: update to 5.6.26
This fixes the following CVEs:
- in intl: CVE-2016-7416
- in mysqlnd: CVE-2016-7412
- in phar: CVE-2016-7414
- in spl: CVE-2016-7417
- in standard: CVS-2016-7411
- in wddx: CVE-2016-7413, CVE-2016-7418
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 21 Sep 2016 19:48:33 +0000 (21:48 +0200)]
php7: update to 7.0.11
This fixes the following CVEs:
- in intl: CVE-2016-7416
- in mysqlnd: CVE-2016-7412
- in phar: CVE-2016-7414
- in spl: CVE-2016-7417
- in wddx: CVE-2016-7413, CVE-2016-7418
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 21 Sep 2016 19:47:08 +0000 (21:47 +0200)]
php7: package phar extension
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Wed, 21 Sep 2016 14:20:35 +0000 (17:20 +0300)]
Merge pull request #3201 from commodo/python-pip-disable-host
python: disable with-ensurepip option for host build
Alexandru Ardelean [Wed, 21 Sep 2016 13:44:02 +0000 (16:44 +0300)]
python: disable with-ensurepip option for host build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Wed, 21 Sep 2016 07:23:43 +0000 (10:23 +0300)]
Merge pull request #3141 from bobafetthotmail/patch-1
lftp: add zlib dependency
Hannu Nyman [Tue, 20 Sep 2016 20:33:26 +0000 (23:33 +0300)]
Merge pull request #3197 from jefferyto/python-cffi-1.8.3
python-cffi: update to 1.8.3
Jeffery To [Tue, 20 Sep 2016 20:20:36 +0000 (04:20 +0800)]
python-cffi: update to 1.8.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 20 Sep 2016 18:27:48 +0000 (21:27 +0300)]
Merge pull request #3196 from jefferyto/python-ipaddress-1.0.17
python-ipaddress: update to 1.0.17
Jeffery To [Tue, 20 Sep 2016 18:22:57 +0000 (02:22 +0800)]
python-ipaddress: update to 1.0.17
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 20 Sep 2016 18:05:21 +0000 (21:05 +0300)]
Merge pull request #3195 from KurdyMalloy/master
poco: update to 1.7.5
Hannu Nyman [Tue, 20 Sep 2016 17:53:30 +0000 (20:53 +0300)]
Merge pull request #3194 from jefferyto/python-ply-3.9
python-ply: update to 3.9
Jeffery To [Tue, 20 Sep 2016 17:44:19 +0000 (01:44 +0800)]
python-ply: update to 3.9
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jmjulien [Tue, 20 Sep 2016 17:39:45 +0000 (13:39 -0400)]
poco: update to 1.7.5
Update package to latest stable version (1.7.5)
Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
Hannu Nyman [Tue, 20 Sep 2016 17:33:57 +0000 (20:33 +0300)]
Merge pull request #3193 from jefferyto/python-attrs-16.2.0
python-attrs: update to 16.2.0
Jeffery To [Tue, 20 Sep 2016 17:19:13 +0000 (01:19 +0800)]
python-attrs: update to 16.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 20 Sep 2016 15:45:18 +0000 (18:45 +0300)]
gkermit: Fix download address
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 20 Sep 2016 13:05:24 +0000 (16:05 +0300)]
dhcp-forwarder: use Savannah download alias, remove conffiles indent
Minor tweaks to the new package:
* Use the SAVANNAH download alias
* Remove indentation from conffiles
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 20 Sep 2016 13:03:04 +0000 (16:03 +0300)]
Merge pull request #3064 from cottsay/dhcp-forwarder
dhcp-forwarder: New package
Hannu Nyman [Tue, 20 Sep 2016 12:38:00 +0000 (15:38 +0300)]
Merge pull request #3102 from clehner/ncdu
Update ncdu to 1.12
Hannu Nyman [Tue, 20 Sep 2016 12:30:28 +0000 (15:30 +0300)]
Merge pull request #3116 from nwf/upstream-gkermit
gkermit: add package
Peter Wagner [Mon, 19 Sep 2016 19:45:24 +0000 (21:45 +0200)]
glib2: update to 2.49.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Daniel Golle [Mon, 19 Sep 2016 17:10:36 +0000 (19:10 +0200)]
engine_pkcs11: update to release version 0.2.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:56:28 +0000 (18:56 +0200)]
libp11: update to release version 0.4.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:45:27 +0000 (18:45 +0200)]
ccid: update to version 1.4.24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:39:29 +0000 (18:39 +0200)]
opensc: update to release version 0.16.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:38:08 +0000 (18:38 +0200)]
pcsc-lite: update to version 1.8.18
Support for GnuK token is included in this release, remove patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 15:41:11 +0000 (17:41 +0200)]
netatalk: update to version 3.1.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 15:16:27 +0000 (17:16 +0200)]
lvm2: update to version 2.02.165
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 14:29:10 +0000 (16:29 +0200)]
btrfs-progs: update to version 4.7.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 14:05:15 +0000 (16:05 +0200)]
debootstrap: update to version 1.0.83
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:50:09 +0000 (18:50 +0200)]
toxcore: abandon package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Mon, 19 Sep 2016 12:49:41 +0000 (15:49 +0300)]
Merge pull request #3190 from commodo/python3-setuptools
python3-setuptools: upgrade to version 27.2.0
Hannu Nyman [Mon, 19 Sep 2016 12:49:14 +0000 (15:49 +0300)]
Merge pull request #3189 from commodo/python-setuptools
python-setuptools: upgrade to version 27.2.0
Alexandru Ardelean [Mon, 19 Sep 2016 12:44:42 +0000 (15:44 +0300)]
python3-setuptools: upgrade to version 27.2.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 19 Sep 2016 12:38:23 +0000 (15:38 +0300)]
python-setuptools: upgrade to version 27.2.0
It's a bit weird fixing a build error with an upgrade,
but it seems to work on my setup.
Hopefully, builbot agrees.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Mon, 19 Sep 2016 10:28:07 +0000 (13:28 +0300)]
Merge pull request #3186 from kuoruan/aria2
aria2: update to 1.27.1
Hsing-Wang Liao [Mon, 19 Sep 2016 01:40:35 +0000 (09:40 +0800)]
aria2: update to 1.27.1
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hannu Nyman [Mon, 19 Sep 2016 07:08:42 +0000 (10:08 +0300)]
Merge pull request #3188 from kissg1988/openpyxl
openpyxl: update to version 2.4.0
Hannu Nyman [Mon, 19 Sep 2016 07:08:07 +0000 (10:08 +0300)]
Merge pull request #3187 from ianchi/youtube-dl
youtube-dl: update version
Gergely Kiss [Mon, 19 Sep 2016 03:58:45 +0000 (05:58 +0200)]
openpyxl: update to version 2.4.0
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Adrian Panella [Mon, 19 Sep 2016 01:48:46 +0000 (20:48 -0500)]
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Hannu Nyman [Sun, 18 Sep 2016 16:54:13 +0000 (19:54 +0300)]
Merge pull request #3181 from MikePetullo/for-15.05-luasec
luasec: remove obsolete patches
Hannu Nyman [Sun, 18 Sep 2016 16:52:25 +0000 (19:52 +0300)]
Merge pull request #3171 from TobleMiner/ddns-do.de
ddns-scripts: Add do.de as ddns provider
Michael Heimpold [Sun, 18 Sep 2016 05:47:33 +0000 (07:47 +0200)]
Merge pull request #3122 from mhei/libidn-fix
libidn: update to 1.33
Merging after maintainer timeout.
Ted Hess [Fri, 16 Sep 2016 21:48:48 +0000 (17:48 -0400)]
Merge pull request #3092 from ascob/watchcat
watchcat: fix operation of mode 'always'
Tobias Schramm [Fri, 16 Sep 2016 21:08:00 +0000 (23:08 +0200)]
Add good and nochg answer
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
W. Michael Petullo [Fri, 16 Sep 2016 18:04:52 +0000 (14:04 -0400)]
luasec: remove obsolete patches
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Nikos Mavrogiannopoulos [Thu, 15 Sep 2016 15:22:51 +0000 (17:22 +0200)]
Merge pull request #3174 from Ham22/gnutls-trousers
gnutls: optionally disable tpm support
Ian Pozella [Thu, 1 Sep 2016 16:13:35 +0000 (17:13 +0100)]
gnutls: optionally disable tpm support
Add option that allows you to explicitly disable use of the tpm
otherwise if a tss stack such as trousers is found by gnutls build
system then it will use it which will cause a build failure when
PKCS11 support is not enabled.
Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
Tobias Schramm [Wed, 14 Sep 2016 17:35:47 +0000 (19:35 +0200)]
ddns-scripts: Add do.de as ddns provider
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
Hannu Nyman [Wed, 14 Sep 2016 13:07:12 +0000 (16:07 +0300)]
Merge pull request #3167 from MikePetullo/lighttpd
lighttpd: update to 1.4.41
Hannu Nyman [Wed, 14 Sep 2016 13:06:05 +0000 (16:06 +0300)]
Merge pull request #3168 from MikePetullo/openldap
openldap: update to 2.4.44
W. Michael Petullo [Wed, 14 Sep 2016 12:59:47 +0000 (08:59 -0400)]
lighttpd: update to 1.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 14 Sep 2016 13:02:39 +0000 (09:02 -0400)]
openldap: update to 2.4.44
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Wed, 14 Sep 2016 12:56:08 +0000 (15:56 +0300)]
Merge pull request #3163 from MikePetullo/luasec
luasec: update to 0.6
W. Michael Petullo [Wed, 14 Sep 2016 12:48:56 +0000 (08:48 -0400)]
luasec: update to 0.6
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Toke Høiland-Jørgensen [Wed, 14 Sep 2016 11:33:18 +0000 (13:33 +0200)]
flent-tools: Add package
This package installs a couple of helper programs for the Flent testing
tool. These are useful when running tests and gathering remote data from
an OpenWrt/LEDE router.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Hannu Nyman [Wed, 14 Sep 2016 08:32:31 +0000 (11:32 +0300)]
Merge pull request #3154 from jefferyto/slide-switch
slide-switch: new package
Hannu Nyman [Tue, 13 Sep 2016 19:35:27 +0000 (22:35 +0300)]
Merge pull request #3159 from commodo/python-setuptools
python-setuptools: upgrade to version 27.1.2
Hannu Nyman [Tue, 13 Sep 2016 19:34:19 +0000 (22:34 +0300)]
Merge pull request #3160 from commodo/python3-setuptools
python3-setuptools: upgrade to version 27.1.2
Alexandru Ardelean [Tue, 13 Sep 2016 12:47:26 +0000 (15:47 +0300)]
python-setuptools: upgrade to version 27.1.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 13 Sep 2016 12:52:37 +0000 (15:52 +0300)]
python3-setuptools: upgrade to version 27.1.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Tue, 13 Sep 2016 11:30:06 +0000 (14:30 +0300)]
Merge pull request #3158 from commodo/python3-upgrade
python3: upgrade to version 3.5.2
Hannu Nyman [Tue, 13 Sep 2016 11:24:55 +0000 (14:24 +0300)]
Merge pull request #3157 from commodo/python-upgrade
python: upgrade to version 2.7.12
Alexandru Ardelean [Tue, 13 Sep 2016 09:32:23 +0000 (12:32 +0300)]
python3: upgrade to version 3.5.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Tue, 13 Sep 2016 08:41:49 +0000 (11:41 +0300)]
Merge pull request #3155 from nxhack/logrotate-nonnull-compare
logrotate: Fix nonnull-compare compile error
Hirokazu MORIKAWA [Tue, 13 Sep 2016 08:31:54 +0000 (17:31 +0900)]
Fix nonnull-compare compile error
---
config.c: In function 'strndup':
config.c:87:10: error: nonnull argument 's' compared to NULL [-Werror=nonnull-compare]
if(!s)
^
cc1: all warnings being treated as errors
---
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Alexandru Ardelean [Tue, 13 Sep 2016 07:17:57 +0000 (10:17 +0300)]
python: upgrade to version 2.7.12
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>