aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libupnpp: fix indentationSteven Barth2014-12-11
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* bind: Update to 9.9.6-P1 to address security issues CVE-2014-8500Noah Meyerhans2014-12-10
| | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* Merge pull request #600 from sourceindex/added-new-libnfc-packageTed Hess2014-12-10
|\ | | | | libnfc: new package including the latest version of libnfc and utils
| * libnfc: switched to developer git repositorySebastian Wendel2014-12-10
| | | | | | | | Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
| * libnfc: updated Makefile copyright headerSebastian Wendel2014-12-07
| | | | | | | | Signed-off-by: Sebastian Wendel packages@sourceindex.de
| * libnfc: new package including the latest version of libnfc and utilsSebastian Wendel2014-12-06
| | | | | | | | Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
* | Merge pull request #633 from aTanW/masterSteven Barth2014-12-10
|\ \ | | | | | | Fix gammu config file installation and declaration
| * | Fix gammu config file installation and descriptionaTanW2014-12-10
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
* | | Merge pull request #611 from the2masters/btrfs-progs-compile-fixDaniel Golle2014-12-10
|\ \ \ | | | | | | | | btrfs-progs: add libacl as compile time dependency
| * | | btrfs-progs: add libacl as compile time dependencyStefan Hellermann2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I got following error while compiling btrfs-progs for ar71xx: make[4]: Entering directory `/home/stefan/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/btrfs-progs-v3.17.3' [LN] libbtrfs.so.0 [LN] libbtrfs.so [CC] btrfs-convert.o [LD] libbtrfs.so.0.1 /home/stefan/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/libblkid.so: warning: This version of __fpending returns bytes remaining in buffer for both narrow and wide streams. glibc's version returns wide chars in buffer for the wide stream case. [LD] mkfs.btrfs [LD] btrfs [LD] btrfs-debug-tree [LD] btrfs-image [LD] btrfs-map-logical [LD] btrfs-zero-log [LD] btrfs-find-root btrfs-convert.c:30:21: fatal error: sys/acl.h: No such file or directory #include <sys/acl.h> ^ compilation terminated. make[4]: *** [btrfs-convert.o] Error 1 fix it by adding libacl as compile time dependency, as btrfs-convert is not linked to libacl. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | | f2fs-tools: add packageLuka Perkov2014-12-10
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | Merge pull request #631 from commodo/python-dns-fixSteven Barth2014-12-10
|\ \ \ \ | | | | | | | | | | Python dns fix
| * | | | python-dns: update PKG_NAMEAlexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_NAME should be the name of the actual OpenWRT package, and not the name of the original package name. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-dns: update compile rule and add PyPackage rulesAlexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-dns: add $(eval $(call PyPackage,python-dns))Alexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be included by Python packages if they want to run Python-package-specific build rules. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-dns: fix python-mini dependency to pythonAlexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-mini does not exist anymore For now we'll just fix the build, and we'll do a bit more smart packaging later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #625 from ignisf/add-upmpdcliTed Hess2014-12-10
|\ \ \ \ \ | | | | | | | | | | | | upmpdcli: Add upmpdcli-0.9.0 to the packages repository
| * | | | | upmpdcli: Add upmpdcli-0.9.0 to the packages repositoryPetko Bordjukov2014-12-10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upmpdcli is a DLNA renderer that forwards the commands it receives to an MPD server. Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
* | | | | Merge pull request #624 from ignisf/add-libupnppTed Hess2014-12-10
|\ \ \ \ \ | |/ / / / |/| | | | libupnpp: Add libupnpp-0.9.0 to the packages repository
| * | | | libupnpp: Add libupnpp-0.9.0 to the packages repositoryPetko Bordjukov2014-12-10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This library is a wrapper of libupnp written in C++. It is a dependency of upmpdcli. Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
* | | | Merge pull request #623 from aTanW/masterSteven Barth2014-12-09
|\ \ \ \ | | |/ / | |/| | This adds package gammu v 1.33.0 to the build tree
| * | | This adds package gammu v 1.33.0 to the build treeaTanW2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gammu is a tool for cell phone/modem control, including send/receive SMS, phone directory and other. Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 68 +++++++++++++++++++++++++++++++ files/gammurc | 37 ++++++++++++++++ patches/001-iconv-disabling-option.patch | 51 +++++++++++++++++++++++ patches/002-no-fstack-protector.patch | 11 +++++ patches/003-cmake-cross-toolchain.patch | 43 +++++++++++++++++++ patches/010-utils-shell-fix.patch | 16 +++++++ 6 files changed, 226 insertions(+)
* | | | misc: Correct tag spelling PKG_LICENSE_FILESTed Hess2014-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #622 from roger-/micropythonTed Hess2014-12-09
|\ \ \ \ | |/ / / |/| | | micropython: update to latest
| * | | micropython: update to latestRoger2014-12-09
| | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | | Merge pull request #621 from thess/mjpg-streamer-work2Ted Hess2014-12-09
|\ \ \ \ | |/ / / |/| | | mjpg-streamer: Fix V4L2 option dependency selection and add camera led c...
| * | | mjpg-streamer: Fix V4L2 option dependency selection and add camera led ↵Ted Hess2014-12-09
|/ / / | | | | | | | | | | | | | | | control option Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #620 from commodo/python3-updateSteven Barth2014-12-09
|\ \ \ | | | | | | | | Python3 update
| * | | python3: add $(PKG_INSTALL_DIR)/$(PYTHON3_PKG_DIR) to PYTHON3PATHAlexandru Ardelean2014-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python3: disable Python3 bytecode generation by defaultAlexandru Ardelean2014-12-09
|/ / / | | | | | | | | | | | | | | | Same as python. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #619 from commodo/python-cleanupSteven Barth2014-12-09
|\ \ \ | | | | | | | | Python cleanup
| * | | python-setuptools: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python-pip: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: add $(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR) to PYTHONPATHAlexandru Ardelean2014-12-09
|/ / / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #618 from mhei/avahiTed Hess2014-12-08
|\ \ \ | | | | | | | | Avahi service file packages
| * | | mpd: factor out avahi service fileMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in #543 provide the avahi service file within its own tiny package to allow the user to choose which services are announced. Signed-off-by: Michael Heimpold <mhei@heimpold.de> --- The former avahi service file was only installed for mpd-full. Does the mpd-mini does not support network functionality? Then we should adjust deps here...
| * | | openssh: provide an avahi service fileMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in #543, we can announce the SFTP service via Avahi when sftp-server is installed. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | avahi: factor out service files into own packagesMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the user to select individual services to be announced via Avahi. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | avahi: trim descriptions of HTTP and SSH servicesMichael Heimpold2014-12-08
|/ / / | | | | | | | | | | | | | | | | | | This makes the description of the HTTP and SSH services look the same as in other distributions as suggested by kirelagin in #543. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | privoxy: moved to github and update to 3.0.22Steven Barth2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moved from oldpackages to github - set maintainer - update pkg source to new version 3.0.22 - run privoxy as non root user privoxy:privoxy - using procd including network events to restart on changes - log start and stop to syslog, privoxy not using syslog Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | Merge pull request #595 from ffainelli/stokenNikos Mavrogiannopoulos2014-12-08
|\ \ \ | | | | | | | | Add stoken and update openconnect to use it
| * | | openconnect: add an option to support stokenFlorian Fainelli2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new build configuration option for openconnect and let it link against libstoken if instructed to. Two new uci configuration variables are introduced: "token_mode" and "token_secret" to allow openconnect to use those. Signed-off-by: Florian Fainelli <florian@openwrt.org>
| * | | utils: add stokenFlorian Fainelli2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES). stoken supports libtomcrypt and libnettle, we build against nettle by default since tomcrypt is not packaged by OpenWrt Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | | Merge pull request #613 from the2masters/prosodyThomas Heil2014-12-08
|\ \ \ \ | | | | | | | | | | prosody: update to 0.9.7
| * | | | prosody: update to 0.9.7Stefan Hellermann2014-12-08
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update prosody to 0.9.7 to get the latest fixes. Changelogs: http://blog.prosody.im/prosody-0-9-5-released/ http://blog.prosody.im/prosody-0-9-6-released/ http://blog.prosody.im/prosody-0-9-7-released/ Tested for a few days with a dozen clients Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* / / / btrfs-progs: fix libattr linking and dependencyDaniel Golle2014-12-08
|/ / / | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #608 from chris5560/masterSteven Barth2014-12-07
|\ \ \ | | | | | | | | ddns-scripts: Update to version 2.1.0-3
| * | | ddns-scripts: Update to version 2.1.0-3Christian Schoenebeck2014-12-07
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed special handling for dynamic_dns_helper.sh and url_escape.sed in Makefile/postinst - minor fixes in logging - allow retry_count of "0" to run infinite retrys on error -- https://dev.openwrt.org/ticket/18382 - changed naming of .dat and .err file to have one per section, not one per process - defer hotplug helper from 25-ddns to 95-ddns (according initscript START=95) -- https://github.com/openwrt/packages/issues/568 (#568) - fix commandline for busybox wget -- https://dev.openwrt.org/ticket/18411 -- https://dev.openwrt.org/ticket/18437 -- https://github.com/openwrt/packages/issues/605 (#605) - remove checking answer from ddns provider because there are to many different. Some providers do not follow API from dyndns.com Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | Merge pull request #607 from wongsyrone/patch-1Steven Barth2014-12-07
|\ \ \ | | | | | | | | fdm: add missing quote mark in Makefile
| * | | fdm: add missing quote mark in MakefileSyrone Wong2014-12-07
|/ / / | | | | | | | | | | | | | | | | | | This commit will fix compile warning as below tmp/.config-package.in:22096:warning: multi-line strings not supported Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>