aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ocserv: doc updateNikos Mavrogiannopoulos2015-12-07
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #2084 from ClaymorePT/boost_7Ted Hess2015-12-07
|\ | | | | Boost: Update 7
| * Boost: Update 7Carlos Miguel Ferreira2015-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major fixes: - Due to incompatibility issues with other packages which depend upon boost libraries being built with system names (without name tags): - multi-thread support is now active by default. - boost libraries do not have name tags by default. - Added "Use tagged names." options - This option provides access to Single threaded option and Debug option. - The use of name tags is required to build the debug and single threaded versions. Minor fixes (proposed by Thess): - "Compile Static Libraries" is active by default - "Use shared version of C and C++ runtimes for shared libraries" is now active by default - Several dependency notation fixes Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | Merge pull request #2077 from ryzhovau/etherwake_ldflagstripolar2015-12-07
|\ \ | | | | | | etherwake: respect LDFLAGS
| * | etherwake: respect LDFLAGSAlexander Ryzhov2015-12-06
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | unrar: update to v5.3.8Álvaro Fernández Rojas2015-12-07
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | unrar: split unrar and libunrar into build variants, add missing InstallDevÁlvaro Fernández Rojas2015-12-07
| | | | | | | | | | | | | | | | | | | | | | | | Building unrar together with libunrar creates conflicts that can be fixed by doing separate builds. Closes https://github.com/openwrt/packages/pull/2060. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #2042 from neheb/mastertripolar2015-12-07
|\ \ \ | | | | | | | | openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
| * | | openssh: remove dsa and add ecdsa + ed25519 to initial keygen.Mangix2015-11-27
| | | | | | | | | | | | | | | | Signed-off by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #2085 from jefferyto/python-enum34-updateHannu Nyman2015-12-07
|\ \ \ \ | | | | | | | | | | python-enum34: update to 1.1.1, omit docs and tests from package
| * | | | python-enum34: update to 1.1.1, omit docs and tests from packageJeffery To2015-12-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1982 from FlorianFieber/python3Hannu Nyman2015-12-07
|\ \ \ \ \ | |/ / / / |/| | | | Python3: Add python3-pip, python3-setuptools and their dependencies
| * | | | python3: Add new package python3-pipFlorian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Add new packages python3-setuptoolsFlorian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Add new packages python3-{dev,lib2to3}Florian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Port changes from python-package.mk to python3-package.mkFlorian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add configure arguments for distutils path detection - Add '_python_*' env vars to host python Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Download source archive via httpsFlorian Fieber2015-11-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
* | | | | Merge pull request #2034 from jefferyto/python-cffi-hostHannu Nyman2015-12-07
|\ \ \ \ \ | | | | | | | | | | | | python-cffi: add host compile/install, upgrade to 1.3.1
| * | | | | python-cffi: add host compile/install, upgrade to 1.3.1Jeffery To2015-11-27
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This depends on: - python-setuptools host install (#1985) - python-pycparser host install (#2033) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2033 from jefferyto/python-pycparser-hostHannu Nyman2015-12-07
|\ \ \ \ \ | | | | | | | | | | | | python-pycparser: add host compile/install
| * | | | | python-pycparser: increment PKG_RELEASEJeffery To2015-12-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-pycparser: remove unnecessary filespec sectionJeffery To2015-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-pycparser: add host compile/installJeffery To2015-11-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This depends on: - python-setuptools host install (#1985) - python-ply host install (#2032) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2032 from jefferyto/python-ply-hostHannu Nyman2015-12-07
|\ \ \ \ \ | | | | | | | | | | | | python-ply: add host compile/install
| * | | | | python-ply: increment PKG_RELEASEJeffery To2015-12-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-ply: add host compile/installJeffery To2015-11-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This depends on python-setuptools host install in PR #1985 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2079 from ryzhovau/vnstat_ldflagsJo-Philipp Wich2015-12-07
|\ \ \ \ \ | | | | | | | | | | | | vnstat: respect LDFLAGS
| * | | | | vnstat: respect LDFLAGSAlexander Ryzhov2015-12-06
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | Merge pull request #2075 from ryzhovau/postgresql_uclibcJo-Philipp Wich2015-12-07
|\ \ \ \ \ | |_|_|_|/ |/| | | | postgresql: now visible with uclibc
| * | | | postgresql: now visible with uclibcAlexander Ryzhov2015-12-06
| |/ / / | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | avrdude: Fix inclusion of libelf when BUILD_NLS=yTed Hess2015-12-06
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | adding package 'icu'Mirko Vogt2015-12-06
| | | | | | | | | | | | | | | | Signed-off-by: Mirko Vogt <mirko@openwrt.org>
* | | | Merge pull request #2073 from ryzhovau/lvm2_urlDaniel Golle2015-12-06
|\ \ \ \ | |/ / / |/| | | lvm2: fix source URL
| * | | lvm2: fix source URLAlexander Ryzhov2015-12-06
|/ / / | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | Merge pull request #1985 from jefferyto/python-setuptools-hostHannu Nyman2015-12-06
|\ \ \ | | | | | | | | python-setuptools: add ability to install on host
| * | | python-setuptools: add ability to install on hostJeffery To2015-11-24
| | |/ | |/| | | | | | | | | | | | | This depends on python-host.mk in PR #1984 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #2062 from commodo/python-setuptools-upgradeHannu Nyman2015-12-06
|\ \ \ | | | | | | | | python-setuptools: upgrade to version 18.7
| * | | python-setuptools: upgrade to version 18.7Alexandru Ardelean2015-12-01
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #2064 from commodo/python-pip-ca-certsHannu Nyman2015-12-06
|\ \ \ \ | | | | | | | | | | python-pip: add ca-certificates as dependency
| * | | | python-pip: add ca-certificates as dependencyAlexandru Ardelean2015-12-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2055 from aTanW/masterHannu Nyman2015-12-06
|\ \ \ \ \ | | | | | | | | | | | | gammu: bump to upstream 1.36.7
| * | | | | gammu: bump to upstream 1.36.7aTanW2015-12-01
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | | libshout: Make separate pkg_config files for libs. Fixes ices buildTed Hess2015-12-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #2071 from thess/dosfstools-updateTed Hess2015-12-04
|\ \ \ \ \ | | | | | | | | | | | | dosfstools: bump to 3.0.28, fix URLs - dev moved to github
| * | | | | dosfstools: bump to 3.0.28, fix URLs - dev moved to githubTed Hess2015-12-04
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | gnunet: work-around config sections namingDaniel Golle2015-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnunet's config section may contain dashes '-' which isn't an allowed character for sections in UCI. Thus replace the first underscore with a dash which in gnunet-config sections, as that happends to be work for all currently used sections. e.g. this now allows accessing sections like transport-http_server via an UCI sections called transport_http_server as well as namestore-flat using an UCI section called namestore_flat. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnunet: improve packagingDaniel Golle2015-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some general packaging fixes for cadet and conversation. allow building experimental components multicast, psyc, social. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnunet: update to svn r36713Daniel Golle2015-12-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | lvm2: update to 2.02.136Daniel Golle2015-12-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | cryptsetup: update to 1.7.0Daniel Golle2015-12-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>