Commit graph

11917 commits

Author SHA1 Message Date
Dirk Brenken
bb4ea84cfe
Merge pull request #6904 from lucize/clamav-milter
clamav: enable clamav-milter
2018-09-03 16:00:28 +02:00
Ted Hess
27f9d875e7
Merge pull request #6944 from mhei/expat-docbook-hostbuild
expat: fix host build issue with docbook
2018-09-03 09:37:36 -04:00
Dirk Brenken
fd770a90d7
Merge pull request #6507 from kenkeys/spoofer-133
spoofer: add package
2018-09-03 15:20:36 +02:00
Dirk Brenken
38167a0ae8
Merge pull request #6632 from t-8ch/esniper_2.35
Esniper: update to 2.35
2018-09-03 15:16:06 +02:00
Michael Heimpold
76b915c249 expat: fix host build issue with docbook
Additionally to the fix issued for #6923, we need to disable the docbook
usage also for the host build. This prevents the following error:

checking for docbook2man... docbook2man
configure: error: Your local docbook2man was found to work with SGML rather
  than XML. Please install docbook2X and use variable DOCBOOK_TO_MAN to point
  configure to command docbook2x-man of docbook2X.
  Or use DOCBOOK_TO_MAN="xmlto man --skip-validation" if you have xmlto around.
  You can also configure using --without-docbook if you can do without a man
  page for xmlwf.

Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
2018-09-03 13:39:04 +02:00
Andy Walsh
da1d5de868 libtirpc: update to 1.1.4
* update to 1.1.4
* remove merged patch

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-03 10:06:54 +02:00
Hannu Nyman
a8108500dc
Merge pull request #6874 from neheb/clam
clamsmtp: Fix compile under musl
2018-09-03 09:27:19 +03:00
Stan Grishin
ccb5de4436 https-dns-proxy: new init script and config files
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-09-02 18:35:45 -07:00
Rosen Penev
1779f617e6 mailman: Adjust Makefile to be similar to other projects
Reorganization + HTTPS + CPE ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 15:07:28 -07:00
Rosen Penev
0476bbea20 mailman: Update to 2.1.29
Bug and Security fixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 15:07:22 -07:00
Rosen Penev
e3fd149ae2
p11-kit: Update to 0.23.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 14:50:54 -07:00
Michael Heimpold
5afeb3f9c8 php7: adjust load priority for openssl (fixes #6893)
This orders loading of openssl extension before extensions
which require openssl functions.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-09-02 21:44:41 +02:00
Michael Heimpold
d6a4595d4c
Merge pull request #6928 from Rixerx/master
php7: add bcmath module
2018-09-02 21:41:43 +02:00
Ansuel Smith
eb7d34261b
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-09-02 18:45:03 +02:00
Krystian Kozak
9cfca32347 php7: add bcmath module
Added bcmath module, which is required for some packages. For example it
is required for zabbix-server frontend

Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2018-09-02 14:19:27 +02:00
Rosen Penev
b5e6d2c784 mtr: Switch to official tarball and remove hackish patches (#6738)
Should properly report version now.

Cosmetic makefile changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 00:55:55 +01:00
Ted Hess
b2b44c9f3e libv4l: Upgrade to 1.14.2. Adding RDS and CEC components
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-01 15:18:28 -04:00
Ted Hess
b01d2c5a72
Merge pull request #6910 from neheb/patch-35
libupnp: Update to 1.6.25
2018-09-01 12:02:34 -04:00
Rosen Penev
1b93344924 libupnp: Update to 1.6.25
Added PKG_BUILD_PARALLEL for faster compilation.

Removed copyright line.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-01 08:31:20 -07:00
Dirk Brenken
c946221eab
Merge pull request #6922 from dibdot/adblock
adblock: update 3.5.5
2018-09-01 17:11:21 +02:00
Ted Hess
da55ed3f6a
Merge pull request #6777 from jqqqqqqqqqq/master
fish: add package fish shell
2018-09-01 10:22:53 -04:00
Ted Hess
a603a9a26a
Merge pull request #6919 from neheb/tdb
tdb: Remove libbsd dependency
2018-09-01 10:08:32 -04:00
Ted Hess
2871569b46
Merge pull request #6923 from Andy2244/expat-without-docbook
expat: disable docbook
2018-09-01 10:07:07 -04:00
Andy Walsh
6186f46d2e expat: disable docbook
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-01 14:16:16 +02:00
Andy Walsh
8040e8c9a6 samba4: update to 4.8.5
* update to 4.8.5
* enable aesni support for x86_64
* add 'unbundle libbsd' patch
* update smb.conf.template (disable spoolss)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-01 14:03:09 +02:00
Dirk Brenken
4987f066f9 adblock: update 3.5.5
* accept only ascii aka punycode chars in blocklists to prevent possible
dns backend warnings
* fix cornercase issues in json parsing (backend & frontend)
* slightly optimize tld compression performance
* refine logging
* use uci wrapper where possible
* change indentation from spaces to tabs (saves 8kb)
* add experimental youtube blocklist source

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-01 08:35:35 +02:00
Curtis Jiang
64920f50c0 fish: add package fish shell
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
2018-08-31 21:57:28 -04:00
Rosen Penev
33dc529e00 tdb: Remove libbsd dependency
libbsd gets picked up since it's no longer limited to glibc.

Patch identical to libtalloc one. Same codebase.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-31 16:48:35 -07:00
Ted Hess
67ff849bce
Merge pull request #6795 from MikePetullo/gst1-libav
gst1-libav: update to 1.14.2
2018-08-31 16:14:40 -04:00
Ted Hess
523bed69e9
Merge pull request #6794 from MikePetullo/gst1-plugins-bad
gst1-plugins-bad: update to 1.14.2
2018-08-31 16:13:22 -04:00
Ted Hess
b4297c5889
Merge pull request #6791 from MikePetullo/gst1-plugins-ugly
gst1-plugins-ugly: update to 1.14.2
2018-08-31 16:12:54 -04:00
Ted Hess
a7b0dd94ec
Merge pull request #6793 from MikePetullo/gst1-plugins-base
gst1-plugins-base: update to 1.14.2
2018-08-31 16:12:12 -04:00
Ted Hess
9926200049
Merge pull request #6792 from MikePetullo/gst1-plugins-good
gst1-plugins-good: update to 1.14.2
2018-08-31 16:11:45 -04:00
Ted Hess
69dadc4b11
Merge pull request #6797 from MikePetullo/gstreamer1
gstreamer1: update to 1.14.2
2018-08-31 16:10:23 -04:00
Ted Hess
2adc8366ad
Merge pull request #6856 from neheb/patch-25
less: Update to 530
2018-08-31 16:05:37 -04:00
Ted Hess
874f7f2d14
Merge pull request #6907 from thess/espeak-work
espeak: Fix build issues. Cleanup patches
2018-08-31 15:18:09 -04:00
Ted Hess
1ac6e16b6c
Merge pull request #6908 from thess/portaudio-work
portaudio: Update to 19060_20161030 stable release
2018-08-31 15:17:33 -04:00
Ted Hess
7a6c41977b
Merge pull request #6909 from neheb/patch-34
crelay: Update to 0.13
2018-08-31 15:15:00 -04:00
Ted Hess
160bf84ab9 README.md - update links to current docs pages
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-31 15:08:17 -04:00
Daniel Engberg
cfba4f0874 nfs-kernel-server: Switch to xz tarball
Switch to smaller xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-31 19:50:59 +02:00
Eneas U de Queiroz
98386d15f0 python-certifi: bump to 2018.8.24
This updates the CA bundle to Mozilla's current version.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-08-31 11:38:57 -03:00
Hannu Nyman
d0668b02fc
Merge pull request #6515 from ptpt52/mwan3
refine mwan3 link selection
2018-08-31 11:59:36 +03:00
Ted Hess
5f254b504d
Merge pull request #6917 from thess/socat-work
socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC
2018-08-30 15:26:45 -04:00
Ted Hess
8f56973564 socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-30 14:47:43 -04:00
Hannu Nyman
59acb420e4
Merge pull request #6897 from cshoredaniel/pr-nut-fixes
nut: A number of fixes and enhancements
2018-08-30 19:58:45 +03:00
Hannu Nyman
e8175de43c
Merge pull request #6911 from cotequeiroz/yunbridge_pkg-build-dir
yunbridge: fix PKG_BUILD_DIR
2018-08-30 17:27:51 +03:00
Eneas U de Queiroz
4b2805d433 yunbridge: fix PKG_BUILD_DIR
PKG_BUILD_DIR was set outside of BUILD_DIR.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-08-30 07:57:55 -03:00
Rosen Penev
deaa076357
crelay: Update to 0.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-29 13:33:46 -07:00
Lucian Cristian
032b486d59 postfix: increase start priority
on some slow system, postfix starts before network, delaying the init helps

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-08-29 21:15:55 +03:00
Ted Hess
53aa4049a6
Merge pull request #6898 from diizzyy/patch-11
lib/expat: Update to 2.2.6
2018-08-29 13:23:17 -04:00