Steven Barth
250327e75b
Merge pull request #995 from plntyk/gammu_fixes
...
Gammu fixes
2015-03-09 06:54:25 +01:00
Nicolas Thill
1f3925de20
kmod: fix pkgconfig file
...
The pkgconfig file is generated at make-time, leading to absolute /usr/include & /usr/lib search paths.
The patch lets autoconf handle pkgconfig file subst, like other packages do.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-09 03:44:26 +01:00
Álvaro Fernández Rojas
3879265ffd
flashrom: add config options
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 03:39:57 +01:00
Álvaro Fernández Rojas
16fe278cf5
flashrom: update to v0.9.8
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:39 +01:00
Álvaro Fernández Rojas
64fbed7b84
pciutils: fix libkmod depedency
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:03 +01:00
Daniel Golle
3c5dff963e
lvm2: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-08 17:34:15 +01:00
Álvaro Fernández Rojas
2ac8acaffd
pciutils: add libkmod dependency
...
Fixes https://github.com/openwrt/packages/issues/1003
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:32:10 +01:00
Álvaro Fernández Rojas
ae65b9c781
unrar: update to v5.2.6
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:26:34 +01:00
Nicolas Thill
09f4d6b549
gnupg: update to 1.4.19
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Michael Heimpold
ec44072a4c
mmc-utils: fix typo in Makefile
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 22:47:51 +01:00
Dirk Neukirchen
7c68afaf4a
gammu: fix dependencies
...
- disable libdbi via CMAKE
- fix libpq dependency
reported by buildbot.openwrt.org
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-07 10:39:53 +01:00
Dirk Neukirchen
5819a55155
gammu: use cmake.mk
...
- remove not needed legacy stuff
- fix lib64 suffix when installing
fixes build error when target is x86_64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-07 10:39:44 +01:00
Michael Heimpold
a05ece16a9
mmc-utils: add new package
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-06 23:31:54 +01:00
Ted Hess
861f57e924
Merge pull request #979 from mstorchak/attr
...
attr: update to 20150220
2015-03-02 18:44:36 -05:00
Maxim Storchak
8456832c95
attr: update to 20150220
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-03 00:17:36 +02:00
Marko Ratkaj
c48fe5e030
vim: import from old packages
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-02 19:57:02 +01:00
Steven Barth
e5d7553986
Merge pull request #958 from aTanW/master
...
gammu: change startup/config file names to avoid potential conflict
2015-03-02 08:01:00 +01:00
Steven Barth
efc8978b91
Merge pull request #878 from jow-/lxc-autoconf-fix
...
lxc: use generic autoreconf fixup
2015-03-02 07:58:37 +01:00
Maxim Storchak
5b90cf85de
haserl: update to 0.9.34
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-28 12:04:51 +02:00
aTanW
96ef85a37e
gammu: change startup/config file names to avoid potential conflict
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/gammu.init | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
2015-02-26 15:51:39 +03:00
Nicolas Thill
e24dfafb01
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Steven Barth
39c354198a
Merge pull request #924 from jdub/kmod
...
kmod: Add kmod package
2015-02-19 08:34:27 +01:00
Jeff Waugh
bf50189495
kmod: Add kmod package
...
- libkmod for programmatic control of Linux modules
- kmod for administrative control of Linux modules,
symlinks for the familiar module-init-tools suite
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
2015-02-19 00:35:27 +11:00
Steven Barth
0d10c8ae48
Merge pull request #905 from psycho-nico/fix-gammu
...
gammu: disable libdbi support explicitly
2015-02-17 17:23:28 +01:00
Steven Barth
e056e5792e
dbus: bump to 1.9.10
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-17 16:14:40 +01:00
Steven Barth
a54fc34d57
Merge pull request #902 from aTanW/master
...
gammu: add uci config and procd service control
2015-02-17 15:54:00 +01:00
Jo-Philipp Wich
d24359b730
Merge pull request #915 from Zokormazo/grep
...
grep: Fix CVE-2015-1345 heap buffer overrun
2015-02-17 12:54:34 +01:00
Julen Landa Alustiza
e0edca76da
grep: Fix CVE-2015-1345 heap buffer overrun
...
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-02-17 12:50:51 +01:00
Nicolas Thill
548c85a5f9
macchanger: import from old packages feed
...
- update to latest version (v1.7.0)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:42:35 +01:00
Marcel Denia
25e6fcbb85
bash: Update to 4.3.33
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-16 17:01:01 +01:00
Álvaro Fernández Rojas
857def5d1a
unzip: patch CVE-2014-8139, CVE-2014-8140, CVE-2014-8141 and CVE-2014-9636
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-02-16 15:04:23 +01:00
Jo-Philipp Wich
993d3dae07
Merge pull request #875 from jow-/attr-autoconf-fix
...
attr: use generic autoreconf fixup
2015-02-16 12:25:10 +01:00
Jo-Philipp Wich
d8b4da4ba7
Merge pull request #874 from jow-/acl-autoconf-fix
...
acl: use generic autoreconf fixup
2015-02-16 12:24:50 +01:00
Álvaro Fernández Rojas
397868f064
unrar: update to 5.2.5
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-02-15 02:08:50 +01:00
Maxim Storchak
b142d973db
lvm2: set cache directory to /tmp/lvm/cache
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-14 10:36:56 +02:00
Nicolas Thill
7be03a4be0
gammu: disable libdbi support explicitly
...
Fixes a dependency error when libdbi was built before gammu
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-13 20:03:04 +01:00
aTanW
c450e69fb1
gammu: add uci config and procd service control
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 +++++---
2015-02-13 16:22:17 +03:00
Ted Hess
65919397bc
Merge pull request #895 from aTanW/master
...
gammu: remove unneeded dependencies
2015-02-11 09:25:16 -05:00
aTanW
760ba95253
gammu: remove unneeded dependencies
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2015-02-11 16:20:21 +03:00
Nicolas Thill
e222bf249d
dbus: disable rpath
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-09 17:00:22 +01:00
Steven Barth
c6663a360b
dbus: bump to 1.9.8
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-09 09:44:41 +01:00
Nikos Mavrogiannopoulos
53ea5955bd
cryptodev-linux: updated to 1.7
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-08 20:46:40 +01:00
Marko Ratkaj
64a3a4840e
lxc: update to 1.1.0
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-02-08 02:35:09 +01:00
Jo-Philipp Wich
8baab92562
lxc: use generic autoreconf fixup
...
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Configure override.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-08 00:12:26 +01:00
Jo-Philipp Wich
a323982222
attr: use generic autoreconf fixup
...
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Prepare override.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 23:47:03 +01:00
Jo-Philipp Wich
0c0c590616
acl: use generic autoreconf fixup
...
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Prepare override.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 23:45:27 +01:00
Nicolas Thill
8c482bdf95
openobex: add new package (v1.7.1)
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 11:19:26 +01:00
Nicolas Thill
85044affde
bluez: update to 5.28
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 10:36:02 +01:00
Steven Barth
c8e4b2e937
Merge pull request #851 from paulfertser/master
...
openocd: fix package dependencies
2015-02-06 10:19:35 +01:00
David Bonnes
96d208380e
dosfstools: bump to v3.0.27 & add ICONV support
...
Signed-off-by: David Bonnes <david.bonnes@gmail.com>
2015-02-04 21:57:26 +00:00