Steven Barth
54606b19c1
Merge pull request #1320 from wongsyrone/patch-1
ethtool: add missing quotation mark in Makefile
10 years ago
Syrone Wong
c8a8bea8e3
ethtool: add missing quotation mark in Makefile
Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
10 years ago
Nikos Mavrogiannopoulos
f9f4ba7d1e
ocserv: use freeradius-client library if radius support is requested
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
f97dd00458
freeradius-client: added library
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Matthias Schiffer
17f428fca6
Merge pull request #1292 from ffainelli/ethtool
ethtool: Add option to enable/disable pretty-printing
10 years ago
Marko Ratkaj
fe3d554c6a
ulogd: add json plugin
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Steven Barth
8591add337
Merge pull request #1314 from commodo/python-2.7.10-upgrade
python: upgrade to 2.7.10
10 years ago
Florian Fainelli
165fb918a6
ethtool: Add option to enable/disable pretty-printing
With upstream commit
https://git.kernel.org/cgit/network/ethtool/ethtool.git/commit/?id=875616dfcbe57ea0f639a20d85fcbad2172ad744
there is now an option to produce a smaller ethtool build which will
disable pretty printing (Ethernet drivers, SFP diagnostics...) for
platforms that do not need it.
Hook a menu configuration option to control that option. Build size
differences on ar71xx:
With:
-rw-r--r-- 1 florian florian 79K mai 23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk
Without:
-rw-r--r-- 1 florian florian 23K mai 23 10:43
bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk
Signed-off-by: Florian Fainelli <florian@openwrt.org>
10 years ago
Peter Wagner
1710be8605
git: update to 2.4.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
10 years ago
Alexandru Ardelean
af89de58f5
python: upgrade to 2.7.10
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Jo-Philipp Wich
9e2788c96b
Merge pull request #1181 from ryzhovau/ipv6_opt
Optional IPv6 support
10 years ago
Luka Perkov
11a3e4c515
Merge pull request #1313 from remakeelectric/libev-new
libev: Import from management, with path fixes
10 years ago
Karl Palsson
67b39f8f9b
libev: Import from management, with path fixes
Imports the latest version from the management feed, and fixes the
install paths. All example code, and desktop linux expects and installs
libev's headers to /usr/include/<ev.h> not under a subdirectory.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
10 years ago
Etienne CHAMPETIER
9010339ec9
sqlite: update to 3.8.10.2
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Etienne CHAMPETIER
ea28ae05dc
zabbix: update to 2.4.5
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Etienne CHAMPETIER
46bdd1d60f
monit: update to 5.13
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Marcel Denia
824d02f28a
perl-www-curl: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
b2f92815c5
perl-html-parser: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
0db18acdd2
perl-dbi: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
0cf102a612
perl-compress-bzip2: Bump PKG_RELEASE
Recent changes in the perl package changed the ABI.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
3202055a46
perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
3c7528d2f4
perl: Pass _LARGEFILE_SOURCE and _FILE_OFFSET_BITS in cflags
Fixes broken largefile support.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
afb99d5a3d
perl: Remove duplicate "subversion" configuration symbol for armeb
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
e6874b54ab
perl-www: Remove unnecessary -n Configure switch
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
109ac2c383
perl: Enable threading in host-perl as well if threading is selected
While host-perl only exists to run build scripts(and thus, should have
no influence on built packages at all), most packages depend heavily on the
feature set of the perl installation that ran their configuration scripts.
This change makes them see that threading support is enabled(if it actually
is selected).
We can't use configuration symbol overrides for this one, as they are
visible to host-perl as well. Using overrides would make it act as if it
had threading support enabled without actually having it.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
3f7e3977a5
perl: Allow changing the default directory for perlmod/Compile
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
828800508d
perl: Add "-rdynamic" to LDDLFLAGS override in perlmod/Configure
perl would have done the same.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
9474e497c6
perl: Override cpprun configuration symbol
This will not change any existing packages' functionality. All packages
that used this symbol before during build(with it's value being "cc -E") most
likely would've failed compilation.
Note that this change is only in effect during build.
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
c6d65000d8
perl: Allow changing the default directory for perlmod/Configure
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Ted Hess
9589efa5bc
Merge pull request #1294 from mar-kolya/add-bridge-utils
Move bridge-utils from oldpackages
10 years ago
Steven Barth
1fac3a0c3a
Merge pull request #1307 from oneru/add-qrencode
libqrencode: This reverts some unwelcome changes and then fixes a typo in Makefile
10 years ago
Mislav Novakovic
387b3f751b
netdiscover: add package
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
10 years ago
Mislav Novakovic
235168192d
libnet: add package
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
10 years ago
Marko Ratkaj
669b44a50c
clamav: bump to 0.98.7
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Steven Barth
d2670b43f2
Merge pull request #1298 from chris5560/master
radicale: fixed hotplug and init script
10 years ago
Jonathan Bennett
f51adfc331
libqrencode: fix typo in makefile
Fix compile error due to autoconf
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
10 years ago
Jonathan Bennett
2c800f9519
Revert "qrencode: Fix build dependency (libpng)"
This commit was not made by the package maintainer and needs to be reverted.
This reverts commit 1e2cd3318b
.
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
10 years ago
Jonathan Bennett
402918835c
Revert "qrencode: Completely remove libpng dependency from package configure"
This commit was not made by the package maintainer and needs to be reverted.
This reverts commit 5989f6ca0b
.
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz.
10 years ago
Nikolay Martynov
4a343362da
bridge-utils: copy from oldpackages
* update Makefile accoring to CONTRIBUTING.md, set maintainer
* fix file offset handling
* use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
10 years ago
Mislav Novakovic
ccd9752fb6
freeradius2: add mirror for older releases
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
10 years ago
Nuno Goncalves
76f57ca7eb
sshtunnel: fixes validation bug with dynamic port forwarding.
Thanks to Avi Alkalay <avi@unix.sh>
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
10 years ago
Ted Hess
5989f6ca0b
qrencode: Completely remove libpng dependency from package configure
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Ted Hess
8ed74d14f9
Merge pull request #1302 from equinox0815/ntpd-enable-pps
ntpd: enable ATOM (PPS) support
10 years ago
Christian Pointner
80396166a8
ntpd: enable ATOM (PPS) support
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
10 years ago
Ted Hess
1e2cd3318b
qrencode: Fix build dependency (libpng)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Nuno Goncalves
2de5acd6bd
tcsh: update to 6.19.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
10 years ago
Christian Schoenebeck
65fb23d515
radicale: fixed hotplug and init script
* fixed hotplug script (not restarting on "ifup")
* fixed init script (not stopping in 1 second)
* fixed PKG_MAINTAINER string
* removing not needed comments in config file
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
10 years ago
Nicolas Thill
d8362b6d04
ipsec-tools: fix null dereference in racoon
* add a patch to fix a null pointer dereference in src/racoon/gssapi.c (CVE-2015-4047)
* refresh patches
* bumb release number
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nico
75d8f0924c
Merge pull request #1272 from ryzhovau/xz-utils-meta
xz: add xz-utils meta package
10 years ago
Ted Hess
56f7e852fb
Merge pull request #1266 from antonlacon/libopus-1.1.x
libopus: disable building unused features
10 years ago