Vasilis Tsiligiannis
f79b2d8e07
Merge branch 'rtl-sdr' of https://github.com/roger-/packages
rtl-sdr: update to latest version #139
10 years ago
Nikos Mavrogiannopoulos
5b4822fbbe
ocserv: added various patches
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
0e6e2b519d
Merge pull request #223 from eugenesan/cryptodev-linux
cryptodev-linux: replace INIT_COMPLETION with reinit_completion
10 years ago
Johannes Morgenroth
1dc00a2b0a
libarchive: Reduce dependencies by disabling them using configure args
In order to reduce the dependencies, this patch disables following features:
* Extended Attributes
* ACL support
* bzip2 through bz2lib
* lzop through liblzo2
* crypto support from Nettle
* xar through libxml2
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Nicolas Thill
0bef49ff5a
ulogd: import from old packages feed
- update to latest version (v2.0.4)
- use PKG_INSTALL
- add DBI plugin
- convert init script to procd
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
7c4f8a350c
libnetfilter-queue: import from old packages feed
- update to latest version (v1.0.2)
- add dependency on libmnl
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
d3b6ea7140
libnetfilter-log: import from old packages feed
- update to latest version (v1.0.1)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
2a3b9adae1
libnetfilter-acct: import new package
libnetfilter_acct is a userspace library providing a programming interface
(API) to the extended accounting infrastructure.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
671fc5a589
libdbi-drivers: import from old packages feed
- rename packages from libdbi-drivers-* to libdbd-*
- cleanup title & description
- remove SQLite v2 driver
- use PKG_INSTALL
- add a BuildPlugin macro to package drivers
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
1fa3b600e6
libdbi: import from old packages feed
- cleanup title & description
- install dbi.pc during InstallDev
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
a7bfcdab72
opus-tools: import new package
Opus-tools provides command-line utilities to encode, inspect, and decode .opus files.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
265f6bfb21
opus: import new package
Opus is a totally open, royalty-free, highly versatile audio codec.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Christoph König
28d8fe7018
fwknop: Update to 2.6.3
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
10 years ago
Ted Hess
6d50cbb349
Merge pull request #197 from henning-schild/henning/staging
packages/socat: add init script
10 years ago
sbyx
e640ebf8e6
Merge pull request #233 from Noltari/shairport-next
Shairport: update, add license, config fix
10 years ago
sbyx
14ee468dae
Merge pull request #234 from ejonny/fix-dtn-packages
Fix recipes for packages related to Delay- and Disruption-Tolerant Networking
10 years ago
Álvaro Fernández Rojas
6b287fd2bb
shairport: update to latest version, add license and switch release to source version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
6ec08ce9b4
shairport: fix buffer config var
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
3956aaf741
dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
c817f0f8c2
unrar: update to 5.1.7
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Johannes Morgenroth
4af4395e2d
libarchive: Add missing dependencies
Dependencies to libacl, libattr, libbz2, liblzo, and libnettle added.
PKG_BUILD_DEPENDS is removed since it is already defined by DEPENDS.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
353764af54
ibrdtn-tools: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
750ec01abc
ibrdtnd: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
3c3d95b0b8
ibrdtn: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
ebe346b616
ibrcommon: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
efb7c5fc59
dtndht: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
2c28b81816
libarchive: Fix install target
This commit replaces the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
ab25b5cb10
ibrdtn: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
ea805a8f26
ibrcommon: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Johannes Morgenroth
269a79e8c1
dtndht: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
10 years ago
Ted Hess
83d7ff8b71
mailsend: import command-line mail sender. Use v1.17b15 for correct IPv4/6 support
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
sbyx
fbd625df8c
Merge pull request #232 from jslachta/nspr-update
nspr: update to 3.16.4
10 years ago
Jiri Slachta
53e1532b68
nspr: update to 3.16.4
This patch updates nspr to 3.16.4. This update fixes CVE-2014-1544.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
10 years ago
Nicolas Thill
3a9be2aab8
fswebcam: import from old packages feed
- update to latest version (v20140113)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
93cf461c60
Merge branch 'nico/import-gnupg'
10 years ago
Nicolas Thill
c5576e392e
Merge branch 'nico/import-liblo'
10 years ago
Nicolas Thill
25671fd021
Merge branch 'nico/import-freetype'
10 years ago
sbyx
e5192641a7
Merge pull request #231 from Adze1502/master
mwan3: update to version 1.5-4
10 years ago
Adze1502
a018080060
mwan3: update to version 1.5-4
Fix issue #219 : Policy status output returns arithmetic syntax error
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
10 years ago
Nicolas Thill
5b87eb7290
freetype: import from old packages feed
- update to latest version (v2.5.3)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Luiz Angelo Daros de Luca
f0bdbbe8f7
Merge pull request #226 from psycho-nico/my-fixes
ruby: fix ruby/host build
10 years ago
Nicolas Thill
dbbc46641c
gnupg: import from old packages feed
- update to latest version (v1.4.18)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
c57058da44
liblo: import from old packages feed
- update to latest version (v0.28)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
efec55b785
erlang: import from old packages feed
- update to latest version (v17.1)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
84c04a73e6
ruby: fix ruby/host build
- build ruby/host extensions as static,
- remove dependency on gmp/host
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Eugene Sanivsky
fba457621c
cryptodev-linux: replace INIT_COMPLETION with reinit_completion
10 years ago
Daniel Salzman
fffa404f02
knot: add PKG_LICENSE tag
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
10 years ago
sbyx
7df0f9bbbd
Merge pull request #174 from brynet/patch-1
net/openssh: Update PKG_SOURCE_URL
10 years ago
sbyx
557243ccfc
Merge pull request #221 from ejonny/master
Add packages for Delay and Disruption Tolerant Networking
10 years ago
sbyx
b8d47fdb58
Merge pull request #220 from salzmdan/master
knot: update to 1.5.1.
10 years ago