Daniel Golle
ae8d9dcadd
btrfs-progs: use $(LN) macro, bump release
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-03 16:49:30 +02:00
Nicolas Thill
bc52054224
bluez: cosmetic fixes
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-03 07:56:39 +02:00
Nicolas Thill
64332b7cdf
mysql: only use g++-uc wrapper with uClibc++
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-03 07:44:23 +02:00
Nicolas Thill
948257ceda
Merge branch 'master' of github.com:openwrt/packages
2015-04-03 07:35:37 +02:00
Florian Fainelli
66260d1317
Merge pull request #1084 from ffainelli/hfsprogs
...
hfsprogs: initial import
2015-04-02 19:05:02 -07:00
Dirk Neukirchen
bcc6516a9b
bluez: refresh for bluez5
...
bluez is craply documented
contains changes needed for bluetooth audio playback
bluetooth playback tested successfully with
android mobile (source) to TI omap BeagleBoard (A2DP sink)
- install .conf files according to source code
- package bluetoothd
- new package examples for python commandline tools that might provide
functionality without dbus
- other changes are needed (pulseaudio,sbc,uinput)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:58:22 +02:00
Dirk Neukirchen
734a851876
bluez: remove legacy stuff from /etc/config/bluetooth
...
pand/dund removed upstream:
commit: Move hidd pand and dund into compat directory
commit: (2012-07-04) remove compat daemons
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:57:26 +02:00
Dirk Neukirchen
334b441011
bluez: fix bluez5 init with procd
...
- remove deprecated daemons
- bluetoothd is managed via /etc/bluetooth/*.conf files and dbus
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:48:24 +02:00
Daniel Golle
ea5259e701
btrfs-progs: btrfsck is a symlink to btrfs
...
safe half a meg by not copying the btrfs binary twice.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:28:17 +02:00
Daniel Golle
78fa57ebdb
btrfs-progs: don't build btrfs-convert
...
Get rid of libext2fs dependency.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:16:54 +02:00
Daniel Golle
ee912a3869
cryptsetup: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:16:54 +02:00
Daniel Golle
fc81d14100
lvm2: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:16:54 +02:00
Nicolas Thill
d63fe412a0
bluez: remove old conffiles entries
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-01 06:41:02 +02:00
Nicolas Thill
5d6501b365
bluez: update to 5.29
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-01 06:39:51 +02:00
Álvaro Fernández Rojas
455b2dc388
unrar: update to v5.2.7
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-31 19:25:42 +02:00
Ted Hess
20fbeeb4e8
Merge pull request #1093 from dangowrt/ntfs3g-musl-fix
...
ntfs-3g: fix build with musl when using internal libfuse
2015-03-31 08:23:11 -04:00
Daniel Golle
8f76aa4626
ntfs-3g: fix build with musl when using internal libfuse
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 19:29:34 +02:00
Daniel Golle
e6825ac677
btrfs-progs: bump to 3.19.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 15:47:58 +02:00
Daniel Golle
6f6245b358
dosfstools: fix build with musl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 16:24:31 +02:00
Florian Fainelli
80a613afd0
open-plc-utils: bump to 2015-02-23
...
Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI
recommended wording for mac2pw and mac2pwd.")
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-03-28 11:51:45 -07:00
Maxim Storchak
3fcb52b536
haserl: update to 0.9.35
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-28 14:35:41 +02:00
Florian Fainelli
197e6a5a1c
hfsprogs: initial import
...
Adds supports for hfsprogs, allowing the creation and verification of
HFS/HFS+ filesystems.
This creates two selectable packages:
- hfsfsck
- mkhfs
A filesystem checking script is included with hfsfsck to allow OpenWrt
to check/repair filesystem errors.
Using Ubuntu's 332.25 sources plus their patches from debian/patches/.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-03-27 22:18:15 -07:00
Mario Halambek
268dd7c603
lxc: bump to 1.1.1
...
Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
2015-03-25 18:50:44 +01:00
Ted Hess
526ec883b2
Merge pull request #1070 from dibdot/master
...
mc: add missing libmount dependency
2015-03-24 11:56:33 -04:00
Steven Barth
0f8e376b08
Merge pull request #1062 from smoofra/tmux
...
tmux: build fix: don't -I /usr/local/include
2015-03-24 11:28:59 +01:00
dibdot
3aca029e54
mc: add missing libmount dependency
...
Fix compile error: add newly required libmount dependency.
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2015-03-24 08:32:11 +01:00
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>
2015-03-23 18:38:53 -07:00
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>
2015-03-23 21:26:26 +01:00
Ted Hess
d6b0c625ab
Merge pull request #1065 from oneru/master
...
Update Nano to 2.4 release
2015-03-23 12:48:09 -04:00
Jonathan Bennett
1f22744069
Update Nano to 2.4 release, update copyright info, and add license tags
...
Signed-off-by: Jonathan Bennett jbennett@incomsystems.biz
2015-03-23 11:14:44 -05:00
Vladimir Ulrich
471cf1a9ef
[utils/zoneinfo] Updated package to the latest version
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-03-23 18:31:20 +03:00
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>
2015-03-15 20:51:51 +01:00
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>
2015-03-13 22:41:47 +01:00
Marko Ratkaj
1c9dfa57bb
vim: fix acl detection bug
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-12 23:33:36 +01:00
John Crispin
98be2ca3e0
global: change all instances of USE_EGLIBC to USE_GLIBC
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-12 20:52:37 +01:00
Dora Budic
b0cb516206
taskwarrior: update to 2.4.1.
...
Signed-off-by: Dora Budic <dora2411@gmail.com>
2015-03-11 23:47:25 +01:00
Steven Barth
704e2f8d89
kmod: fixup automadness
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-11 08:56:44 +01:00
Jo-Philipp Wich
5035ac4079
Merge pull request #975 from hnyman/collectd542
...
collectd: update to 5.4.2
2015-03-11 00:18:19 +01:00
Álvaro Fernández Rojas
8d196b7c4f
tar: add libacl and libattr dependencies
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-10 23:46:24 +01:00
Jeff Waugh
fb36bf7286
kmod: Update to kmod 20, enable parallel build
...
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
2015-03-06 07:38:32 +11:00
Álvaro Fernández Rojas
94e7fbdda1
tar: import from oldpackages and upgrade to 1.28
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 19:57:57 +01:00
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