aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnunet: update to revision 37051 plus some small fixesDaniel Golle2016-04-18
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #2608 from damianorenfer/masterTed Hess2016-04-17
|\ | | | | libs/libsodium: update to 1.0.10
| * libs/libsodium: update to 1.0.10Damiano Renfer2016-04-17
| | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | crelay: Update to 0.10, refresh patches, remove daemon background callTed Hess2016-04-17
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #2607 from openwrt-es/shairport-sync-nextTed Hess2016-04-17
|\ | | | | shairport-sync: update to 2.8.2
| * shairport-sync: update to 2.8.2Álvaro Fernández Rojas2016-04-17
|/ | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #2103 from dangowrt/update-libmicrohttpdDaniel Golle2016-04-17
|\ | | | | libmicrohttpd: update to 0.9.49
| * libmicrohttpd: update to 0.9.49Daniel Golle2016-04-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #2583 from obsy/masterHannu Nyman2016-04-16
|\ \ | | | | | | transmission: split packages depending on selected cryptography library
| * | transmission: split packages depending on selected cryptography libraryCezary Jackiewicz2016-04-16
| | | | | | | | | | | | | | | | | | transmission: Shortening the title Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
* | | Merge pull request #2327 from yousong/aircrack-ngYousong Zhou2016-04-16
|\ \ \ | | | | | | | | aircrack-ng: split out airmon-ng as a separate package.
| * | | aircrack-ng: split out airmon-ng as a separate package.Yousong Zhou2016-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As said in a related github discussion thread [1], OpenWrt is so small a system that - "airmon-ng check kill" does not have much to check - airmon-ng takes up too much space for not that much benefit (bringing up monitor interface with just iw should be enough for at least b43 and ath9k drivers) Airmon-ng depends on a lot of utility binaries to run and these dependencies increase the installation size. With this commit we can provide a working airmon-ng and a smaller aircrack-ng package. Dependency spec of airmon-ng is also reworked to - select usbutils only if USB feature is available - select pciutils only if PCI feature is available While doing the split, this commit also contains a few other minor changes - Use SPDX identifier for license name. - Add PKG_LICENSE_FILES definition. - Set PKG_MAINTAINER (MAINTAINER variable will take value from it). [1] https://github.com/openwrt/packages/pull/1693 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #2605 from commodo/python-fix-buildHannu Nyman2016-04-16
|\ \ \ \ | | | | | | | | | | python: revert $(STAGING_DIR)/host to $(STAGING_DIR)/host change
| * | | | python: revert $(STAGING_DIR)/host to $(STAGING_DIR)/host changeAlexandru Ardelean2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, override all prefix args in the HOST_CONFIGURE_ARGS so that this works fine on CC/15.05. There are some changes in core regarding package builds that require this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2606 from commodo/python3-fix-buildHannu Nyman2016-04-16
|\ \ \ \ \ | | | | | | | | | | | | python3: revert $(STAGING_DIR)/host to $(STAGING_DIR_HOST) change
| * | | | | python3: revert $(STAGING_DIR)/host to $(STAGING_DIR_HOST) changeAlexandru Ardelean2016-04-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, override all prefix args in the HOST_CONFIGURE_ARGS so that this works fine on CC/15.05. There are some changes in core regarding package builds that require this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | / collectd: stop service on shutdownJo-Philipp Wich2016-04-15
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Merge pull request #2530 from dangowrt/update-postgresql-to-9-5-1Jo-Philipp Wich2016-04-15
|\ \ \ \ | |/ / / |/| | | postgresql: update source to 9.5.1 and refresh patches
| * | | postgresql: update source to 9.5.1 and refresh patchesDaniel Golle2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the additional include path for host-build of ecpg is no longer required and started breaking the build (PostgeSQL BUG-14033), remove it. Also, pgsql-server no longer requires shadow-su since procd can take care of starting it running under the appropriate user. Moving the dependency to pgsql-cli makes sense as the 'su' command is still needed to boot-strap a new data directory and also commonly used for other administration tasks. However, in that way the CLI and shadow-su can be removed during production once pgsql-server has been setup. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #2602 from commodo/python3-pipHannu Nyman2016-04-14
|\ \ \ \ | | | | | | | | | | python3-pip: bump to version 8.1.1
| * | | | python3-pip: bump to version 8.1.1Alexandru Ardelean2016-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2601 from commodo/python-pip-upgradeHannu Nyman2016-04-14
|\ \ \ \ \ | | | | | | | | | | | | python-pip: bump to version 8.1.1
| * | | | | python-pip: bump to version 8.1.1Alexandru Ardelean2016-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems it's some Unicode fix that required a small release. https://pip.pypa.io/en/stable/news/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2599 from commodo/python-setuptools-upgradeHannu Nyman2016-04-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-setuptools: upgrade to version 20.7.0
| * | | | | | python-setuptools: upgrade to version 20.7.0Alexandru Ardelean2016-04-14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-setuptools releases more often than my preference. Every once in a while I sync up with the latest released. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2598 from commodo/python3-update-staging-dir-hostHannu Nyman2016-04-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)
| * | | | | | python3: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)Alexandru Ardelean2016-04-14
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | I ommitted 1 element when pushing. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2600 from commodo/python3-setuptools-upgradeHannu Nyman2016-04-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | python3-setuptools upgrade to version 20.7.0
| * | | | | python3-setuptools upgrade to version 20.7.0Alexandru Ardelean2016-04-14
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2596 from commodo/python-update-staging-dir-hostHannu Nyman2016-04-14
|\ \ \ \ \ | | | | | | | | | | | | python: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)
| * | | | | python: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)Alexandru Ardelean2016-04-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that this can become an issue. Found when building python3-setuptools from packages/trunk in openwrt/15.05. python3-setuptools is not in packages/for-15.05 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2595 from commodo/python3-upgradeHannu Nyman2016-04-14
|\ \ \ \ \ | | | | | | | | | | | | python3: upgrade to version 3.5.1
| * | | | | python3: upgrade to version 3.5.1Alexandru Ardelean2016-04-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2591 from ianchi/youtube-dlchamptar2016-04-14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Create youtube-dl package
| * | | | | Create youtube-dl packageAdrian Panella2016-04-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | Merge pull request #2594 from stweil/masterHannu Nyman2016-04-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | libs: Fix typos (found by codespell)
| * | | | | | libs: Fix typos (found by codespell)Stefan Weil2016-04-13
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | Merge pull request #2587 from stweil/masterHannu Nyman2016-04-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | net: Fix typos (found by codespell)
| * | | | | | net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | | Merge pull request #2593 from fededim/masterHannu Nyman2016-04-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lftp: updated to 4.7.1, davfs2: updated to 1.5.3 and reintroduced support for libssp
| * | | | | | | lftp: updated to 4.7.1Rupan2016-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | davfs2: updated to 1.5.3 and reintroduced support for libssp Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | | | nmap: bump to 7.12Nuno Goncalves2016-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | | Merge pull request #2432 from kbabioch/wifitoggle-empty-ledNuno Goncalves2016-04-12
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | wifitoggle: Fix empty led_sysfs option
| * | | | | | | wifitoggle: Do not generate error message in case of empty led_sysfsKarol Babioch2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While an empty led_sysfs definition works as intended (no LED state is touched), an error message is generated, since the appropriate sysfs interface does not exist: Sat Feb 27 16:42:55 2016 user.err wifitoggle: led: not found This patch makes sure that no such error message will be generated. Signed-off-by: Karol Babioch <karol@babioch.de>
* | | | | | | | Merge pull request #2592 from luizluca/sane-backends_add-configLuiz Angelo Daros de Luca2016-04-12
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | sane-backends: add missing config file
| * | | | | | | sane-backends: add missing config fileLuiz Angelo Daros de Luca2016-04-12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /etc/xinetd.d/sane-port is a config file. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | mosquitto: support optionally writing pidfilesKarl Palsson2016-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses procd built in pid file support, rather than mosquittos built in support. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | Merge pull request #2589 from zioproto/tincSaverio Proto2016-04-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tinc: version bump 1.0.28
| * | | | | | | tinc: version bump 1.0.28Saverio Proto2016-04-10
| | | | | | | |
* | | | | | | | Merge pull request #2590 from sairon/tvheadend-version-updateHannu Nyman2016-04-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | tvheadend: update to 4.0.9