Commit graph

12309 commits

Author SHA1 Message Date
Vadim Radovel
7bf98d8af1 lang/tcl: bring back package, update to 8.6.8, add host compile
Signed-off-by: Vadim Radovel <vadim@radovel.ru>
2018-10-18 19:24:21 +03:00
Michael Heimpold
32b413015c
Merge pull request #7212 from nxhack/bump_63_1
icu: update to 63.1
2018-10-18 17:45:37 +02:00
Jacob Siverskog
0138a8c35c mdnsresponder: bump to 878.70.2 and refresh patches
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2018-10-18 15:12:17 +02:00
Vladimir Ulrich
5e8132d859 zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-10-18 15:12:50 +03:00
Karl Palsson
8a11db3946 net/mosquitto: add CPE_ID
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-18 11:07:28 +00:00
Karl Palsson
2b50949287 libs/c-ares: finaly cpe id update.
Use the correct base 2.2 CPE id from
https://nvd.nist.gov/products/cpe/search instead of the old id.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-18 09:45:46 +00:00
Karl Palsson
9deeb53403 libs/c-ares: fix CPE id
Incorrectly copied from source document.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-18 09:00:41 +00:00
Jianhui Zhao
edd1c30fc5 rtty: update to 6.3.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-10-18 16:21:56 +08:00
Hirokazu MORIKAWA
1efccb1ea1 icu: update to 63.1
ICU 63 updates to CLDR 34 locale data with many additions and corrections,
and some new languages. ICU adds API for number and currency range formatting,
and API for additional Unicode properties and for constructing custom properties.
CLDR and ICU include data for testing readiness for the upcoming Japanese calendar era.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-10-18 16:59:15 +09:00
Rosen Penev
394ff73e53 patch: Add missing CVE-2018-6951 patch
The last commit added PKG_CPE_ID and now uscan detects a CVE that I missed

Reordered patches by date

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[tweaked commit message]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-10-18 08:41:32 +01:00
Gregory L. Dietsche
ed6c58b84d net/safe-search: new package
This package forces the use of Google and Bing safe search by default.
It does this by adding hosts files for dnsmasq to use. These hosts replace the
normal IP addresses for Google and Bing with addresses that force safe
search to be turned on all the time.

Google and Bing Safe Search are suitable for most businesses, schools, and
families who wish to block adult content. This package also offers
YouTube's restricted and 'restricted moderate' via a configuration
option. The reason that this is not enabled is that it is probably more
suitable for children rather than a wide audience.

This package is designed so that other services that offer safe search can be
added easily in the future.

For more information about safe search please visit these URLs:
- https://support.google.com/websearch/answer/186669
- https://help.bing.microsoft.com/#apex/18/en-US/10003/0
- https://support.google.com/a/answer/6212415

Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2018-10-18 10:12:18 +08:00
Karl Palsson
e5477e3dec lib/c-ares: add PKG_CPE_ID
bump package, but no functional changes

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-17 22:37:20 +00:00
Rosen Penev
9251f51084 net-snmp: update to 5.8
Disable PCRE process searching to avoid linking against libprce, which
would cause the build to fail due to a missing dependency. With the
--without-pcre switch, build fails due to an undefined reference, so do
it via CONFIGURE_VARS instead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[disable PCRE process searching]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-17 16:03:54 +02:00
Christian Lachner
6e309cd99e haproxy: Update all patches for HAProxy v1.8.14
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html)
- Raise PKG_RELEASE to 2

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-10-17 09:18:37 +02:00
Dirk Brenken
bcd482a194
Merge pull request #7206 from teslamint/chilli_ipv6
coova-chilli: honor CONFIG_IPv6 option
2018-10-17 08:16:20 +02:00
Dirk Brenken
be9344bd4d
Merge pull request #6886 from neheb/pycrypto
python-crypto: Fix two CVEs
2018-10-17 08:14:25 +02:00
Dirk Brenken
995f6e0e80
Merge pull request #7199 from Andy2244/samba4-fix_hostname
samba4: fix hostname if not defined via Dnsmasq
2018-10-17 08:13:17 +02:00
Rosen Penev
3683df2717 openobex: Update to 1.7.2
Add myself as maintainer.

Cosmetic Makefile fixes for consistency between projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-16 18:02:16 -07:00
Jaehoon You
a7b2eee228
coova-chilli: honor CONFIG_IPv6 option
This fixes #7120.

Signed-off-by: Jaehoon You <teslamint@gmail.com>
2018-10-17 08:36:59 +09:00
Michael Heimpold
797776a3b3 php7: update to 7.2.11
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-10-16 21:59:49 +02:00
Hans Dedecker
86b8d1946c perl: fix compilation with glibc 2.27
Remove dependency on glibc in 010-musl-compat patch as glibc does not
support _LIB_VERSION anymore in 2.27; see
https://sourceware.org/ml/libc-announce/2018/msg00000.html

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-10-16 11:45:12 +02:00
Kevin D-B
b2990b1586
Merge pull request #6756 from karlp/lsqlite-095-master
lua-lsqlite3: update to 0.9.5
2018-10-16 07:51:31 +01:00
Kevin D-B
d61a44141a
Merge pull request #6762 from neheb/lsof
lsof: Fix dead URL + cosmetic fixes
2018-10-16 07:50:17 +01:00
Kevin D-B
d7f02096b7
Merge pull request #5876 from fantom-x/nlbwmon_nice
net/nlbwmon: run with lower priority
2018-10-16 07:45:16 +01:00
Kevin D-B
f8638be659
Merge pull request #6716 from neheb/patch-26
file: Update to 5.34
2018-10-16 07:38:09 +01:00
Rosy Song
3efa45a67b exfat-nofuse: bump to git HEAD
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2018-10-16 10:01:44 +08:00
Ted Hess
cf2b81696e
Merge pull request #7182 from neheb/dark
darkstat: Remove libbsd dependency
2018-10-15 17:55:10 -04:00
Rosen Penev
5f41d05c71 darkstat: Remove libbsd dependency
darkstat includes its own strlcat and strlcpy, making the dependency
somewhat pointless.

Fixes compilation ever since glibc dependency on libbsd was removed.

Also removed std=gnu99 as it's not needed with GCC7.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-15 12:27:04 -07:00
Marko Ratkaj
6e9479fd9b
Merge pull request #6970 from cotequeiroz/squid_4.2
squid: update to version 4.3
2018-10-15 12:29:37 +02:00
Andy Walsh
409feb8ef6 samba4: fix hostname if not defined via Dnsmasq
* use kernel fs to get the hostname, drop domainname

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-10-15 10:28:01 +02:00
Rosen Penev
8d4b700597 libsearpc: Update to 3.1.0
Switch to codeload for simplicity. Rearranged Makefile a bit for consistency between Makefiles.

Removed version dependency for seafile-server to avoid breaking builds.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-14 18:20:07 -07:00
Dirk Brenken
111c2a58a5
Merge pull request #7122 from jonathanunderwood/stubby_uci
stubby: enable configuration through uci system
2018-10-14 19:48:43 +02:00
Jonathan G. Underwood
7b1f892504 stubby: add uci support to init file
This commit brings UCI support to the stubby package.

    o All options are documented in the README.md file.
    o The README.md file has been re-written to include a short usage
      manual.
    o The default configuration now includes more Cloudflare addresses.
    o The stubby service is (re)started using procd triggers from a
      specified interface with a configurable time delay.
    o Round robin use of upstream resolvers is now activated by
      default.
    o Client privacy is now activated by default.
    o Options are added for specifying the log level of the daemon and
      command line options passed to the stubby command.

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2018-10-14 18:39:53 +01:00
Dirk Brenken
46152310ba
Merge pull request #7142 from neheb/patch-9
rsyslog: Update to 8.38
2018-10-14 19:11:27 +02:00
Dirk Brenken
46a35a82c3
Merge pull request #6707 from guidosarducci/master-fixup-stubby
stubby: some fixes, cleanup, and improvements
2018-10-14 18:47:16 +02:00
Dirk Brenken
2359715b1d
Merge pull request #7065 from neheb/patch-40
simplejson: Update to 3.16
2018-10-14 18:35:17 +02:00
Kevin D-B
2f8f1d469b
Merge pull request #7172 from neheb/patch
patch: Fix CVE-2018-6952 and CVE-2018-1000156
2018-10-14 13:46:38 +01:00
Rosen Penev
35d83ff156 grilo-plugins: Update to 0.3.7
Version .8 no longer uses Autotools and will thus take a while to be
supported.

Silenced the build from warnings to help fix a bunch of -Wformat ones that
currently break the buildbots.

Explicitly disabled all plugins that are currently unused to save on build
time.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-13 21:15:51 -07:00
Rosen Penev
bffa9be004 libsoup: Update to 2.65.1
Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Added --disable-gtk-doc-html to fix parallel compilation.

Cleaned up and reorganized configure flags.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-13 21:10:03 -07:00
Peter Wagner
5837cc1038 glib2: Install glib binaries
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-10-13 12:30:14 +02:00
Rosen Penev
6f0ff25503 patch: Fix CVE-2018-6952 and CVE-2018-1000156
Patches taken from official git repository.

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Also adjusted Makefile to be more similar to other projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-12 14:27:25 -07:00
Dirk Brenken
7673d1e8c6
Merge pull request #6500 from neheb/patch-7
umurmur: Switch to tarball
2018-10-12 22:19:41 +02:00
Dirk Brenken
6cbf7d80e5
Merge pull request #7066 from neheb/proc
procps-ng: Update to 3.3.15
2018-10-12 22:12:31 +02:00
Dirk Brenken
0b3669af92
Merge pull request #7064 from neheb/patch-39
openpyxl: Update to 2.5.7
2018-10-12 22:11:57 +02:00
Dirk Brenken
64b144595f
Merge pull request #7062 from neheb/patch-37
gunicorn: Update to 19.9.0
2018-10-12 22:11:24 +02:00
Dirk Brenken
4d19775998
Merge pull request #7061 from neheb/patch-36
django: Update to 1.11.15
2018-10-12 22:10:50 +02:00
Dirk Brenken
c8ed2e1f20
Merge pull request #7060 from neheb/patch-35
django-constance: Update to 2.3.0
2018-10-12 22:10:07 +02:00
Dirk Brenken
c048c6401c
Merge pull request #7059 from neheb/patch-32
django-picklefield: Update to 1.1.0
2018-10-12 22:09:35 +02:00
Dirk Brenken
b60dd41e93
Merge pull request #7058 from neheb/patch-25
django-postoffice: Update to 3.1.0
2018-10-12 22:08:36 +02:00
Dirk Brenken
a3f49b926c
Merge pull request #7057 from neheb/patch-18
django-restframework: update to 3.8.2
2018-10-12 22:08:01 +02:00