Daniel Dickinson
eb374e2d4d
net/rsync: Make using ACL/XATTR the default if it's core default
...
Core has an option to enable ACL/XATTR by default;
if that is set default rsync to use it.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com >
2017-01-10 16:26:10 -05:00
champtar and GitHub
36fa51e6ba
Merge pull request #2886 from Diftraku/lm-sensors
...
Change lm-sensors source URI to the working clone on GitHub
2016-07-04 23:59:30 +02:00
Ted Hess and GitHub
d5e32ca2ef
Merge pull request #2920 from xypron/relayctl
...
packages/utils: new package relayctl
2016-07-04 12:22:06 -04:00
Toni Kaija
fd8efbd964
Change lm-sensors source URI to the working clone on GitHub
...
Signed-off-by: Toni Kaija <toni.kaija@corefactory.com >
2016-07-04 14:06:19 +03:00
Yousong Zhou and GitHub
35cb289456
Merge pull request #2916 from zorun/wireguard
...
wireguard: Initial upload
2016-07-04 13:15:13 +08:00
Heinrich Schuchardt
8771b7b33e
packages/utils: new package relayctl
...
Package relayctl provides a command-line tool to control
SainSmart USB relay boards based on FTDI chips using bitbang
mode.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2016-07-03 21:23:31 +02:00
Konstantin Shalygin and Etienne CHAMPETIER
a4a9038f58
ldns: Avoid perl bug for manpages.
...
Fix #2663
Signed-off-by: Konstantin Shalygin <k0ste@cn.ru >
[refresh patch]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-07-03 14:19:59 +00:00
Etienne CHAMPETIER
d749882a68
Improve pull_request_template
...
commit message is copied at the end of the template when creating PR,
so swap instructions and template part
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-07-03 13:54:25 +00:00
Yousong Zhou and GitHub
caa7c466bb
Merge pull request #2918 from dibdot/adblock
...
adblock: update 1.3.2
2016-07-03 19:55:37 +08:00
Yousong Zhou and GitHub
5b17019304
Merge pull request #2917 from oneru/master
...
Nano: update to 2.6.0
2016-07-03 17:54:54 +08:00
Dirk Brenken
4bb8a34bbf
adblock: update 1.3.2
...
* only a few more fixes
Signed-off-by: Dirk Brenken <dev@brenken.org >
Euro 16: germany vs. italy 6:5 (after 18 penalties) :-)
2016-07-03 07:42:19 +02:00
Jonathan Bennett
48cfc50109
Nano: update to 2.6.0
...
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz >
2016-07-02 23:50:28 -05:00
champtar and GitHub
47d87165a1
Merge pull request #2915 from lynxis/libmicrohttpd0.9.50
...
libmicrohttpd: update to version 0.9.50
2016-07-02 19:46:36 +02:00
champtar and GitHub
fd17640c47
Merge pull request #2777 from blogic/krb5
...
krb5: more uninitialized warning errors
2016-07-02 19:44:54 +02:00
champtar and GitHub
88f797a499
Merge pull request #2780 from mstorchak/nfs-kernel-server
...
nfs-kernel-server: add workaround for musl getservbyport
2016-07-02 19:22:37 +02:00
Baptiste Jonglez
facf22d31f
wireguard: Initial upload
...
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org >
2016-07-02 19:00:31 +02:00
champtar and GitHub
4f384a3522
Merge pull request #2773 from blogic/smstools
...
smstoold: only define USE_ICONV if it is enabled
2016-07-02 18:53:31 +02:00
champtar and GitHub
dbff705c7e
Merge pull request #2697 from NeoRaider/lua-cjson-host
...
lua-cjson: add host build support
2016-07-02 18:09:35 +02:00
Hauke Mehrtens
6ed76187d6
iotivity: add some default security configuration
...
This is just a dummy configuration.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com >
2016-07-02 16:55:56 +02:00
Hauke Mehrtens
a29d7a887b
iotivity: make it possible to build the debug version
...
This adds a new config option to build IoTivity with debugging support.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com >
2016-07-02 16:55:11 +02:00
Hauke Mehrtens
cb764638e0
iotivity: fix package dependencies
...
add PKG_BUILD_DEPENDS and PKG_CONFIG_DEPENDS and also make the sub
packages select the main package.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com >
2016-07-02 16:54:58 +02:00
Hauke Mehrtens
6248f9a029
iotivity: update to version 1.1.0
...
This brings IoTivoity to version 1.1.0
The old @lantiq.com address does not work any more, update to the
@intel.com address.
The removed patches were merged upstream, but there are still some new ones needed.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com >
2016-07-02 16:53:07 +02:00
champtar and GitHub
17481f5b2d
Merge pull request #2645 from kissg1988/libffi
...
libffi: do not append multilib suffix (eg. '../lib64') to toolexeclibdir
2016-07-02 15:52:46 +02:00
champtar and GitHub
73afc9c023
Merge pull request #2722 from jow-/lttng-tools-fix
...
lttng-tools: musl compile fixes
2016-07-02 15:43:09 +02:00
Michal Hrusecky and Etienne CHAMPETIER
06d4dfe415
davfs2: No forced stack protector
...
davfs2 had hardcoded value for stack protector. If stack protector is disabled
in toolchain, it would break the build. Disabling the hardcoded value, counting
on settings in cross-build system.
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz >
[bump PKG_RELEASE]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-07-02 13:12:42 +00:00
champtar and GitHub
c6aa245059
Merge pull request #2902 from commodo/python3-win-exe-files-remove
...
python3: do not allow packaging of windows exe files
2016-07-02 14:46:08 +02:00
champtar and GitHub
d775032d38
Merge pull request #2901 from commodo/python-win-exe-files-remove
...
python: do not allow packaging of windows exe files
2016-07-02 14:45:41 +02:00
champtar and GitHub
7d5e546887
Merge pull request #2893 from jow-/procps-ng-fix
...
procps-ng: fix build on systems without gettext development utilities
2016-07-02 14:42:25 +02:00
Sebastian Careba and Etienne CHAMPETIER
dad2cd4f4b
netdata: add new package
...
Netdata (https://github.com/firehol/netdata ) is a real-time performance monitoring tool.
This submission uses the current Git prerelease, as the latest stable (1.1.0)doesn't build cleanly.
The default configuration makes a few changes for OpenWrt:
- access log is disabled by default; too verbose for the circular
syslog buffer, and logging to /tmp is risky memory-wise.
Some sort of external device would be ideal for this.
- error and debug logs are sent to OpenWrt's syslog
- history and frequency times are halved to reduce memory usage,
as recommended in the netdata wiki
- external plugins are disabled to eliminate the dependency on bash
and node.js. Those could be installed from OpenWrt packages if
you wish to enable that functionality.
All of those files are still present in the package. The installed
size could be reduced by eliminating those files first.
Signed-off-by: Claudio Leite <leitec@staticky.com >
Signed-off-by: Sebastian Careba <nitroshift@yahoo.com >
[squash commits, change PKG_VERSION]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-07-02 10:01:15 +00:00
champtar and GitHub
2bdc3323fe
Merge pull request #2572 from Skeen/lpc21isp
...
lpc21isp: Add the package
2016-07-02 11:36:16 +02:00
champtar and GitHub
21c6feb8ce
Merge pull request #2366 from jclehner/add-kmod-mtd-rw
...
Add mtd-rw kernel module
2016-07-02 11:18:13 +02:00
Hauke Mehrtens and Etienne CHAMPETIER
e9d97e52c0
lispmob: fix build with musl
...
lispmob accesses the gnu members of struct udphdr like source and dest
and does not use the posix member names. Instead of using the correct
names just define this as _GNU_SOURCE.
[bump PKG_RELEASE]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-07-02 08:48:44 +00:00
Takashi Umeno and Etienne CHAMPETIER
4c98c181c0
klish: add new package (2.1.1)
...
The klish is a framework for implementing a CISCO-like CLI on a UNIX
systems. It is configurable by XML files. The KLISH stands for Kommand
Line Interface Shell.
klish is an active fork of the clish program created by Graeme
McKerrell.
Makefile from https://dev.openwrt.org/browser/packages/utils/klish/Makefile?rev=31310
add SOB.
add Maintainer.
change URL http://libcode.org/projects/klish/files
update to 2.1.1 (newest version).
merge klish and konf package.
[squash commits]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com >
2016-07-02 08:14:17 +00:00
champtar and GitHub
07ed775840
Merge pull request #2913 from br101/master
...
horst: Use version 5.0
2016-07-02 09:06:46 +02:00
Etienne CHAMPETIER
c3e815cf40
Improve pull_request_template
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-07-02 06:57:29 +00:00
Etienne CHAMPETIER
2c01e03bb5
Rename pull_request_template (it's text not markdown)
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-07-02 06:57:12 +00:00
Alexander Couzens
c6ce75454d
libmicrohttpd: update to version 0.9.50
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2016-07-02 01:22:33 +02:00
champtar and GitHub
87fa1b1ed8
Merge pull request #2873 from neheb/master
...
airmon-ng: Fix procps-ng dependancy.
2016-07-01 19:24:28 +02:00
Bruno Randolf
fd0ffb2388
horst: Use version 5.0
...
Signed-off-by: Bruno Randolf <br1@einfach.org >
2016-07-01 10:44:49 +01:00
Luka Perkov and GitHub
bdbadcf9a4
Merge pull request #2912 from dedeckeh/libnet-1.2.x
...
libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes
2016-06-30 23:18:39 +02:00
Florian Fainelli and GitHub
9ca1b31155
Merge pull request #2911 from ffainelli/stoken
...
stoken: Fix binary installation
2016-06-30 10:37:27 -07:00
Florian Fainelli
2c80de9058
stoken: Fix binary installation
...
We were copying a wrapper script instead of the actual executable.
Fixes #2910
Signed-off-by: Florian Fainelli <florian@openwrt.org >
2016-06-30 10:36:57 -07:00
Hans Dedecker
62257e3660
libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes
...
PF_PACKET support is not enabled by setting ac_libnet_have_pf_packet but by setting libnet_cv_have_packet_socket
in the Makefile
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com >
2016-06-30 14:48:25 +02:00
Ted Hess and GitHub
60422c0de4
Merge pull request #2909 from dibdot/adblock
...
adblock: update 1.3.1
2016-06-30 06:48:06 -04:00
Dirk Brenken
7cfd8bc44e
adblock: update 1.3.1
...
* fix uclient-fetch detection
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org >
2016-06-29 23:39:12 +02:00
Etienne CHAMPETIER
eea673bc08
sqlite3: update to 3.13.0
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-06-28 23:07:06 +00:00
Etienne CHAMPETIER
18e9f6e1d0
zabbix: update to 3.0.3
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-06-28 23:07:05 +00:00
Etienne CHAMPETIER
e41c3cd1de
monit: update to 5.18
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2016-06-28 23:07:05 +00:00
champtar and GitHub
9648bac104
Merge pull request #2869 from champtar/pr_template
...
Add a pull request template
2016-06-29 01:06:10 +02:00
Michael Heimpold
4e402c8685
mmc-utils: upgrade to latest revision
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2016-06-28 22:55:35 +02:00