Michael Hanselmann [Mon, 14 Dec 2015 22:13:26 +0000 (23:13 +0100)]
[Unbound] Update to 1.5.7
Bump unbound to version 1.5.7 released on December 10, 2015.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Ted Hess [Mon, 14 Dec 2015 18:32:42 +0000 (13:32 -0500)]
Merge pull request #2100 from ClaymorePT/boost_8
Boost: Update 8
Hannu Nyman [Mon, 14 Dec 2015 17:42:35 +0000 (19:42 +0200)]
Merge pull request #2123 from commodo/ovs-musl-fix
openvswitch: fix build with musl and GCC 5
Hannu Nyman [Mon, 14 Dec 2015 17:40:13 +0000 (19:40 +0200)]
Merge pull request #2120 from commodo/ibrcommon-fix-musl-build
ibrcommon: fix build on musl
Nuno Goncalves [Mon, 14 Dec 2015 13:08:18 +0000 (13:08 +0000)]
Merge pull request #2091 from kzyapkov/sshtunnel
sshtunnel: switch to procd
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Hannu Nyman [Mon, 14 Dec 2015 09:11:01 +0000 (11:11 +0200)]
Merge pull request #2125 from aTanW/master
gammu: bump to new upstream 1.36.8
Kiril Zyapkov [Wed, 9 Dec 2015 21:43:42 +0000 (23:43 +0200)]
sshtunnel: switch to procd
This changeset removes the shell wrapper the package used previously,
and uses the instance-management abilities of procd to track ssh
processes. Many fixes and improvements were integrated from the
package maintainer's branch at
https://github.com/nunojpg/packages/tree/sshtunnel
Signed-off-by: Kiril Zyapkov <kiril.zyapkov@gmail.com>
aTanW [Mon, 14 Dec 2015 06:06:48 +0000 (09:06 +0300)]
gammu: bump to new upstream 1.36.8
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Nuno Goncalves [Sun, 13 Dec 2015 23:20:21 +0000 (23:20 +0000)]
rtl-ais: add procd validation
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
tripolar [Sun, 13 Dec 2015 22:44:57 +0000 (23:44 +0100)]
Merge pull request #2124 from commodo/ntpd-build-fix
ntpd: add libcap to default dependencies of the ntpd package
Alexandru Ardelean [Sun, 13 Dec 2015 21:01:14 +0000 (23:01 +0200)]
ntpd: add libcap to default dependencies of the ntpd package
Seems ntpdate also requires this lib:
```
Package ntpdate is missing dependencies for the following libraries:
libcap.so.2
make[2]: *** [/store/buildbot/slave/ar71xx/build/bin/ar71xx/packages/packages/ntpdate_4.2.8p4-1_ar71xx.ipk] Error 1
make[2]: Leaving directory `/store/buildbot/slave/ar71xx/build/feeds/packages/net/ntpd'
```
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Luka Perkov [Sun, 13 Dec 2015 20:42:41 +0000 (21:42 +0100)]
Merge pull request #2121 from v-vid/master
bump version to 3.5.12
Nuno Goncalves [Sun, 13 Dec 2015 20:35:24 +0000 (20:35 +0000)]
nmap: bump to 7.01
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Alexandru Ardelean [Sun, 13 Dec 2015 19:45:20 +0000 (21:45 +0200)]
openvswitch: fix build with musl and GCC 5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 13 Dec 2015 16:57:54 +0000 (18:57 +0200)]
ibrcommon: fix build on musl
Build error:
```
make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data'
CXX BLOB.lo
CXX ConfigFile.lo
CXX File.lo
File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const':
File.cpp:229:44: error: 'basename' was not declared in this scope
return std::string(basename(_path.c_str()));
^
make[6]: *** [File.lo] Error 1
```
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
tripolar [Sun, 13 Dec 2015 17:55:08 +0000 (18:55 +0100)]
Merge pull request #2119 from commodo/glib2-fix-host-build
glib2: fix host build
v-vid [Sun, 13 Dec 2015 17:14:02 +0000 (18:14 +0100)]
Bump version to 3.5.12
Alexandru Ardelean [Sun, 13 Dec 2015 16:00:00 +0000 (18:00 +0200)]
glib2: fix host build
Replace libintl/host with gettext-full/host.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Sun, 13 Dec 2015 15:13:19 +0000 (17:13 +0200)]
python: bump PKG_RELEASE
Bump PKG_RELEASE of python 2.7.11 as there have been several fixes
since the initial release.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 13 Dec 2015 15:06:26 +0000 (17:06 +0200)]
Merge pull request #2118 from commodo/python2-fix-typo
python2: fix typo in HostPython function
Alexandru Ardelean [Sun, 13 Dec 2015 09:40:11 +0000 (11:40 +0200)]
python2: fix typo in HostPython function
I call this the curse of the End-Of-The-Year for me.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Sat, 12 Dec 2015 13:04:51 +0000 (15:04 +0200)]
Merge pull request #2115 from commodo/python2-fix-setuptools
python: fix HostPython again
Alexandru Ardelean [Sat, 12 Dec 2015 10:57:19 +0000 (12:57 +0200)]
python: fix HostPython again
Tested on python-setuptools.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Tue, 8 Dec 2015 22:18:16 +0000 (17:18 -0500)]
zile: Remove unecessary dependence on libncurses (non-w) version
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Fri, 11 Dec 2015 15:33:01 +0000 (17:33 +0200)]
Merge pull request #2109 from commodo/python2-fix
python: fix HostPython host/target selection
Alexandru Ardelean [Fri, 11 Dec 2015 15:13:21 +0000 (17:13 +0200)]
python: fix HostPython host/target selection
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Fri, 11 Dec 2015 14:51:07 +0000 (16:51 +0200)]
Merge pull request #2108 from commodo/python-2-7-11-upgrade
python: fix upgrade 2.7.11 goof
Alexandru Ardelean [Fri, 11 Dec 2015 14:47:53 +0000 (16:47 +0200)]
python: fix upgrade 2.7.11 goof
Seems those pkgconfig file paths were revealed to be incorrect
after doing a full clean build.
And I only had to inspiration to do one after doing the initial PR.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Fri, 11 Dec 2015 14:32:20 +0000 (16:32 +0200)]
Merge pull request #2107 from commodo/python-2-7-11-upgrade
python: upgrade to version 2.7.11
Alexandru Ardelean [Mon, 7 Dec 2015 14:09:31 +0000 (16:09 +0200)]
python: upgrade to version 2.7.11
And split python-dev and python-lib2to3 packages.
Seems for python3 this was done, so we'll sync here.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 11 Dec 2015 10:01:21 +0000 (12:01 +0200)]
python: unify HostPython and HostHostPython functions
That means basically moving the host Python from $(STAGING_DIR_HOST)
to $(STAGING_DIR_HOST)/usr and making the PYTHONPATH var
as an argument.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 8 Dec 2015 07:45:40 +0000 (09:45 +0200)]
python: remove newline function; it's also in OpenWRT core
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Fri, 11 Dec 2015 11:52:48 +0000 (13:52 +0200)]
Merge pull request #2105 from dddaniel/master
atftp: Fix "undefined reference" linker errors.
cmf [Thu, 10 Dec 2015 20:56:22 +0000 (20:56 +0000)]
Boost: Update 8
Major fixes:
- The "Select Boost Options" was improved:
- In previous versions, it was possible to unselect both Shared and Static
options, so that there would be nothing to be built. This was solved by
creating a choice menu "Compile Boost libraries".
- A new choice menu was also created for Boost Run-time linkage called
"Selects Boost Run-time linkage", which is used to select the C and C++
runtime. This choice menu obeys to the required restrictions by boost
options [1].
- Fixed the invalid combination where boost shared version could be linked
to C and C++ static runtime. This is not allowed by the boost builder.
- Added new menu where a Boost building variant can be chosen from 3 options:
- Release: The optimized version for daily use.
- Debug: The debugging version, for testing purposes.
- Profiling: The profiling version for evaluation purposes.
- Improved options help descriptions.
Minor fixes:
- Makefile Version was bumped from 6 to 8 because the previous update [2] did
not bumped the value acordingly to the submission rules.
- Removed stuff that was not doing anything: "-sBUILD=release"
- Changed builder executable from "bjam" to "b2" which is the correct caller:
- "bjam" is the old name and exists only for compatibility purposes.
[1]: http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html
[2]: openwrt#2084
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
Daniel Danzberger [Fri, 11 Dec 2015 10:52:20 +0000 (11:52 +0100)]
atftp: Fix "undefined reference" linker errors.
These errors were caused by using "inline" functions in a non-static context.
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
Hannu Nyman [Fri, 11 Dec 2015 09:16:13 +0000 (11:16 +0200)]
Merge pull request #2102 from fededim/master
davfs2: simplified dependencies and added support for LFS
Rupan [Fri, 11 Dec 2015 01:54:52 +0000 (02:54 +0100)]
davfs2: simplified dependencies and added support for LFS
Signed-off-by: Federico Di Marco <fededim@gmail.com>
Hannu Nyman [Thu, 10 Dec 2015 20:53:52 +0000 (22:53 +0200)]
Merge pull request #2061 from commodo/python-psycopg2-fix
python-psycopg2: fix build
Marcel Denia [Thu, 10 Dec 2015 21:40:21 +0000 (22:40 +0100)]
perl: Work around recompile failures
Apparently, recompiling/relinking fails under some circumstances. This
patch has been reported to work around that issue.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Ted Hess [Thu, 10 Dec 2015 16:46:10 +0000 (11:46 -0500)]
Merge pull request #2098 from gibsson/triggerhappy_v1
triggerhappy: bump PKG_REV to fix input header creation
Gary Bisson [Thu, 10 Dec 2015 12:11:45 +0000 (13:11 +0100)]
triggerhappy: bump PKG_REV to fix input header creation
Current configuration creates empty evtable_*.h header which makes all
the input event appear as "Unknown (null) event".
The maintainer of the project submitted a patch to fix this issue:
https://github.com/wertarbyte/triggerhappy/commit/
7e5abc6
Thanks to this version bump, the old OpenWRT patch can be removed.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Hannu Nyman [Thu, 10 Dec 2015 09:09:00 +0000 (11:09 +0200)]
Merge pull request #2089 from commodo/python-pip-conf
python-pip: add site-wide pip.conf with defaults
Hannu Nyman [Thu, 10 Dec 2015 09:00:03 +0000 (11:00 +0200)]
Merge pull request #2097 from oneru/nano-2.5
Update nano to 2.5.0
Alexandru Ardelean [Thu, 3 Dec 2015 19:48:11 +0000 (21:48 +0200)]
python-pip: add site-wide pip.conf with defaults
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Toke Høiland-Jørgensen [Wed, 9 Dec 2015 14:01:14 +0000 (15:01 +0100)]
sqm-scripts: Bump to v1.0.6.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Alexandru Ardelean [Tue, 1 Dec 2015 16:16:49 +0000 (18:16 +0200)]
python-psycopg2: fix build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Jonathan Bennett [Tue, 8 Dec 2015 15:06:27 +0000 (09:06 -0600)]
Update nano to 2.5.0
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Nikos Mavrogiannopoulos [Mon, 7 Dec 2015 18:58:00 +0000 (19:58 +0100)]
libradcli: updated to 1.2.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Mon, 7 Dec 2015 18:55:18 +0000 (19:55 +0100)]
ocserv: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Ted Hess [Mon, 7 Dec 2015 17:08:45 +0000 (12:08 -0500)]
Merge pull request #2084 from ClaymorePT/boost_7
Boost: Update 7
tripolar [Mon, 7 Dec 2015 16:42:20 +0000 (17:42 +0100)]
Merge pull request #2077 from ryzhovau/etherwake_ldflags
etherwake: respect LDFLAGS
Álvaro Fernández Rojas [Mon, 7 Dec 2015 16:37:27 +0000 (17:37 +0100)]
unrar: update to v5.3.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Mon, 7 Dec 2015 16:27:15 +0000 (17:27 +0100)]
unrar: split unrar and libunrar into build variants, add missing InstallDev
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>
tripolar [Mon, 7 Dec 2015 15:30:18 +0000 (16:30 +0100)]
Merge pull request #2042 from neheb/master
openssh: remove dsa and add ecdsa +
ed25519 to initial keygen.
Hannu Nyman [Mon, 7 Dec 2015 11:47:27 +0000 (13:47 +0200)]
Merge pull request #2085 from jefferyto/python-enum34-update
python-enum34: update to 1.1.1, omit docs and tests from package
Hannu Nyman [Mon, 7 Dec 2015 11:46:08 +0000 (13:46 +0200)]
Merge pull request #1982 from FlorianFieber/python3
Python3: Add python3-pip, python3-setuptools and their dependencies
Jeffery To [Mon, 7 Dec 2015 11:12:18 +0000 (19:12 +0800)]
python-enum34: update to 1.1.1, omit docs and tests from package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Mon, 7 Dec 2015 09:13:49 +0000 (11:13 +0200)]
Merge pull request #2034 from jefferyto/python-cffi-host
python-cffi: add host compile/install, upgrade to 1.3.1
Hannu Nyman [Mon, 7 Dec 2015 09:12:54 +0000 (11:12 +0200)]
Merge pull request #2033 from jefferyto/python-pycparser-host
python-pycparser: add host compile/install
Hannu Nyman [Mon, 7 Dec 2015 09:12:33 +0000 (11:12 +0200)]
Merge pull request #2032 from jefferyto/python-ply-host
python-ply: add host compile/install
Jeffery To [Mon, 7 Dec 2015 09:03:24 +0000 (17:03 +0800)]
python-pycparser: increment PKG_RELEASE
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 7 Dec 2015 09:01:52 +0000 (17:01 +0800)]
python-ply: increment PKG_RELEASE
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jo-Philipp Wich [Mon, 7 Dec 2015 08:44:57 +0000 (09:44 +0100)]
Merge pull request #2079 from ryzhovau/vnstat_ldflags
vnstat: respect LDFLAGS
Jo-Philipp Wich [Mon, 7 Dec 2015 08:41:15 +0000 (09:41 +0100)]
Merge pull request #2075 from ryzhovau/postgresql_uclibc
postgresql: now visible with uclibc
Carlos Miguel Ferreira [Mon, 7 Dec 2015 04:41:07 +0000 (04:41 +0000)]
Boost: Update 7
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>
Ted Hess [Mon, 7 Dec 2015 00:56:44 +0000 (19:56 -0500)]
avrdude: Fix inclusion of libelf when BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
Mirko Vogt [Sun, 6 Dec 2015 22:15:32 +0000 (23:15 +0100)]
adding package 'icu'
Signed-off-by: Mirko Vogt <mirko@openwrt.org>
Daniel Golle [Sun, 6 Dec 2015 15:03:39 +0000 (16:03 +0100)]
Merge pull request #2073 from ryzhovau/lvm2_url
lvm2: fix source URL
Alexander Ryzhov [Sun, 6 Dec 2015 13:53:51 +0000 (08:53 -0500)]
vnstat: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Alexander Ryzhov [Sun, 6 Dec 2015 13:35:06 +0000 (08:35 -0500)]
etherwake: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Alexander Ryzhov [Sun, 6 Dec 2015 13:08:49 +0000 (08:08 -0500)]
postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Alexander Ryzhov [Sun, 6 Dec 2015 12:45:18 +0000 (07:45 -0500)]
lvm2: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Hannu Nyman [Sun, 6 Dec 2015 11:39:23 +0000 (13:39 +0200)]
Merge pull request #1985 from jefferyto/python-setuptools-host
python-setuptools: add ability to install on host
Hannu Nyman [Sun, 6 Dec 2015 11:16:34 +0000 (13:16 +0200)]
Merge pull request #2062 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 18.7
Hannu Nyman [Sun, 6 Dec 2015 11:13:01 +0000 (13:13 +0200)]
Merge pull request #2064 from commodo/python-pip-ca-certs
python-pip: add ca-certificates as dependency
Hannu Nyman [Sun, 6 Dec 2015 10:44:03 +0000 (12:44 +0200)]
Merge pull request #2055 from aTanW/master
gammu: bump to upstream 1.36.7
Ted Hess [Sat, 5 Dec 2015 21:39:31 +0000 (16:39 -0500)]
libshout: Make separate pkg_config files for libs. Fixes ices build
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Fri, 4 Dec 2015 20:06:55 +0000 (15:06 -0500)]
Merge pull request #2071 from thess/dosfstools-update
dosfstools: bump to 3.0.28, fix URLs - dev moved to github
Ted Hess [Fri, 4 Dec 2015 19:53:33 +0000 (14:53 -0500)]
dosfstools: bump to 3.0.28, fix URLs - dev moved to github
Signed-off-by: Ted Hess <thess@kitschensync.net>
Daniel Golle [Fri, 4 Dec 2015 17:56:08 +0000 (18:56 +0100)]
gnunet: work-around config sections naming
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>
Daniel Golle [Fri, 4 Dec 2015 17:30:58 +0000 (18:30 +0100)]
gnunet: improve packaging
some general packaging fixes for cadet and conversation.
allow building experimental components multicast, psyc, social.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Alexandru Ardelean [Tue, 1 Dec 2015 18:25:27 +0000 (20:25 +0200)]
python-pip: add ca-certificates as dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Daniel Golle [Thu, 3 Dec 2015 00:24:21 +0000 (01:24 +0100)]
gnunet: update to svn r36713
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 3 Dec 2015 00:23:28 +0000 (01:23 +0100)]
lvm2: update to 2.02.136
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 3 Dec 2015 00:23:03 +0000 (01:23 +0100)]
cryptsetup: update to 1.7.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 3 Dec 2015 00:22:44 +0000 (01:22 +0100)]
gnurl: update to 7.45.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 3 Dec 2015 00:22:21 +0000 (01:22 +0100)]
libinput: update to 1.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 3 Dec 2015 00:21:58 +0000 (01:21 +0100)]
libevdev: update to 1.4.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 3 Dec 2015 00:21:21 +0000 (01:21 +0100)]
glpk: update to 4.57
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 3 Dec 2015 00:21:01 +0000 (01:21 +0100)]
debootstrap: update to 1.0.75
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Mirko Vogt [Wed, 2 Dec 2015 14:27:08 +0000 (15:27 +0100)]
move slightly modified package 'daemonlogger' from old packages feed
Yousong Zhou [Mon, 16 Nov 2015 12:56:37 +0000 (20:56 +0800)]
xl2tpd: bump to version devel-
20151125
Main changes are as the following
- Allow specifying port in server option, e.g. example.com:1702 (fixes
github issue #1960 "xl2tpd port change bug").
- Fixes NULL dereference on connection timeout
- Update 100-makefile_opt_flags.patch
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
heil [Wed, 2 Dec 2015 11:06:32 +0000 (12:06 +0100)]
haproxy: bump to version 1.5.15
- integrate pending patches
Signed-off-by: heil <heil@terminal-consulting.de>
Jeffery To [Wed, 2 Dec 2015 10:06:49 +0000 (18:06 +0800)]
python-pycparser: remove unnecessary filespec section
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Tue, 1 Dec 2015 08:21:47 +0000 (10:21 +0200)]
python-setuptools: upgrade to version 18.7
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Tue, 1 Dec 2015 14:36:58 +0000 (09:36 -0500)]
Merge pull request #2023 from ClaymorePT/boost_6
boost: Update 6
aTanW [Tue, 1 Dec 2015 05:47:28 +0000 (08:47 +0300)]
gammu: bump to upstream 1.36.7
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Michael Heimpold [Mon, 30 Nov 2015 20:29:06 +0000 (21:29 +0100)]
php5: update to 5.6.16
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Mon, 30 Nov 2015 18:04:40 +0000 (20:04 +0200)]
Merge pull request #1997 from philenotfound/mutt
mutt: bring back from oldpackages
Hannu Nyman [Mon, 30 Nov 2015 11:41:45 +0000 (13:41 +0200)]
Merge pull request #2050 from aTanW/master
joe: fix key bindings