aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pen: update to 0.27.3Nicolas Thill2015-04-06
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* strongswan: bump to 5.3.0Steven Barth2015-04-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* dbus: bump to 1.9.14Steven Barth2015-04-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #1115 from mhaas/stunnel-5.14-2Steven Barth2015-04-06
|\ | | | | stunnel: Bump from 5.10 to 5.14
| * stunnel: Bump from 5.10 to 5.14Michael Haas2015-04-03
| | | | | | | | | | | | Also refresh patches. Signed-Off-By: Michael Haas <haas@computerlinguist.org>
* | Merge pull request #1111 from plntyk/new_package_sbcSteven Barth2015-04-06
|\ \ | | | | | | new package: sbc
| * | new package: sbcDirk Neukirchen2015-04-02
| | | | | | | | | | | | | | | | | | contains Low Complexity Subband Coding needed for A2DP support in pulseaudio Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | Merge pull request #1080 from ffainelli/openconnectNikos Mavrogiannopoulos2015-04-05
|\ \ \ | | | | | | | | openconnect: allow specifying os, csd-wrapper and no-cert-check
| * | | openconnect: allow specifying a custom CSD wrapper scriptFlorian Fainelli2015-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some VPN servers might be configured in a way that a CSD wrapper script is mandatory to complete the authentication process, allow that to be specified for openconnect. Signed-off-by: Florian Fainelli <florian@openwrt.org>
| * | | openconnect: allow specifying "os"Florian Fainelli2015-04-04
|/ / / | | | | | | | | | | | | | | | | | | Some servers might be implementing ACLs based on the value specified by openconnect for "os", allow that to be configured. Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | mmc-utils: bump to 2015-03-25 snapshotDaniel Golle2015-04-03
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | mmc-utils: restore FORTIFY_SOURCE=2Daniel Golle2015-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit ba4338d mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile applied the global value of FORITFY_SOURCE also to mmc-utils. As the package was meant to be built with FORTIFY_SOURCE upstream, restore that behaviour and make it play nice with the global setting by undefining the macro before defining it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnutls: updated to 3.3.14Nikos Mavrogiannopoulos2015-04-03
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | btrfs-progs: use $(LN) macro, bump releaseDaniel Golle2015-04-03
| |/ |/| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | bluez: cosmetic fixesNicolas Thill2015-04-03
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | mysql: only use g++-uc wrapper with uClibc++Nicolas Thill2015-04-03
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge branch 'master' of github.com:openwrt/packagesNicolas Thill2015-04-03
|\ \
| * \ Merge pull request #1084 from ffainelli/hfsprogsFlorian Fainelli2015-04-02
| |\ \ | | | | | | | | hfsprogs: initial import
| | * | hfsprogs: initial importFlorian Fainelli2015-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge branch 'plntyk-bluez5_refresh'Nicolas Thill2015-04-02
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'bluez5_refresh' of https://github.com/plntyk/packages into ↵Nicolas Thill2015-04-02
|/| | | | | | | | | | | | | | | plntyk-bluez5_refresh
| * | | bluez: refresh for bluez5Dirk Neukirchen2015-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | bluez: remove legacy stuff from /etc/config/bluetoothDirk Neukirchen2015-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | bluez: fix bluez5 init with procdDirk Neukirchen2015-04-02
| | |/ | |/| | | | | | | | | | | | | | | | - remove deprecated daemons - bluetoothd is managed via /etc/bluetooth/*.conf files and dbus Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* / | lttng-modules: fix build on recent kernelsNicolas Thill2015-04-02
|/ / | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge pull request #1109 from kissg1988/valaSteven Barth2015-04-02
|\ \ | | | | | | vala: update to 0.28.0
| * | vala: update to 0.28.0Gergely Kiss2015-04-01
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | btrfs-progs: btrfsck is a symlink to btrfsDaniel Golle2015-04-02
| | | | | | | | | | | | | | | | | | safe half a meg by not copying the btrfs binary twice. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | btrfs-progs: don't build btrfs-convertDaniel Golle2015-04-02
| | | | | | | | | | | | | | | | | | Get rid of libext2fs dependency. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cryptsetup: bump versionDaniel Golle2015-04-02
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: bump versionDaniel Golle2015-04-02
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | bluez: remove old conffiles entriesNicolas Thill2015-04-01
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | bluez: update to 5.29Nicolas Thill2015-04-01
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | wavemon: Fetch source from GitHub repositoryTed Hess2015-03-31
| | | | | | | | | | | | | | | | | | | | | | | | Closes #1099 Closes #1103 Signed-off-by: Ted Hess <thess@kitschensync.net> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | Merge pull request #1104 from Wedmer/masterSteven Barth2015-03-31
|\ \ \ | | | | | | | | [libs/fftw3] Moved from oldpackages and updated to a most recent version...
| * | | [libs/fftw3] Moved from oldpackages and updated to a most recent version.Vladimir Ulrich2015-03-31
| | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | Merge pull request #1105 from tru7/knxdSteven Barth2015-03-31
|\ \ \ \ | | | | | | | | | | knxd: fix dependency in makefile
| * | | | knxd: fix dependency in makefileOthmar Truniger2015-03-31
|/ / / / | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | spawn-fcgi: fix install stepJohn Crispin2015-03-29
| | | | | | | | | | | | | | | | | | | | | | | | the makefile trues to copy a file that does not exist Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | gdbm: fixes build for gettext 1.9John Crispin2015-03-29
|/ / / | | | | | | | | | | | | | | | the package fails to build on SDK builder2 Signed-off-by: John Crispin <blogic@openwrt.org>
* | | libxerces-c: update to latest version, clean configure and fix iconv ↵Álvaro Fernández Rojas2015-03-31
| | | | | | | | | | | | | | | | | | dependencies Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | unrar: update to v5.2.7Álvaro Fernández Rojas2015-03-31
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #1082 from smoofra/bindNoah Meyerhans2015-03-31
|\ \ \ | | | | | | | | bind: build fix: remove autoconf AR cruft
| * | | bind: build fix: remove autoconf AR cruftLawrence D'Anna2015-03-27
| | |/ | |/| | | | | | | | | | | | | | | | | | | This patch removes some autoconf goo which is causing bind to use the host's ar instead the ar from the toolchain. If they're both elf platforms this is fine, but it's no good if host is darwin. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
* | | Merge pull request #1102 from openwrt/revert-1083-noipSteven Barth2015-03-31
|\ \ \ | | | | | | | | Revert "new package: noip"
| * | | Revert "new package: noip"Steven Barth2015-03-31
|/ / /
* | | Merge pull request #1093 from dangowrt/ntfs3g-musl-fixTed Hess2015-03-31
|\ \ \ | | | | | | | | ntfs-3g: fix build with musl when using internal libfuse
| * | | ntfs-3g: fix build with musl when using internal libfuseDaniel Golle2015-03-29
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libtasn1: fix md5sumJohn Crispin2015-03-29
| | | | | | | | | | | | | | | | | | | | | | | | the SDK builder breaks on this package due to a bad md5sum Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | Merge pull request #1083 from smoofra/noipSteven Barth2015-03-31
|\ \ \ \ | | | | | | | | | | new package: noip