Commit Graph

1329 Commits

Author SHA1 Message Date
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
Jo-Philipp Wich 1a2a65dd81 Merge pull request #3623 from p-wassi/oping_190
libs/liboping: update to 1.9.0
2017-01-20 10:11:59 +01:00
Jo-Philipp Wich dcb2407c89 loudmouth: fix autoconf errors
Do not override configure recipe and do not invoke upstream autogen.sh.
The shipped autogen.sh attempts to call "gtkdocize" which is no guaranteed
build prereq of LEDE or OpenWrt.

Also add a patch to disable the processing of documentation, tests and
examples as these resources rely on gtk-doc infrastructure which is not
available within LEDE or OpenWrt.

Example error for the bad autogen.sh invocation:

    ( cd .../loudmouth-1.5.3; ./autogen.sh )
    ./autogen.sh: 33: ./autogen.sh: gtkdocize: not found
    Makefile:73: recipe for target '.../.configured_yynyyyyn' failed

Example error for the lacking gtk-doc automake infrastructure:

    automake: error: cannot open < gtk-doc.make: No such file or directory
    autoreconf: .../host/bin/automake failed with exit status: 1
    [...]
    config.status: error: cannot find input file: `docs/reference/Makefile.in'
    Makefile:72: recipe for target '.../.configured_yynyn' failed

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-18 04:48:07 +01:00
p-wassi b85f3d20b7 libs/libcap: update to 2.25
Update libcap to upstream release 2.25
Since the libattr thing was dropped upstream in [1] it is also removed here.
Then, to overcome an issue in cross-compiling [2], set the Make parameter
according to [3].

Take maintainership of this package.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>

[1]:
http://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/commit/?id=85f38a573fc47472ab792e813b6f6b6f0b1df112

[2]:
libcap: progs/Makefile:30 executes the cross-compiled binary on the host

[3]:
libcap: Make.Rules: comment from lines 74-81
2017-01-18 11:20:27 +08:00
Luiz Angelo Daros de Luca 0a7fd329f1 libvpx: bump to 1.6.1
v1.6.1:
- Faster VP9 encoding and decoding
- Bug Fixes

Now the ABI_VERSION is derived from PKG_VERSION

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2017-01-17 19:21:31 -02:00