Ted Hess
4da62bfbcf
Merge pull request #3210 from dangowrt/fix-x264-build
libx264: Fix x264 build (asm)
8 years ago
Jeffery To
4c93f60c85
python-cryptography: update to 1.5.1
Fixes #3226
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Jo-Philipp Wich
82a482e92a
Merge pull request #3220 from dangowrt/update-postgresql
postgresql: update to version 9.5.4 and major rework
8 years ago
Jo-Philipp Wich
a67e66c280
mwan3: remove bad local shell variable declarations
Local variable declarations outside of functions are illegal since the Busybox
update to v1.25.0, therfore remove them from the appropriate places.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago
Daniel Golle
63120640e6
postgresql: update to version 9.5.4 and major rework
* convert package build to use host-build for ecpg, pg_config and zic
* introduce /lib/functions/postgresql.sh to be used by packages
requiring a postgres database to exist as well as postgres' init
* no longer require shadow-su, patch pg_ctl to setuid() ifself instead
* auto-create database directory if there is enough free space
* auto-create databases configured in UCI
* remove some dead uci config options
* grab maintainership
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
Peter Wagner
477f33612a
git: fix wrong md5sum
Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years ago
Peter Wagner
10a906ffe8
irssi: update to 0.8.20
Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years ago
Peter Wagner
df95e9a593
git: update to 2.10.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years ago
diizzyy
9622ec36dc
sipgrep: new package
Add sipgrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 years ago
diizzyy
a23f5c3b61
sngrep: new package
Add sngrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 years ago
Toke Høiland-Jørgensen
0e58b4a968
radsecproxy: Bump version to 1.6.8.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years ago
Nuno Goncalves
4055641643
rtklib: fix repository and bump version ( fixes #3212 )
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years ago
Hirokazu MORIKAWA
6cb753511a
logrotate: configure without libacl
Issue:
https://github.com/openwrt/packages/issues/3191
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
8 years ago
Daniel Golle
71160d214a
libx264: mark as broken on powerpc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
Daniel Golle
ab010288da
libx264: fix build on soft-float targets
--disable-asm isn't enough to disable building assembly code on ARM.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
Michael Heimpold
f353950649
php7: adjust patch to unbreak build ( fixes #3202 )
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Hannu Nyman
2da7f031fa
Merge pull request #3207 from jefferyto/zope-interface-4.3.2
zope-interface: update to 4.3.2
8 years ago
Hannu Nyman
7906a17949
Merge pull request #3206 from jefferyto/python-pyopenssl-16.1.0
python-pyopenssl: update to 16.1.0
8 years ago
Hannu Nyman
416a4af034
Merge pull request #3208 from jefferyto/twisted-16.4.1
twisted: update to 16.4.1
8 years ago
Jeffery To
4f234e7641
twisted: update to 16.4.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Jeffery To
c1f3977980
zope-interface: update to 4.3.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Jeffery To
2089495165
python-pyopenssl: update to 16.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Hannu Nyman
e5307a8c4c
Merge pull request #3205 from jefferyto/python-cryptography-1.5
python-cryptography: update to 1.5
8 years ago
Jeffery To
de9aa513a5
python-cryptography: update to 1.5
The cmac patch was upstreamed (pyca/cryptography#3062 ).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Hannu Nyman
81a63c378d
Merge pull request #3204 from jefferyto/python-enum34-build-depends
python-enum34: add build dependency to python-setuptools
8 years ago
Jeffery To
4bf02e4ffa
python-enum34: add build dependency to python-setuptools
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Hannu Nyman
e77de68fbe
rng-tools: Add description, remove unused parameter
* Add description to both Makefile and init script that
mentions the default of /dev/urandom as the entropy source.
* Remove the deprecated interval parameter from init script.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years ago
Hannu Nyman
54e4a971f7
Merge pull request #3152 from Borromini/master
unbound: enable pthreads, disable deprecated ciphers
8 years ago
Michael Heimpold
7485e98e68
php5: update to 5.6.26
This fixes the following CVEs:
- in intl: CVE-2016-7416
- in mysqlnd: CVE-2016-7412
- in phar: CVE-2016-7414
- in spl: CVE-2016-7417
- in standard: CVS-2016-7411
- in wddx: CVE-2016-7413, CVE-2016-7418
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Michael Heimpold
5d063301ac
php7: update to 7.0.11
This fixes the following CVEs:
- in intl: CVE-2016-7416
- in mysqlnd: CVE-2016-7412
- in phar: CVE-2016-7414
- in spl: CVE-2016-7417
- in wddx: CVE-2016-7413, CVE-2016-7418
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Michael Heimpold
6d2d5a6a19
php7: package phar extension
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Daniel Dickinson
4d64a05350
mail/msmtp-scripts: Add queuing mta wrapper for msmtp
This commit adds the msmtp-scripts package from SourceForge, which
is a wrapper around msmtp that provides queueing, syslog or file logging,
and a basic SMTP (no auth) server.
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
9 years ago
Hannu Nyman
f71320e233
Merge pull request #3201 from commodo/python-pip-disable-host
python: disable with-ensurepip option for host build
8 years ago
Alexandru Ardelean
a4b0c0a9fb
python: disable with-ensurepip option for host build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Hannu Nyman
a1e02eba1f
Merge pull request #3141 from bobafetthotmail/patch-1
lftp: add zlib dependency
8 years ago
Hannu Nyman
4bb9646dde
Merge pull request #3197 from jefferyto/python-cffi-1.8.3
python-cffi: update to 1.8.3
8 years ago
Jeffery To
7c3f42d74c
python-cffi: update to 1.8.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Hannu Nyman
817e229212
Merge pull request #3196 from jefferyto/python-ipaddress-1.0.17
python-ipaddress: update to 1.0.17
8 years ago
Jeffery To
15495f22bb
python-ipaddress: update to 1.0.17
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Hannu Nyman
698f09cfa5
Merge pull request #3195 from KurdyMalloy/master
poco: update to 1.7.5
8 years ago
Hannu Nyman
56f7f6f8d3
Merge pull request #3194 from jefferyto/python-ply-3.9
python-ply: update to 3.9
8 years ago
Jeffery To
cabcd8e807
python-ply: update to 3.9
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
jmjulien
57e92300d6
poco: update to 1.7.5
Update package to latest stable version (1.7.5)
Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
8 years ago
Hannu Nyman
f152712104
Merge pull request #3193 from jefferyto/python-attrs-16.2.0
python-attrs: update to 16.2.0
8 years ago
Jeffery To
af92e141cd
python-attrs: update to 16.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years ago
Hannu Nyman
cc014f7407
gkermit: Fix download address
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years ago
Hannu Nyman
6e0c104208
dhcp-forwarder: use Savannah download alias, remove conffiles indent
Minor tweaks to the new package:
* Use the SAVANNAH download alias
* Remove indentation from conffiles
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years ago
Hannu Nyman
d0a1e529fa
Merge pull request #3064 from cottsay/dhcp-forwarder
dhcp-forwarder: New package
8 years ago
Hannu Nyman
e9888e482a
Merge pull request #3102 from clehner/ncdu
Update ncdu to 1.12
8 years ago
Hannu Nyman
6b9b7adeb0
Merge pull request #3116 from nwf/upstream-gkermit
gkermit: add package
8 years ago