Commit graph

2194 commits

Author SHA1 Message Date
Rosen Penev
1cfb875aeb
Merge pull request #8494 from neheb/fcg
fcgi: Update to 2.4.2
2019-03-30 16:18:16 -07:00
Ted Hess
d256715454
Merge pull request #8542 from neheb/z
v4l-utils: Update to 1.16.5
2019-03-30 07:19:56 -04:00
Rosen Penev
b266b21306
v4l-utils: Update to 1.16.5
Add Alpine Linux patch that fixes a crash under Musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-30 01:18:43 -07:00
W. Michael Petullo
b36790d1d2 libdaq: update to 2.2.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-29 08:36:46 +00:00
Rosen Penev
19baab4651
Merge pull request #8225 from dddaniel/libcg
libcgroup: Added new package.
2019-03-28 13:45:29 -07:00
Josef Schlehofer
07bb451507
Merge pull request #8507 from ja-pa/czmq-fix
czmq: polishing of Makefile
2019-03-27 15:26:13 +01:00
Jan Pavlinec
d237ea7711
czmq: polishing of Makefile
Changes:
-Add URL
-Fix Description and Title
-Add ABI

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-27 15:03:03 +01:00
Jiri Slachta
0fa3ecd754
Merge pull request #8447 from micmac1/ssh2-181
libssh2 (master): version bump/ CVE fixes
2019-03-27 14:51:23 +01:00
Rosen Penev
d8a00bb62b
gnutls: Update to 3.6.7
Cleaned up configure arguments (alphabetized and sorted) and added some
new ones to help speed up compilation.

Disabled SSL support by default. SSLv2 and 3 have long been deprecated as
they are both insecure variants that currently hold less than 10% of total
encrypted traffic on the web.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-27 03:19:19 -07:00
Rosen Penev
3bcd25a372
fcgi: Update to 2.4.2
Removed most patches as they are no longer necessary for compilation.

Added some compiler and linker flags to reduce size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-26 13:23:11 -07:00
Hannu Nyman
82ead2596b
Merge pull request #8499 from ja-pa/measurement-kit-0.10.0
measurement-kit: update to version 0.10.0
2019-03-26 16:08:40 +02:00
Luiz Angelo Daros de Luca
5f52bd31d1 libcups: update to 2.2.11
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-03-25 18:52:18 -03:00
Jan Pavlinec
91df7be9bc
measurement-kit: update to version 0.10.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-25 17:20:51 +01:00
Rosen Penev
f4a24250df
libsigc++: Fix URL
Old URL is dead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-24 13:12:42 -07:00
Stuart B. Wilkins
b7f04aa6f6 yubico-pam: Initial checkin of makefile
Signed-off-by: Stuart B. Wilkins <stuwilkins@mac.com>
2019-03-22 15:34:48 +01:00
Stuart B. Wilkins
88c73e6867 libyubikey: Initial checkin of makefile
Signed-off-by: Stuart B. Wilkins <stuwilkins@mac.com>
2019-03-22 15:34:48 +01:00
Hannu Nyman
057524be06
Merge pull request #8438 from lucize/2passauth
libpam-google-authenticator: add package
2019-03-21 17:41:01 +02:00
Peter Wagner
d19533318e libsndfile: update to 2019-03-08
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-20 20:33:26 +01:00
Lucian Cristian
d2c030893a google-authenticator-libpam: add package
add pam 2 pass authentication support

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-03-19 14:30:49 +02:00
Sebastian Kemper
90d895697a libssh2: version bump/ CVE fixes
- CVE-2019-3855
  Possible integer overflow in transport read allows out-of-bounds write

- CVE-2019-3856
  Possible integer overflow in keyboard interactive handling allows
  out-of-bounds write

- CVE-2019-3857
  Possible integer overflow leading to zero-byte allocation and out-of-bounds
  write

- CVE-2019-3858
  Possible zero-byte allocation leading to an out-of-bounds read

- CVE-2019-3859
  Out-of-bounds reads with specially crafted payloads due to unchecked use of
  `_libssh2_packet_require` and `_libssh2_packet_requirev`

- CVE-2019-3860
  Out-of-bounds reads with specially crafted SFTP packets

- CVE-2019-3861
  Out-of-bounds reads with specially crafted SSH packets

- CVE-2019-3862
  Out-of-bounds memory comparison

- CVE-2019-3863
  Integer overflow in user authenicate keyboard interactive allows
  out-of-bounds writes

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-03-19 08:28:15 +01:00
Ted Hess
b6d6f519aa
Merge pull request #8418 from cotequeiroz/libv4l_no-bpf
libv4l: avoid libelf dependency
2019-03-17 07:37:19 -04:00
Hannu Nyman
d8e61d49da postgresql: Revert adding build dependency to zlib/host
Revert the addition of build dependency in commit 2d1694ff7
to a non-existent host build of zlib.

The host build of zlib was removed already in April 2018 by
8dcd941d8b (diff-1ed408c61d79f9c6c5d197333e94ce8d)
which made zlib a build tool defined in /tools

The newly introduced build dependency causes always a warning like:
   WARNING: Makefile 'package/feeds/packages/postgresql/Makefile'
   has a build dependency on 'zlib/host', which does not exist

Not sure what was the error that 2d1694ff7 tried to fix,
but reference to a non-existent host build is not the solution.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-03-17 10:33:25 +02:00
Hannu Nyman
4e68a7a1ae
Merge pull request #8415 from val-kulkov/libfreetype-package
libfreetype: update to v2.10.0
2019-03-16 07:59:00 +02:00
Eneas U de Queiroz
2ffac8ff5b
libv4l: avoid libelf dependency
Explicitly disable bpf support to avoid picking up libelf dependency.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-03-15 15:31:18 -03:00
Nikos Mavrogiannopoulos
7358f95e54
Merge pull request #8414 from ja-pa/libseccomp
libseccomp: update to version 2.4.0
2019-03-15 16:22:35 +01:00
Val Kulkov
5426737a5c libfreetype: update to v2.10.0
Update to the latest upstream version.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-03-15 11:03:10 -04:00
Jan Pavlinec
353f5f46e7
libseccomp: update to version 2.4.0
Changes:
add scmp_sys_resolver utility for syscall resolving

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-15 14:52:16 +01:00
Yousong Zhou
80c462b6a1 dtc: bump to version 1.5.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-03-15 05:42:38 +00:00
Hannu Nyman
b882f8c9b4
Merge pull request #8398 from ja-pa/czmq-4.2.0
czmq: update to version 4.2.0
2019-03-13 17:25:28 +02:00
Jan Pavlinec
5aa972d342
czmq: update to version 4.2.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-13 12:38:01 +01:00
Jan Pavlinec
7c14a1c031
measurement-kit: update to version 0.9.4
Added patches for fixing autogen script.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-11 20:06:49 +01:00
Hannu Nyman
abce403913
Merge pull request #8014 from ja-pa/czmq
czmq: add new package
2019-03-10 10:07:39 +02:00
Hannu Nyman
a152d9b875
Merge pull request #7967 from ja-pa/measurement-kit
measurement-kit: add new package
2019-03-10 10:01:41 +02:00
Hannu Nyman
abb9adf9ee
Merge pull request #8203 from neheb/libin
libinput: Add missing header to fix compilation
2019-03-10 09:52:15 +02:00
Rosen Penev
25f8cf0081 vips: Add Debian's reproducible build patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-07 16:13:38 +01:00
Daniel Golle
2d1694ff7c postgresql: add HOST_BUILD_DEPENDS:=zlib/host
spotted on buildbot trying postgresql/host build:
configure: error: zlib library not found

Fix this by adding zlib/host to HOST_BUILD_DEPENDS.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-07 13:06:26 +01:00
Daniel Golle
7831fb63bd libgabe: update to shared library version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-06 22:28:47 +01:00
Jo-Philipp Wich
82ef2ea8cc
Merge pull request #8341 from neheb/patch-6
libp11: Fix dependency breakage
2019-03-06 16:54:49 +01:00
Ted Hess
805a478555
Merge pull request #8060 from neheb/so
libsoup: Disable debug and introspection
2019-03-04 12:12:31 -05:00
Rosen Penev
da07a9eb7c
libp11: Fix dependency breakage
This requires a +.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-03 22:41:01 -08:00
Daniel Golle
27582a929d
Merge pull request #7868 from neheb/p11
libp11: Mandate ENGINE support
2019-03-04 04:18:20 +01:00
Daniel Golle
6709d9b82e libextractor: update to version 1.9
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 21:51:58 +01:00
Daniel Golle
fe6597dd76 postgresql: update to version 9.6.12
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 20:42:58 +01:00
Peter Wagner
720cc27bb2 libsndfile: fix PKG_MIRROR_HASH
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-02 11:59:58 +01:00
Peter Wagner
59482cd0ce libsndfile: update to 2019-02-26
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-26 20:55:14 +01:00
Jianhui Zhao
3db8424289 libuwsc: update to 3.2.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-02-25 13:54:50 +08:00
Yousong Zhou
a0172009fb pixman: bump to version 0.38.0
Release 0.37.0 was not actually released.  From the git log, there are
two functional changes about optimization by using float points directly

	Bump version to 0.38.0
	pixman: Use maximum precision for pixman-bits-image, v2.
	Implement floating point gradient computation, v2.
	build: Add meson files to EXTRA_DIST
	editorconfig: use tabs for Makefiles
	Merge remote-tracking branch 'origin/master'
	Post release version bump to 37.1
	gitlab-ci: Add meson build to pipeline test
	meson: Add a meson build system
	Add .editorconfig file
	Bump version to 0.36.0

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-18 03:40:09 +00:00
Ted Hess
4457c2ee3d
Merge pull request #8235 from mhei/fix-libupnp
libupnp: add large file defines to CFLAGS
2019-02-17 07:39:18 -05:00
Peter Wagner
939734634e libsndfile: update to 2019-02-07
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-17 12:43:03 +01:00
Michael Heimpold
ee6f540ca4 libupnp: add large file defines to CFLAGS
This fixes compilation with glibc and uClibc for the included
sample programs as reported by builtbots for e.g. arc target:

-snip-
In file included from ../../upnp/inc/upnp.h:402:0,
                 from common/sample_util.h:49,
                 from common/sample_util.c:42:
../../upnp/inc/FileInfo.h:22:2: error: #error libupnp uses large file support, so users must do that, too
 #error libupnp uses large file support, so users must do that, too
  ^~~~~
Makefile:577: recipe for target 'common/tv_ctrlpt-sample_util.o' failed
-snap-

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-02-16 22:19:05 +01:00