Mario Halambek
268dd7c603
lxc: bump to 1.1.1
Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
10 years ago
dibdot
3aca029e54
mc: add missing libmount dependency
Fix compile error: add newly required libmount dependency.
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
Lawrence D'Anna
bd78782e2e
tmux: build fix: don't -I /usr/local/include
Tmux is forcing -I /usr/local/include on the compiler. Obviously, this is not
good for cross compiles. God only knows why they put it here in the first
place.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
10 years ago
dibdot
9f1070dd98
mc: bump version to 4.8.14
Update Midnight Commander to latest stable release.
Major changes described here: https://www.midnight-commander.org/wiki/NEWS-4.8.14
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
Jonathan Bennett
1f22744069
Update Nano to 2.4 release, update copyright info, and add license tags
Signed-off-by: Jonathan Bennett jbennett@incomsystems.biz
10 years ago
Vladimir Ulrich
471cf1a9ef
[utils/zoneinfo] Updated package to the latest version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Daniel Golle
ba4338d6f7
mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile
Now that security features are set globally, having the
FORTIFY_SOURCE option set in Makefile breaks the build when
CONFIG_PKG_FORTIFY_SOURCE_{1,2} is enabled as well.
arm-openwrt-linux-uclibcgnueabi-gcc -Wall -Werror -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Os -pipe -march=armv6k -mtune=mpcore -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Wp,-MMD,./.mmc.o.d,-MT,mmc.o -c mmc.c -o mmc.o
<command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
<command-line>:0:0: note: this is the location of the previous definition
cc1: all warnings being treated as errors
Makefile:35: recipe for target 'mmc.o' failed
Fix this by removing -D_FORTIFY_SOURCE=2 from Makefile.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Michael Heimpold
f59d4a76f8
collectd: unbreak collectd-mod-modbus
I tested it successfully on a Asus WL-500gP V2, querying
a Modbus TCP server.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Marko Ratkaj
1c9dfa57bb
vim: fix acl detection bug
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
John Crispin
98be2ca3e0
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
10 years ago
Dora Budic
b0cb516206
taskwarrior: update to 2.4.1.
Signed-off-by: Dora Budic <dora2411@gmail.com>
10 years ago
Steven Barth
704e2f8d89
kmod: fixup automadness
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Álvaro Fernández Rojas
8d196b7c4f
tar: add libacl and libattr dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
94e7fbdda1
tar: import from oldpackages and upgrade to 1.28
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
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>
10 years ago
Álvaro Fernández Rojas
3879265ffd
flashrom: add config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
16fe278cf5
flashrom: update to v0.9.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
64fbed7b84
pciutils: fix libkmod depedency
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Daniel Golle
3c5dff963e
lvm2: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Á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>
10 years ago
Álvaro Fernández Rojas
ae65b9c781
unrar: update to v5.2.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Nicolas Thill
09f4d6b549
gnupg: update to 1.4.19
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Michael Heimpold
ec44072a4c
mmc-utils: fix typo in Makefile
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
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>
10 years ago
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>
10 years ago
Michael Heimpold
a05ece16a9
mmc-utils: add new package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Jeff Waugh
fb36bf7286
kmod: Update to kmod 20, enable parallel build
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
10 years ago
Maxim Storchak
8456832c95
attr: update to 20150220
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
Marko Ratkaj
c48fe5e030
vim: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Hannu Nyman
5dfdf5374c
collectd: update to 5.4.2
Update collectd, base of Luci statistics, to 5.4.2.
Patches have been refreshed.
905-fix-sigrok-upstream-patch-post-541 was removed as unnecessary.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
10 years ago
Maxim Storchak
5b90cf85de
haserl: update to 0.9.34
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
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(-)
10 years ago
Nicolas Thill
e24dfafb01
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
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>
10 years ago
Steven Barth
e056e5792e
dbus: bump to 1.9.10
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Julen Landa Alustiza
e0edca76da
grep: Fix CVE-2015-1345 heap buffer overrun
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
10 years ago
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>
10 years ago
Marcel Denia
25e6fcbb85
bash: Update to 4.3.33
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Á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>
10 years ago
Álvaro Fernández Rojas
397868f064
unrar: update to 5.2.5
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Maxim Storchak
b142d973db
lvm2: set cache directory to /tmp/lvm/cache
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
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>
10 years ago
aTanW
c450e69fb1
gammu: add uci config and procd service control
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 +++++---
10 years ago
aTanW
760ba95253
gammu: remove unneeded dependencies
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
10 years ago
Nicolas Thill
e222bf249d
dbus: disable rpath
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Steven Barth
c6663a360b
dbus: bump to 1.9.8
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Nikos Mavrogiannopoulos
53ea5955bd
cryptodev-linux: updated to 1.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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>
10 years ago
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>
10 years ago
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>
10 years ago