Ian Leonard
1aff45c6dd
ntpd: add SPDX license information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ian Leonard
ebafabcb6e
libtheora: add SPDX license information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Michael Heimpold
4281b37484
libxml2: fix compilation on archlinux and gentoo
Compilation of libxml2 on some distributions is problematic (at least
archlinux) for OpenWrt. This commit fixes the issue. Issue is caused
because configuration for some reason does not find gzopen from zlib.
This patch issues linker to include zlib anyway, if host system doesn't
have this issue, it is not a problem as linker should not link libs
twice anyway.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
[ Slightly modified commit message ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Ted Hess
a42baee588
libgstreamer1: install plugin scanner
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Steven Barth
9f7ec5c8d7
libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
393929eb4b
Merge pull request #550 from pfzim/master
fdm, tdb, nail: new packages added
10 years ago
Álvaro Fernández Rojas
ee24bbfeb4
pciutils: update to 3.3.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
39947d1f70
libftdi1: update to 1.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Ted Hess
91cece237f
Merge pull request #559 from thess/gst1-updates
gstreamer1: Fix build dependencies - create meta packages as needed
10 years ago
Ian Leonard
77a1e5cc46
lftp: add PKG_LICENSE SPDX information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ian Leonard
ac7cd4c6e6
misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ian Leonard
526cd2f6b5
CONTRIBUTING.md: typo in PKG_LICENSE_FILES
Per r33861, it should be PKG_LICENSE and PKG_LICENSE_FILES used for licensing information.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ian Leonard
34c7b6708a
icecast: add SPDX license info per homepage
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ted Hess
b80fe2edbc
Revert "avahi: Add sftp service"
This reverts commit 49c7e701bc
.
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Dmitry V. Zimin
2b305a0317
nail: fixed version
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
10 years ago
Steven Barth
79592842d5
Merge pull request #560 from Frieds-Technology/master
protobuf: Fixed protobuf host installation
10 years ago
Martijn Zilverschoon
91f8f8b097
protobuf: Fixed protobuf host installation
Fixed the host install, because some packages need the host binary to build properly
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
10 years ago
Ted Hess
49c7e701bc
avahi: Add sftp service
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Michael Heimpold
bb5d39cc98
ntpd: fix a small typo in the default description
Reported by amanual on IRC, thanks.
While at, update copyright timestamp.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Ted Hess
68e213a4e2
gstreamer1: Fix build dependencies - create meta packages as needed
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Steven Barth
258f914c4a
Merge pull request #555 from rpi-openwrt/master
dbus host building
10 years ago
Michael Heimpold
f59153fa05
Merge pull request #554 from jslachta/libxml2-host
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Oskari Rauta
b76f2aa546
dbus host building
Enable dbus host building ( some packages on other feed(s) need dbus on
host side, since packages need to be compiled natively before cross
compiling)
10 years ago
Jonas Gorski
1197194832
znc: link to libstdc++ to fix performance issues on channel join
ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++
uses a naive linked-list implementation with horrible performance, which
can cause joins to take a few minutes on popular channels.
Therefore Switch to libstdc++ which uses a much more performant hashmap.
ZNC by itself is already rather large, so the added footprint of
libstd++ vs uclibc++ does not matter that much anyway.
Should fix #11778 .
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
10 years ago
Jiri Slachta
4b3cf1a604
libxml2: add host compile
Several packages may depend on host compiled packages during
the build time (such as the new LTS versions of telephony packages).
This commit adds an option to use the libxml2 to be built as
a host package. Usage would be following:
PKG_BUILD_DEPENDS:=libxml2/host
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
10 years ago
Dmitry V. Zimin
5099a25d76
mpack: new package added
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
10 years ago
Dmitry V. Zimin
649b84e557
tdb: new package added
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
10 years ago
Dmitry V. Zimin
74329f9eaa
nail: new package added (heirloom-mailx)
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
10 years ago
Dmitry V. Zimin
c400fe3b09
fdm: new package added
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
10 years ago
Thomas Heil
c950f48e7a
haproxy: patches from upstream
- [PATCH 1/6] BUILD: fix "make install" to support spaces in the
- [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause
- [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory
- [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks
- [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance
- [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
10 years ago
champtar
1bda20f4c6
Merge pull request #553 from mhei/php5-oldstable
php5: upgrade to 5.4.35
10 years ago
Michael Heimpold
235db573c8
php5: upgrade to 5.4.35
This fixes CVE-2014-3710.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
sbyx
450c718565
Merge pull request #552 from dibdot/master
mc: force rebuild when config changes
10 years ago
Dirk Brenken
892855a5fc
mc: force rebuild when config changes
- add PKG_CONFIG_DEPENDS to force package rebuild when certain CONFIG options changed.
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
Petar Koretic
d15b15b951
luci-app-lxc: use ubus binding for lxc-create
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Marcel Denia
36a5223bc2
perl-uri: Update to 1.65
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
c4a6039279
perl-test-harness: Update to 3.34
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
87cb353bfd
perl-dbi: Update to 1.632
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
91a52fed0f
perl-compress-bzip2: Update to 2.19
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
sbyx
9633a46993
Merge pull request #475 from antonlacon/minidlna-1.1.x
minidlna: update to 1.1.4
10 years ago
sbyx
088ff62664
Merge pull request #541 from commodo/python-do-not-compile
python: add patch to disable python byte codes by default
10 years ago
sbyx
a154c24825
Merge pull request #551 from oneru/master
Fwknop: Update to 2.6.4
10 years ago
Jonathan Bennett
8e0a71d47c
Fwknop: Update to 2.6.4
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
10 years ago
Luka Perkov
dfd4daf633
lxc: correctly install configuration files
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Alexandru Ardelean
5b85eff6b2
python: add patch to disable python byte codes by default
Use export PYTHONDONTWRITEBYTECODE=0 to re-enable writing byte codes.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
sbyx
e2994cfd93
Merge pull request #547 from rkunze/hdparm
hdparm: import from oldpackages
10 years ago
sbyx
78210c2255
Merge pull request #549 from rkunze/sispmctl
sispmctl: import from oldpackages
10 years ago
sbyx
1ae0731dfe
Merge pull request #545 from dibdot/master
mc: various makefile/compile time changes
10 years ago
sbyx
f8a5222531
Merge pull request #546 from chris5560/master
ddns-scripts: new Version 2.1.0-2
10 years ago
Richard Kunze
773f8d4b13
sispmctl: fix compilation error with musl
Unpatched compile fails because <sys/types.h> is not included
in <usb.h> (provided by "libusb-compat") and consequently
the 'u_int*_t' types are not found.
This should probably better be fixed in the core "libusb-compat"
package instead.
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago