aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | liboping: import from oldpackages, add myself as maintainer, add license ↵Jo-Philipp Wich2014-07-02
| | | | | | | | | | | | information Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | ocserv: Added conffiles sectionNikos Mavrogiannopoulos2014-07-02
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | openconnect: increase timeout time on resolving error and use the IPs for ↵Nikos Mavrogiannopoulos2014-07-01
| | | | | | | | | | | | proto_add_host_dependency Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge branch 'master' of github-openwrt:openwrt/packagesPeter Wagner2014-07-01
|\ \
| * | protobuf: make it compile with __MIPSEB__ (ar71xx)Etienne CHAMPETIER2014-07-01
| | | | | | | | | | | | | | | | | | it's only compile tested Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | | grep: import from packages and update to the latest versionPeter Wagner2014-07-01
|/ /
* | opensc: partially revert commit 79bdb90Daniel Golle2014-07-01
| | | | | | | | | | | | add actual libpkcs11-spy dependencies and restore submenus Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #73 from champtar/openscNikos Mavrogiannopoulos2014-07-01
|\ \ | | | | | | opensc: fix compilation
| * | opensc: fix compilationEtienne CHAMPETIER2014-06-30
| | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | | fastd: update to v14Matthias Schiffer2014-06-30
| | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | haproxy: patches from upstreamThomas Heil2014-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 7/9] BUILD: remove TODO from the spec file and add READM - [PATCH 8/9] MINOR: log: make MAX_SYSLOG_LEN overridable at build time - [PATCH 9/9] MEDIUM: log: support a user-configurable max log line length Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | patch: --disable-xattr (v2)Etienne CHAMPETIER2014-06-30
| | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | | patch: --disable-xattrEtienne CHAMPETIER2014-06-30
| | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | | etherwake: disable PKG_CHECK_FORMAT_SECURITY for nowEtienne CHAMPETIER2014-06-30
| | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | | libpcre: import from packages, add myself as the maintainerThomas Heil2014-06-30
|/ / | | | | | | | | | | | | | | | | | | | | This adds the pcre, aka libpcre package from the old svn tree. Ive updated the package to the last version end checked that it builds with various plattforms. The patch 750-pcre_config_cross.patch is not longer necessary, so I removed him. The old package needs to be removed from the svn package tree. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | glib2: import from packages and update to the latest versionPeter Wagner2014-06-30
| |
* | libffi: import from packages and update to latest versionPeter Wagner2014-06-30
| |
* | portmap: import from packagesPeter Wagner2014-06-30
| |
* | tcp_wrappers: import from packagesPeter Wagner2014-06-30
| |
* | pulseaudio: remove avahi supportPeter Wagner2014-06-30
| |
* | alsa-lib: import from packagesPeter Wagner2014-06-30
| |
* | speex: import from packagesPeter Wagner2014-06-30
| |
* | libsndfile: import from packagesPeter Wagner2014-06-30
|/
* Merge pull request #57 from champtar/formatnbd1682014-06-30
|\ | | | | | | PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now) Merged before the changes to OpenWrt trunk in order to avoid regressions.
| * PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-06-24
| | | | | | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | etherwake: import from packagesPeter Wagner2014-06-28
| |
* | ocserv: install missing ocserv-scriptNikos Mavrogiannopoulos2014-06-28
| |
* | gnutls: cryptodev option depends on cryptodev kmod.Nikos Mavrogiannopoulos2014-06-28
| |
* | gnutls: Added default optionsNikos Mavrogiannopoulos2014-06-28
| |
* | ocserv: updated to 0.8.1Nikos Mavrogiannopoulos2014-06-28
| |
* | Merge pull request #60 from mstorchak/rsync_try2Florian Fainelli2014-06-27
|\ \ | | | | | | rsync: import from packages, update to latest, add acl and xattr support
| * | rsync: add support for ACL and XATTRMaxim Storchak2014-06-27
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | acl: add ACL tools and libsMaxim Storchak2014-06-27
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | attr: add xattr tools and libsMaxim Storchak2014-06-27
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | rsync: update to the latest, add myself as a maintainterMaxim Storchak2014-06-27
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | rsync: import from packagesMaxim Storchak2014-06-27
|/ / | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | Merge pull request #58 from cpatulea/mastersbyx2014-06-26
|\ \ | | | | | | openssh: fix openssh-sftp-server deps when SSP_SUPPORT
| * | openssh: fix openssh-sftp-server deps when SSP_SUPPORTCatalin Patulea2014-06-26
| | |
* | | libevent: mark as legacy (trunk has libevent2)Steven Barth2014-06-26
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | haproxy: patches from upstream (ssl,counter,stick-table, track)Thomas Heil2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUG/MINOR: ssl: Fix external function in order not to return a pointer on an internal trash buffer - BUG/MINOR: counters: do not untrack counters before logging - BUG/MAJOR: sample: correctly reinitialize sample fetch context before calling sample_process() - MINOR: stick-table: make stktable_fetch_key() indicate why it failed - BUG/MEDIUM: counters: fix track-sc* to wait on unstable contents Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | udpxy: Simplify configuration.Álvaro Fernández Rojas2014-06-26
| |/ |/| | | | | | | | | This fixes https://dev.openwrt.org/ticket/16863. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | haproxy: upgrade to version 1.5.1Thomas Heil2014-06-24
| | | | | | | | | | | | | | Bugs from 1.5.0 can cause file descriptor leak, results in the impossibility to accept new connections after some time. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | nginx: fix dependence to NGINX_SSLThomas Heil2014-06-24
| | | | | | | | | | | | | | the upstream_check and proxyprotocol module need NGINX_SSL. So remove them from default and add the according dependence. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | nginx: make depencies more stricterThomas Heil2014-06-24
| | | | | | | | | | | | | | This should fix isse #54. It should no not be possible to select an nginx subpackage without the appropriate module. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | zabbix: fix zabbix-extra-wifi discovery ruleEtienne CHAMPETIER2014-06-24
| | | | | | | | | | | | As it use ubus call you need to run zabbix as root for it to work Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | haproxy: upstream commit, properly initialize and count logThomas Heil2014-06-23
| | | | | | | | | | | | [PATCH 6/6] BUG/MINOR: logs: properly initialize and count log sockets Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | cshark: bump packageLuka Perkov2014-06-23
| | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | cshark: fix build failureLuka Perkov2014-06-23
| | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | Merge pull request #52 from heil/crtmpserversbyx2014-06-23
|\ \ | | | | | | crtmpserver: import from packages, add myself as the maintainer