1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
Commit Graph

1433 Commits

Author SHA1 Message Date
Peter Wagner
e63de7f7c4 glib2: update to 2.53.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-08-20 20:46:41 +02:00
Jiri Slachta
272f907135 tiff: update package to version 4.0.8
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-08-18 11:27:50 +02:00
Lucian Cristian
ac79483883 libcares: c-ares bump to 1.13.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-08-17 11:42:13 +00:00
Thomas Heil
806e116dbf pcre: upgrade to version 8.41
- fixes security issues

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-08-17 01:18:45 +02:00
Thomas Heil
79db9749ee apr: bump to version 1.6.2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-08-17 01:17:44 +02:00
Thomas Heil
5ce39d8c90 apr-util: bump to 1.6.0
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-08-17 01:16:57 +02:00
Daniel Golle
4cbd03a097 postgresql: update to version 9.6.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-08-14 17:27:30 +02:00
BangLang Huang
f06373a547 tdb: bump to latest version
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2017-08-14 10:31:13 +08:00
Peter Wagner
59d21da295 glib2: update to 2.53.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-08-13 22:19:07 +02:00
Ted Hess
dac2433316 libmms: Remove iconv dependency no longer needed.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-08-08 14:28:41 -04:00
Ted Hess
33dfd0db5a Merge pull request #4677 from diizzyy/patch-82
libs/faad2: Update to 2.8.1
2017-08-08 10:02:49 -04:00
Daniel Engberg
f47809da44 libs/faad2: Update to 2.8.1
* Switch back to upstream repo
* Follow the same configuration style as ffmpeg and mpg123 for using float vs
  fixed point codepaths.
* Remove unneeded cpp variables (musl provides C99 math library)

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-08-07 14:31:04 +02:00
Daniel Engberg
b9691eb34d libs/expat: Update to 2.2.3
Update (lib)expat to 2.2.3
Remove poor entropy hack, 2.2.3 uses /dev/urandom in worst case

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-08-07 05:03:19 +02:00
Daniel Golle
9a5e39ba7c Merge pull request #4180 from michael-dev/features/libpq-pkgconfig-files
postgresql: InstallDev pkg-config files for libpq
2017-08-01 17:01:00 +02:00
Michael Braun
3b82cf5419 postgresql: InstallDev pkg-config files for libpq
Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
2017-08-01 15:48:28 +02:00
Sebastian Kemper
6890d65ebd libs/speex and libs/speexdsp: fix configure params
- Remove ogg params from speex configure as it doesn't know about them.

- Remove --enable-sse=no from both speex and speexdsp. The configure
  scripts do actually not add items to our CFLAGS like previously
  assumed.

- When --disable-float-api is used VBR needs to be disabled as well, as
  VBR has not been implemented with fixed-point math in speex (yet). So
  add --disable-vbr when --disable-float-api is used.

- In speexdsp 1.2rc2 optimizations for NEON were added. Unfortunately
  the ASM does not work for 64bit ARM. So force NEON optimizations off
  when compiling for AARCH64.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-07-30 17:51:43 +02:00
Sebastian Kemper
57b8233b57 libs/speex: version bump and refactoring
- speexdsp has been broken out of the speex package by upstream. The
  released versions of both aren't aligned (speex is at 1.2.0, speexdsp
  at 1.2rc3). Break out speexdsp into its own Makefile accordingly.

- Don't disable VBR anymore as it has its applications (i.e. can be used
  with freeswitch-stable).

- Prevent build system from changing our CFLAGS (--enable-sse=no).

- Make integer mode depend on SOFT_FLOAT symbol so it doesn't get
  enabled on devices with FPUs.

- Use PKG_INSTALL and remove custom Build/Compile as there is no need
  for this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-07-30 10:08:59 +02:00
Hannu Nyman
78c7889c24 Merge pull request #4623 from ejurgensen/gperf_3.1
gperf: Update to 3.1
2017-07-25 09:46:10 +03:00
ejurgensen
b5af9e0ab2 gperf: Update to 3.1
The patch fixes a problem where an incorrect getline.h would get included
(not gperf's own which resides in ./lib)

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2017-07-24 23:23:00 +02:00
Ted Hess
dd0603a170 Merge pull request #4619 from diizzyy/patch-77
libs/expat: Fix poor entropy compilation error
2017-07-24 14:09:36 -04:00
Peter Wagner
40505a3bfb glib2: update to 2.53.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-07-24 12:17:16 +02:00
Daniel Engberg
12646b51eb libs/expat: Fix poor entropy compilation error
Add the same workaround as for the expat package in toolchain.
I'm not really sure what made it work for me earlier but this seems to fix it.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-23 23:26:48 +02:00
ejurgensen
d8ace1e59d mxml: Update URL and use PKG_HASH instead of PKG_MD5SUM
Compile tested

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2017-07-23 23:16:34 +02:00
Daniel Engberg
eb66f08055 libarchive: Update to 3.3.2
Update libarchive to 3.3.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-20 07:53:14 +02:00
Ted Hess
b8bc3fe3f5 expat: Use correct checksum, add myself as co-maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-07-17 09:39:22 -04:00
Ted Hess
ddce27c699 Merge pull request #4574 from diizzyy/patch-64
libs/opus: Update to 1.2.1
2017-07-16 14:06:52 -04:00
Ted Hess
3b91852b6e Merge pull request #4572 from diizzyy/patch-63
libs/expat: Update to 2.2.2
2017-07-16 13:53:10 -04:00
Daniel Engberg
9460b1b1c8 libs/expat: Update to 2.2.2
Update (lib)expat to 2.2.2

Fixes following CVEs: CVE-2017-9233 and CVE-2016-9063 (2.2.2)
Update homepage URL

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-15 08:52:56 +02:00
Daniel Engberg
f29ae0d629 libs/opus: Update to 1.2.1
Update (lib)opus to 1.2.1
Compile without floating point on NEON (ARM) capable hardware to enable
performance optimizations.

Discussion about this change:
https://github.com/openwrt/packages/pull/4574

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-12 22:54:54 +02:00
Hannu Nyman
67eba49a5c Merge pull request #4507 from diizzyy/patch-59
libs/libx264: Update to snapshot 20170623
2017-07-11 23:15:55 +03:00
Jo-Philipp Wich
4cafe3e5ae Merge pull request #4561 from wertarbyte/package_libnet
libnet-1.2.x: simplify build dep installation
2017-07-11 16:59:54 +02:00
Daniel Engberg
86a646428d libs/confuse: Update to 3.2
Update (lib)confuse to 3.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-11 09:34:43 +02:00
Stefan Tomanek
089b57687a libnet-1.2.x: simplify build dep installation
Install include files and libraries into a common place; this
makes compiling depending packages easier.

Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
2017-07-09 18:51:11 +02:00
Etienne Champetier
3bf89aab32 sqlite3: update to 3.19.3
fix possible database corruption
https://www.sqlite.org/releaselog/3_19_3.html

Signed-off-by: Etienne Champetier <echampetier@anevia.com>
2017-07-08 19:11:26 -07:00
Daniel Golle
5cc52f06aa unixodbc: fix cross-compile drivers
build odbc_config for host so drivers may use it to figure out build
details, patch odbc_config to return target specific values from
unixodbc_conf.h.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-08 12:44:20 +02:00
Daniel Golle
7d38c0a07e psqlodbc: build against staging libs
avoid accidentally picking paths on the host for pg_config and
odbc_config by supplying them as parameters to configure.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-08 12:44:20 +02:00
Daniel Golle
e80d4041cf
psqlodbc: add package
add official PostgreSQL ODBC driver

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-07 19:09:07 +02:00
Thomas Heil
f844f98f55 Merge pull request #4532 from dangowrt/auto-unixodbc
unixodbc: auto-generate odbcinst.ini
2017-07-07 17:14:44 +02:00
Florian Fainelli
a899a96f9e libnopoll: Fix clashes with sys/param.h and link with openssl
Some toolchains may automatically have sys/params.h which includes
isset() backport upstream commit
675ac7b4b64d398de8a61e9c713383b8c0d9071f to fix that. Also explicitly
link with openssl.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-07-02 20:51:17 -07:00
Michael Heimpold
c947329c64 libiio: add missing dependencies to avahi
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-07-02 23:34:34 +02:00
Daniel Golle
32989cc486
unixodbc: auto-generate odbcinst.ini
This allows ODBC drivers to create odbcinst.ini-snippets in
/etc/odbcinst.ini.d/ which will be assembled into
/tmp/etc/odbcinst.ini. /etc/odbcinst.ini is provided as a symlink
pointing to /tmp/etc/odbcinst.ini
Hence the unixODBC-provided PostgreSQL driver was also given an
odbcinst.ini.d snippet.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-02 20:47:26 +02:00
Daniel Golle
c709189de4
postgresql: allow populating required DB using script
Extend UCI mechanics to allow pre-populating a newly created
database by executing SQL statements from a scripts file.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-02 19:57:31 +02:00
Daniel Golle
04e71645c7 postgresql: update to version 9.6.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-01 18:13:23 +02:00
Michael Heimpold
cdf1bb3538 libiio: fix typo from previous commit
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-07-01 11:48:18 +02:00
Michael Heimpold
d2301d4865 libiio: make optional dependencies conditional
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-06-30 23:46:55 +02:00
Peter Wagner
92253cf028 glib2: update to 2.52.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-06-25 16:53:41 +02:00
Daniel Golle
66afa3c3ea postgresql: fix host build and correctly apply NLS
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-24 15:05:59 +02:00
Daniel Engberg
7a2ca2b89f libs/opus: Update to 1.2
Update (lib)opus to 1.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-06-24 13:51:46 +02:00
Daniel Engberg
4faeef52ea libs/libx264: Update to snapshot 20170623
Update libx264 to snapshot 20170623

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-06-24 13:46:18 +02:00
Michael Heimpold
dd76fb632b libiio: add missing dependency to libusb
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-06-24 00:03:21 +02:00
Daniel Golle
d0c3f8b967 postgresql: properly handle pg_config host build
pg_config needs to be build for each target which creates some
extra complications...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-23 20:58:34 +02:00
Michael Heimpold
5c8cbdccca libiio: add new package
libiio is a library for interfacing with Linux's Industrial Input/Output (IIO)
subsystem. The Linux IIO subsystem is intended to provide support for devices
that in some sense are analog to digital or digital to analog converters.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-06-22 23:49:30 +02:00
Daniel Golle
0cdb5d69d7 libudev-fbsd: select libevdev
select instead of depend on libevdev.

Reported-by: Michał Plebański <m.plebanski4@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-22 14:29:16 +02:00
Daniel Golle
c2d1bc7ae7 postgresql: set include path to fix building contribs
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-20 23:21:43 +02:00
Daniel Golle
d619064f8e postgresql: disable parallel build
It seems to break things (occasionally)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-20 22:19:38 +02:00
Hannu Nyman
b970e510e4 Merge pull request #4498 from lynxis/libmicrohttpd0.9.55
libmicrohttpd: update to version 0.9.55
2017-06-20 00:23:26 +03:00
Daniel Golle
e8568a4e67 libudev-fbsd: add stubs for usbip
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 20:49:40 +02:00
Daniel Golle
2135991f51 postgresql: fix build and improve packaging
* make sure contrib stuff gets built and installed
* refresh patches and improve Makefile while at it

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 20:49:40 +02:00
Alexander Couzens
c385070a3b
libmicrohttpd: update to version 0.9.55
Compile tested on ar71xx.
Runtime tested on ar71xx.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-06-19 19:15:58 +02:00
Florian Fainelli
85b33b9097 rxtx: Fix permissions and format
* Don't make the Makefile executable
* run dos2unix on the Makefile

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-18 20:08:26 -07:00
Daniel Golle
cd79492ae2 libinput: update to version 1.7.3 and use libudev-fbsd
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle
158e0922a1 libudev-fbsd: add package
This package provides a small udev shim originally intended for
FreeBSD/devd, but it works well for our non-systemd-environment as
well. It has limited features, but it's enough to detect and
enumerate input devices.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle
542eed567b libevdev: update to version 1.5.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle
cef04a5a25 libp11: update to version 0.4.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle
67dc427a7e glpk: update to version 4.62
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle
d9297dc5ce postgresql: update to version 9.4.12
Fixes CVE-2017-7484 and CVE-2017-7485.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle
9c6bb52d2c libowfat: update to version 0.31
now requires host-build to provide the 'ent' build-tool which generates
entities.h for use in scan_html.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Nikos Mavrogiannopoulos
3de228f3ad gnutls: updated to 3.5.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-06-18 13:25:26 +02:00
Nikos Mavrogiannopoulos
df1571f419 libtasn1: updated to 4.12
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-06-18 13:24:53 +02:00
Leonardo Medici
e1a20d6773 libgphoto2: fix configure args to disable libgd
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2017-06-18 12:14:52 +02:00
Hannu Nyman
b23a5435a6 Merge pull request #4429 from sdwalker/cleanup
packages: cleanup Makefile variables
2017-06-17 09:25:22 +03:00
W. Michael Petullo
f1918d8e6e openldap: update to 2.4.45
Fixes CVE-2017-9287

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-06-14 18:32:47 -04:00
Lukasz Baj
b945b3242f libplist: update to 2.0.0
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2017-06-13 15:15:26 +02:00
Peter Wagner
29a059d79f glib2: update to 2.52.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-06-12 20:32:26 +02:00
Hirokazu MORIKAWA
91439ec7f8 icu: Don't link icudata as a data only library
libicudata.so not build hard-float ABI

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-06-12 17:33:07 +09:00
Daniel Golle
3c820ff9ad libextractor: update to version 1.4
our local patches have been merged upstream and part of the new release

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-12 00:44:08 +02:00
Darik Horn
2e4f0aa862 libs/liblz4: update to v1.7.5
From the upstream NEWS file:

  v1.7.5
  lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
  lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
  cli : fix minor notification when using -r recursive mode
  API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280)
  doc : markdown version of man page, by Takayuki Matsuoka (#279)
  build : Makefile : fix make -jX lib+exe concurrency (#277)
  build : cmake : improvements by Michał Górny (#296)

  v1.7.4.2
  fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (#274, reported by Antoine Martin)

  v1.7.4
  Improved : much better speed in -mx32 mode
  cli : fix : Large file support in 32-bits mode on Mac OS-X
  fix : compilation on gcc 4.4 (#272), reported by Antoine Martin

  v1.7.3
  Changed : moved to versioning; package, cli and library have same version number
  Improved: Small decompression speed boost
  Improved: Small compression speed improvement on 64-bits systems
  Improved: Small compression ratio and speed improvement on small files
  Improved: Significant speed boost on ARMv6 and ARMv7
  Fix : better ratio on 64-bits big-endian targets
  Improved cmake build script, by Evan Nemerson
  New liblz4-dll project, by Przemyslaw Skibinki
  Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
  cli : new : --rm and --help commands
  cli : new : preserved file attributes, by Przemyslaw Skibinki
  cli : fix : crash on some invalid inputs
  cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
  cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243
  cli : bench : new : -r recursive mode
  lz4cat : can cat multiple files in a single command line (#184)
  Added : doc/lz4_manual.html, by Przemyslaw Skibinski
  Added : dictionary compression and frame decompression examples, by Nick Terrell
  Added : Debianization, by Evgeniy Polyakov

Signed-off-by: Darik Horn <dajhorn@vanadac.com>
2017-06-10 10:58:17 -04:00
Darik Horn
deaf668301 libs/liblz4: update PKG_SOURCE_URL
LZ4 moved to a Github organization.

Signed-off-by: Darik Horn <dajhorn@vanadac.com>
2017-06-10 10:57:03 -04:00
Hannu Nyman
bed8fc190b Merge pull request #4458 from fededim/master
Bugfix #1327
2017-06-08 21:50:21 +03:00
Federico Di Marco
d03e302afe neon: removed forced LFS support, the library automatically checks for off_t type length
davfs2: patched build error (#1327) when 'Compile with full language support' option was enabled

Signed-off-by: fededim@gmail.com
2017-06-07 23:21:38 +02:00
Leonardo Medici
c8f4201d90 libgphoto2: update package 2.5.14
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2017-06-06 20:17:55 +02:00
Hannu Nyman
7f2719b5c9 Merge pull request #4442 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.38
2017-06-06 09:50:44 +03:00
Florian Fainelli
c6f813df2b libplist: Explicitly link with zlib
Fixes build errors with external toolchains that don't automatically
append STAGING_DIR to the library search path:

/opt/toolchains/stbgcc-4.8-1.5/lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
warning: libz.so.1, needed by
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so,
not found (try using -rpath or -rpath-link)
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzopen64'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdirect'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzclose'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzwrite'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdopen'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzread'
collect2: error: ld returned 1 exit status
make[5]: *** [plistutil] Error 1
make[5]: Leaving directory
`/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/libplist-1.13/tools'

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 17:18:51 -07:00
W. Michael Petullo
0cd5602cbe libdmapsharing: update to 2.9.38
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-06-05 17:23:31 -04:00
Peter Wagner
9d4da9b172 alsa-lib: update to 1.1.4.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-06-05 21:32:21 +02:00
Florian Fainelli
657be0880b 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: 317c2469d9 ("libcanfestival: fix several small build process issues")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-04 19:48:46 -07:00
Hauke Mehrtens
aa7f25d795 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
2017-06-03 23:32:04 +02:00
Stephen Walker
b63a809213 packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2017-06-03 16:38:06 -04:00
champtar
52e04b2642 Merge pull request #4415 from diizzyy/patch-49
libs/sqlite3: Update to 3190200
2017-06-02 15:24:24 +02:00
Luka Perkov
31db48a506 Merge pull request #4405 from sartura/symlink-soversion-libnetconf2
libnetconf2: modify copy of .so files
2017-06-01 15:55:52 +02:00
Luka Perkov
a5d16f856c Merge pull request #4404 from sartura/symlink-soversion-libyang
libyang: modify copy of .so files
2017-06-01 15:55:17 +02:00
Luka Perkov
563772779d Merge pull request #4406 from sartura/symlink-soversion-libssh
libssh: modify copy of .so files
2017-06-01 15:54:28 +02:00
Daniel Engberg
339e0004de libs/sqlite3: Update to 3190200
Update sqlite to 3190200
Remove obsolete tarball hash variable

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-05-31 17:11:02 +02:00
Daniel Engberg
a7d6da9e82 libs/confuse: Update to 3.1
Update (lib)confuse to 3.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-05-31 17:09:13 +02:00
Peter Wagner
58218db2be alsa-lib: update urls
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-05-29 21:19:31 +02:00
Antonio Paunovic
263cb97add libssh: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
2017-05-29 12:08:51 +00:00
Antonio Paunovic
200d49d3de libyang: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
2017-05-29 12:05:25 +00:00
Antonio Paunovic
c45df05097 libnetconf2: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
2017-05-29 11:59:31 +00:00
Ted Hess
cf39348a73 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>
2017-05-28 12:59:43 -04:00
Hannu Nyman
b9b0bbd334 Merge pull request #4049 from hbl0307106015/master
libndpi: add new package
2017-05-24 09:17:06 +03:00
Peter Wagner
0164d6db57 alsa-lib: update to 1.1.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-05-24 02:32:38 +02:00
John Clark
0679ab9193 avro: Apache Avro C Library 1.8.2
Signed-off-by: John Clark <inindev@gmail.com>
Tested-by: John Clark <inindev@gmail.com>
2017-05-22 04:12:19 -04:00
Yousong Zhou
957ade65e7 udns: initial version 0.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-05-22 09:56:56 +08:00
Ted Hess
855150a8f9 faad2: Upgrade to lastest Debian patches, cleanup build procs
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-05-20 11:43:17 -04:00
Ted Hess
f2fbec99dc libmpdclient: Upgrade to 2.11
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-05-20 11:41:21 -04:00
Damiano Renfer
7b95cf0378 libs/libsodium: update to 1.0.12
* Update to 1.0.12
* Use PKG_HASH instead of PKG_MD5SUM
* Add libsodium github link in PKG_SOURCE_URL

Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2017-05-14 11:37:19 +02:00
Luka Perkov
529b00b5d4 libssh: switch from git to release download
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
2017-05-14 01:01:34 +02:00
Luka Perkov
fb180b587d Merge pull request #4355 from sartura/sysrepo_mirror_hash
Sysrepo mirror hash
2017-05-14 00:41:23 +02:00
Luka Perkov
f44dd8b06e libuv: bump to 1.11.0
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
2017-05-14 00:35:40 +02:00
Mislav Novakovic
1c2614c88f libnetconf2: add PKG_MIRROR_HASH
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-12 16:44:49 +02:00
Mislav Novakovic
b3f3a87e4a libyang: add PKG_MIRROR_HASH
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-12 16:44:49 +02:00
Mislav Novakovic
1337f5d204 add libnetconf2
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Mislav Novakovic
ad4fdb7dfc add libyang
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Mislav Novakovic
0faddbbb47 add libssh
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Hannu Nyman
bc80cd9f03 Merge pull request #4272 from val-kulkov/libfreetype-package
libfreetype: bump up to the latest version v.2.7.1
2017-05-08 11:39:34 +03:00
Nikos Mavrogiannopoulos
cc1128befa gnutls: updated to 3.5.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-05-08 05:39:15 +02:00
Karl Palsson
3aab07b0d6 libwebsockets: bump to 2.2.1
Changelog is
https://github.com/warmcat/libwebsockets/blob/v2.2.1/changelog

Since 2.0.3, the last version packaged, banner highlights are:

* mountains of work on lws being it's own webserver
* fixes apparently, but they don't get changelog entries.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-05-05 11:36:37 +00:00
Karl Palsson
56db76945e libcares: bump to 1.12.0
Full changelog available at:
https://c-ares.haxx.se/changelog.html#1_12_0

Mostly minor bugfixes and documentation improvements

Signed-off-by: Karl Palsson <karlp@etactica.com>
Signed-off-by: Karl Palsson <karlp@remake.is>
2017-05-05 11:36:37 +00:00
Jiri Slachta
fa91da9aeb tiff: update to version 4.0.7 with CVE fixes
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-04 14:15:34 +02:00
Per Sandström
37004c5061 protobuf: upgrade to version 3.3
Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
2017-05-02 20:30:04 +02:00
Michael Heimpold
88b1b51bcf Merge pull request #4276 from mhei/libcanfestival
libcanfestival: fix several small build process issues
2017-04-29 11:14:57 +02:00
Hannu Nyman
93e07a5126 Merge pull request #4298 from ClaymorePT/boost_1.64.0_r1
boost: Package Version Update -> 1.64.0
2017-04-27 13:25:23 +03:00
Carlos Miguel Ferreira
f32e2d1259
boost: Package Version Update -> 1.64.0
Maintainer: @ClaymorePT
Compile tested: Broadcom BCM2708
Run tested: None

Description:
 - New header-only library -> Process
   -> Process library by Klemens D. Morgenstern, that provides cross
        platorm ways to allows you to:
      - create child processes
      - setup streams for child processes
      - communicate with child processes through streams
          (synchronously or asynchronously)
      - wait for processes to exit (synchronously or asynchronously)
      - terminate processes

Information about the 1.64.0 release (updated libraries, bug fixes,
 etc), can be found here [1].

[1]: http://www.boost.org/users/history/version_1_64_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-04-27 10:48:17 +01:00
Ted Hess
906c6ec1b0 Merge pull request #4285 from hnyman/xmlrpc
xmlrpc-c: update to 1.39.12, download source as .tgz
2017-04-26 15:02:09 -04:00
Hannu Nyman
74a02e2f0b Merge pull request #4289 from Tiboris/jansson-update
jansson: Update to v2.10
2017-04-22 15:35:43 +03:00
Tibor Dudlák
3ba0c8d921 jansson: Update to v2.10
jansson in version 2.9 or later is required as dependency for jose

Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
2017-04-22 14:10:54 +02:00
Hannu Nyman
3cc4aeb545 xmlrpc-c: update to 1.39.12, download source as .tgz
* Update to version 1.39.12
* Download sources as a .tgz file

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-20 23:16:37 +03:00
Val Kulkov
68314d0e58 libgd: fix missing dependency, add build options
libgd fails to build due to missing dependency if the libtiff
package is selected. Fix the build issue and add two new
configuration options, both disabled by default:
1) enable TIFF support, and
2) enable Freetype 2.x support.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-04-19 21:51:18 -04:00
doclm
24c51d8fc7 libgphoto2: add package 2.5.13
Source: OpenWrt repo, rev 38415
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2017-04-19 21:52:08 +02:00
Hannu Nyman
ae74c02f64 Merge pull request #4214 from diizzyy/patch-42
libs/libgd: Update to 2.2.4
2017-04-19 11:25:54 +03:00
Michael Heimpold
74a9d5b4f7 libcanfestival: use http download instead of hg checkout
This was suggested by @hnyman because hg is not a prerequisite in
LEDE or Openwrt, so using that should be avoided, if possible.

The tricky part is that the filename is appended to the URL,
thus we construct/use an URL where the appended filename does not hurt.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-04-19 00:45:00 +02:00
Michael Heimpold
317c2469d9 libcanfestival: fix several small build process issues
This patch tries to address the following package issues:

- the upstream hg repository seems to contain some invalid timestamps,
  at least the following warning are generated during package compilation
  (only one example):

  emcy.c: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

  This can be fixed by touching all files after unpacking, thus tar is
  now given the -m switch.

- one or more LEDE buildbot(s) do not have hg tool installed and thus are not
  able to checkout the sources from upstream

  This patch populates PKG_MIRROR_HASH in the hope that the buildbot's first
  try is to download an already packed source tarball prior to checkout it out
  from upstream.

- While at packaging from upstream, use the common infrastructure, i.e. use
  a source date etc. This also results in tar.xz files and thus reduces the
  disk footprint a little bit.

- during compilation the follwing warning could be observed:

  cc1: note: someone does not honour copts correctly, passed 0 times

  To silent down these warning, patch the Makefiles and pass the expected
  option.

Important note: changes are only compile tested due to missing hardware at
hand.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-04-18 23:33:48 +02:00
Daniel Engberg
b37475417f libs/libgd: Update to 2.2.4
Update libgd to 2.2.4
Fixes multiple CVEs
Refresh patches
Update list according to:
https://svnweb.freebsd.org/ports/head/graphics/gd/pkg-plist?revision=432648&view=markup
...except helpers as it's not generated.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-04-17 20:39:01 +02:00
Hannu Nyman
294b60b099 Merge pull request #4266 from diizzyy/patch-45
libs/libpng: Add more symlinks
2017-04-17 20:40:52 +03:00
Hannu Nyman
25d2eadedb Merge pull request #4270 from nxhack/update_to_59_1
icu: bump to 59.1
2017-04-17 20:28:13 +03:00
Val Kulkov
d0e0f862af libfreetype: bump up to the latest version v.2.7.1
Update the freetype font library to v.2.7.1.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-04-17 13:23:29 -04:00
Daniel Engberg
84cd01ac89 libs/libpng: Add more symlinks
Sprinkle more symlinks for compatibility

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-04-17 08:37:11 +02:00
Florian Fainelli
af2c2745e9 libsoxr: Explicitly disable support for OpenMP
In case a toolchain supports OpenMP (e.g: external toolchains), just
disable support for it in libsoxr since cmake would detect that and
later we would fail to create the package because there is no libgomp
package being created.

In case OpenMP is desireable and this is supported by the toolchain, we
should introduce a specific option for that.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-16 19:57:34 -07:00
Hirokazu MORIKAWA
c0f01276b2 icu: bump to 59.1
Maintainer: me
Compile tested: ar71xx brcm2708, LEDE trunk r3972-aefa195
Run tested: NONE

Description:
upstream update to 59.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-04-17 09:47:25 +09:00
Hannu Nyman
4fc9ad981e Merge pull request #4219 from diizzyy/patch-43
libs/libpng: Update to 1.6.29
2017-04-12 18:33:46 +03:00
Florian Fainelli
1d9c683f3c Merge pull request #4226 from ffainelli/hiredis
hiredis: Fix __redis_strerror_r lvalue error
2017-04-04 12:16:54 -07:00
Peter Wagner
dd46a5fc1b libsndfile: update to 1.0.28
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-04-02 20:44:31 +02:00
Ted Hess
b7dae3c921 Merge pull request #4225 from ffainelli/x264
libx264: Blacklist all MIPS CPUs for assembly optimizations
2017-04-02 07:08:37 -04:00
Florian Fainelli
d9b6d1bbc8 pthsem: Add linux 4.x to supported platforms
Fixes the following build failures:

pth_mctx.c: In function '__pth_mctx_set':
pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version
and/or platform"
 #error "Unsupported Linux (g)libc version and/or platform"
  ^
Makefile:991: recipe for target 'pth_mctx.lo' failed

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-01 18:07:44 -07:00
Florian Fainelli
49ed5295b1 hiredis: Fix __redis_strerror_r lvalue error
Fixes the following build error:
hiredis.h:101:24: error: lvalue required as left operand of assignment
             buf[(len)] = '\0';

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-01 17:53:47 -07:00
Florian Fainelli
39b2c6f2f5 libx264: Blacklist all MIPS CPUs for assembly optimizations
None of the CPUs supported in OpenWrt/LEDE are MSA capable (requires
MIPS32r5/r6 for that) which would lead to this error during configure:

You specified a pre-MSA CPU in your CFLAGS.
If you really want to run on such a CPU, configure with --disable-asm.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-01 17:52:34 -07:00
Daniel Engberg
f24db23b8d libs/libpng: Update to 1.6.29
Update libpng to 1.6.29
Add patch to allow older versions of libtool

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-04-01 10:14:02 +02:00
Ted Hess
050e88ee87 avahi: Change avahi-utils dependency to allow stand-alone selection
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-03-28 16:29:55 -04:00
Denis Osvald
7982274860 libwebsockets: fix typos referencing package name
In commit f82287cf5c (treewide: use name in define and eval lines)
two typos were committed as result of replacing PKG_NAME macro with
actual package name.

Undo those typos here to make the affected variants installable.

Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2017-03-28 17:50:01 +02:00
Hannu Nyman
2fd495edd8 Merge pull request #4181 from yegorich/libsoc
libsoc: new package
2017-03-27 15:20:37 +03:00
Thomas Heil
db1a4ab49a [libs/pcre]: fix CVE-2017-7186
Fix CVE-2017-7186 mentioned in https://bugs.exim.org/show_bug.cgi?id=2052

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-03-27 10:03:16 +02:00
Vladimir Ulrich
ffbc82e849 [libs/fftw3] Updated to version 3.3.6-pl2
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-03-26 23:45:24 +03:00
Ted Hess
fb199062a6 Merge pull request #4163 from stintel/kodi
giflib: add host build
2017-03-25 17:21:12 -04:00
W. Michael Petullo
6298672ba9 loudmouth: patch to avoid libidn
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-03-24 19:19:25 -04:00
Daniel Engberg
4a2cf8ed79 libs/libarchive: Update to 3.3.1
Update libarchive to 3.3.1 and make use of PKG_HASH variable.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-23 10:46:05 +01:00
Yegor Yefremov
7b81966217 libsoc: new package
libsoc is a C library for interfacing with common SoC
peripherals through generic kernel interfaces. This
library is already part of Buildroot and OpenEmbedded.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2017-03-23 08:50:22 +01:00
Stijn Tintel
1381e528e0 giflib: add host build
This is required for Kodi's TexturePacker.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-18 15:27:17 +01:00
Stijn Tintel
f82287cf5c treewide: use name in define and eval lines
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.

I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.

This makes all packages consistent with both LEDE and OpenWrt base
repositories.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-08 21:15:20 +01:00
Lucian Cristian
2f37e5f4f9 libs: add musl fts implementation
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-06 13:04:26 +02:00
Peter Wagner
6d218d4918 glib2: update to 2.50.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-03 17:27:33 +01:00
Ted Hess
2b6a84ff65 Merge pull request #4080 from antonlacon/libflac-1.3.x
libflac: update to 1.3.2, refresh patches
2017-03-01 14:47:25 -05:00
Carlos Miguel Ferreira
f95a1300f7
Revert "boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes"
This reverts commit 21091fa0ac.
2017-03-01 12:48:54 +00:00
champtar
9cca5b718b Merge pull request #4079 from antonlacon/sqlite3-3.17.x
sqlite: update to 3.17.0
2017-02-28 16:59:59 -08:00
Hannu Nyman
068c12f108 Merge pull request #4065 from ClaymorePT/boost_1.63_r3
boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes
2017-02-26 20:23:06 +02:00
Hirokazu MORIKAWA
4abf8f4ae3 icu: Added icu-config installation to InstallDev
Maintainer: me
Compile tested: ar71xx, mips_24kc_gcc-6.3.0_musl, LEDE trunk r3576-ea24d87
Run tested: NONE

Description:
"php7-mod-intl" build fail, because of lacking icu-config.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-24 17:31:24 +09:00
Carlos Miguel Ferreira
21091fa0ac
boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes
Update:
 - Python 3.6 support fixed. It is now correctly compiled and available.

Fixes:
 - disabled context and fiber for unsupported targets

There are several architectures which are not supported by context nor
 fiber. Because of this, Boost build was failing targets. This created the
 situation where the other boost libs were not being built and consequently,
 becoming unavailable  at the OpenWRT/LEDE repositories.
To solve this issue, it was necessary to disabled fiber and context for
 the incompatible targets.

Boost.Fiber is disabled for:
 -> ar7, rb532, brcm63xx.smp, brcm63xx, brcm47xx, brcm47xx.legacy, brcm2708,
    au1000, ath25, adm8668 and adm5120.

Boost.Context is disabled for:
 -> avr32, octeon and netlogic.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-02-24 00:08:33 +00:00
Carlos Miguel Ferreira
2a30298bd1
boost: 1.63 Revision 2 - Fixed Regression
This commit fixes an existent regression in boost 1.63 [1].
The regression appears when libc is used for the toolchain.

[1] -  https://svn.boost.org/trac/boost/ticket/11756

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-02-21 17:33:43 +00:00
BangLang Huang
af58a42344 libndpi: add new package
nDPI is an open source LGPLv3 library for deep-packet inspection. Based
on OpenDPI it includes ntop extensions. It had been tried to push the
source code into the OpenDPI source tree but nobody answered emails
so the ntop team had decided to create their own source tree.

github site: https://github.com/ntop/nDPI
official site: http://www.ntop.org/

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2017-02-21 14:49:50 +08:00
Ian Leonard
c19a342825 sqlite: update to 3.17.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2017-02-19 16:06:02 -08:00
Ian Leonard
32e6240b5c libflac: update to 1.3.2, refresh patches
No mention of sigemptyset seen in source code; dropped patch

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2017-02-19 16:05:25 -08:00
Ted Hess
2f4bad8f3c Merge pull request #4002 from InBetweenNames/pcre2
pcre2: Introduce PCRE2 library into repo for fish
2017-02-17 21:39:23 -05:00
Shane Peelar
7977564b97 pcre2: Introduce PCRE2 library into repo for fish
Need PCRE2 library for the fish shell.  Took existing pcre makefile
as a base to build pcre2, supporting 8, 16, and 32 bit characters with
different install targets for each.

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-02-17 17:20:00 -05:00
Hirokazu MORIKAWA
dd7c14081b icu: support OpenWrt trunk host-build.mk issue
Maintainer: me
Compile tested: ar71xx, mips_34kc_gcc-5.3.0_musl, OpenWrt trunk 50104
                ar71xx, mips_24kc_gcc-5.4.0_musl, LEDE trunk r3503-a112435
Run tested: NONE

Description:
openwrt buildbot report build fail

```
./runConfigureICU CC="gcc" CFLAGS="-O2 -I/home/builder/trunk/openwrt/staging_dir/host/include -I/home/builder/trunk/openwrt/staging_dir/host/usr/include -I/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/include" CPPFLAGS="-I/home/builder/trunk/openwrt/staging_dir/host/include -I/home/builder/trunk/openwrt/staging_dir/host/usr/include -I/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/include" LDFLAGS="-L/home/builder/trunk/openwrt/staging_dir/host/lib -L/home/builder/trunk/openwrt/staging_dir/host/usr/lib -L/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/lib" SHELL="/usr/bin/env bash" Linux/gcc CC="gcc" CXX="g++" --disable-debug --enable-release --enable-shared --enable-static --enable-draft --enable-renaming --disable-tracing --disable-extras --enable-dyload --prefix=/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host ; fi )
runConfigureICU: unrecognized platform "CC=gcc" (use --help for help)
```

"host-build.mk" is differs between OpenWrt and LEDE.

https://github.com/openwrt/packages/pull/3993

83b6bfc235

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-16 11:43:21 +09:00
Hannu Nyman
f20e7ec2ea Merge pull request #4001 from kissg1988/seafile
seafile: update to version 6.0.7
2017-02-14 09:27:37 +02:00
Gergely Kiss
1534aca7f2 seafile: update to version 6.0.7
Update several dependencies, as well:

* django-compressor -> 2.1.1
* django-constance -> 1.3.4
* django-restframework -> 3.5.4
* django-statici18n -> 1.3.0
* django -> 1.8.17
* openpyxl -> 2.4.2
* python-dateutil -> 2.6.0
* python-urllib3 -> 1.20

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-02-13 22:03:14 +01:00
Hannu Nyman
287dea393d Merge pull request #3997 from eduardoabinader/check_use_sha256
check: use sha256 checksum
2017-02-13 17:20:46 +02:00
Eduardo Abinader
ba9e8e9d37 check: use sha256 checksum
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2017-02-13 16:12:55 +01:00
Hannu Nyman
5c8bea8d7e Merge pull request #3995 from nxhack/use_NOCACHE
icu: fix  fail situation of CONFIG_CCACHE=y
2017-02-13 12:49:13 +02:00
Hirokazu MORIKAWA
1afed3f13a icu: fix fail situation of CONFIG_CCACHE=y
Maintainer: me
Compile tested: brcm2708 ,aarch64_cortex-a53+neon-vfpv4_musl, LEDE head r3426-4c09f99
Run tested: NONE

Description:
buildbots fail situation of CONFIG_CCACHE=y

`Running ./configure  CC=ccache gcc CXX=ccache g++ ....`

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-13 19:42:01 +09:00
Hannu Nyman
ebcce1defa Merge pull request #3238 from eduardoabinader/bump_libcheck
check: bump to 0.11.0
2017-02-13 12:16:48 +02:00
Eduardo Abinader
2c543903ac check: changing Maintainer
As agreed on https://github.com/openwrt/packages/pull/3238

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2017-02-13 10:53:12 +01:00
Eduardo Abinader
d53d85655b check: bump to 0.11.0
updated new package url and solved some issues:
https://github.com/libcheck/check/releases/tag/0.11.0

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2017-02-13 10:51:13 +01:00
Hirokazu MORIKAWA
a406800bc9 icu: specify cross compile variables
Maintainer: me
Compile tested: brcm2708
                aarch64_cortex-a53+neon-vfpv4_musl
                LEDE head r3426-4c09f99
Run tested: NONE

Description:
buildbots fail on link ARM object.

   error: xxxxxx.o uses VFP register arguments,

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-13 14:43:12 +09:00
Nikos Mavrogiannopoulos
278c5c1f1d gnutls: updated to 3.5.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-02-12 11:26:56 +01:00
Hannu Nyman
25c9eb19b8 Merge pull request #3975 from persandstrom/master
Protobuf: Upgrade to version 3.1
2017-02-11 14:56:16 +02:00
Per Sandström
adc1964575 Protobuf: Upgrade to version 3.1
Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
2017-02-11 13:13:48 +01:00
Hannu Nyman
c7a57e4454 Merge pull request #3872 from jow-/loudmouth-fix-autoreconf
loudmouth: fix autoconf errors
2017-02-10 18:14:06 +02:00
Hirokazu MORIKAWA
9a1b666cf7 icu: move necessary files to STAGING_DIR_HOSTPKG
Maintainer: me
Compile tested: ar71xx mips_24kc_musl LEDE r3346-9eacb9d
Run tested: NONE

Description:
buildbots fail at accessing files under HOST_BUILD_DIR.

http://downloads.lede-project.org/snapshots/faillogs/mips_24kc/packages/icu/compile.txt

Move necessary files to STAGING_DIR_HOSTPKG.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-10 16:28:51 +09:00
Nikos Mavrogiannopoulos
14f9bff47d Merge pull request #3965 from diizzyy/patch-33
libs/gnutls: Don't link libidn unintentionally
2017-02-08 09:37:51 +01:00
Ted Hess
502b5ef2a6 Merge pull request #3951 from antonlacon/libopus-1.1.x
opus: update to 1.1.4 for CVE-2017-0381
2017-02-06 18:45:04 -05:00
Daniel Engberg
c7c951eada libs/gnutls: Don't link libidn unintentionally
Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-02-07 00:23:09 +01:00
Hannu Nyman
9191912e70 Merge pull request #3925 from kdarbyshirebryant/fixlibidn
libidn: install libidn.pc in staging area & refresh patches
2017-02-05 10:50:24 +02:00
Kevin Darbyshire-Bryant
3829dbdaaa libidn: install libidn.pc in staging area & refresh patches
libidn.pc file was missing in package staging area causing build
failures for other packages expecting to find libidn package config
files.

refreshed patches to clear existing patch fuzz

take over maintainership

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-02-05 08:47:09 +00:00
Ian Leonard
c94ab7d08f opus: update to 1.1.4
Includes fix for CVE 2017-0381.

Assume maintainership.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2017-02-04 16:17:26 -08:00
Daniel Engberg
c2a7124523 lib/confuse: Update to 3.0
Update (lib)confuse to 3.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-02-04 15:39:10 +01:00
Vladimir Ulrich
2e02fddc91 [libs/fftw3] Updated to version 3.3.6-pl1
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-01-31 01:40:14 +03:00
Luiz Angelo Daros de Luca
5e36b05d46 Merge pull request #3867 from luizluca/libvpx-1.6.1
libvpx: bump to 1.6.1
2017-01-25 18:02:53 -02:00
Matthias Schiffer
759cbf3c44
libgd: remove unused LIBPNG12_CONFIG definition
While fixing up some incorrect STAGING_DIR_HOSTPKG uses I introduced, I
noticed that the LIBPNG12_CONFIG variable is not used by libgd anymore (it
is called LIBPNG_CONFIG now).

As the build runs fine without setting LIBPNG_CONFIG, let's just remove the
unused line.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-24 12:45:45 +01:00
Mirko Vogt
285298dc5f freetype: bump to version 2.7 2017-01-23 11:19:03 +01:00
heil
7c374fa372 package: pcre bump to version 8.40
Signed-off-by: heil <heil@terminal-consulting.de>
2017-01-22 21:09:54 +01:00