| Commit message (Collapse) | Author | Age |
|\
| |
| | |
grilo: update vapi files to 0.34
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Updates vapigen-generated vapi files to vala-0.34.
Files are now copied to $(STAGING_DIR_HOSTPKG)/share/vala/vapi, without
the vala version being hardcoded.
Removed copyright line, and redundant PKG_BUILD_DEPENDS and
TARGET_LDFLAGS.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \
| | |
| | | |
libgee: copy vapi files to unversioned vala dir
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Copy vapi files to unversioned vala dir.
Added vala/host to PKG_BUILD_DEPENDS.
Removed TARGET_LDFLAGS
Removed copyright lines
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| |
| |
| | |
5.22 and later.
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \
| | |
| | | |
net/safe-search: Fix double installation bug
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If safe search is built directly into an image, the /etc/config/dhcp
file will have multiple entries added to it after using sysupgrade
for the nth time (2 or more sysupgrade cycles).
In /etc/config/dhcp, this bug creates duplicate entries like this:
config dnsmasq
list addnhosts '/etc/safe-search/enabled'
list addnhosts '/etc/safe-search/enabled'
This patch ensures that safe search only registers itself one time.
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
|
|\ \
| | |
| | | |
unixodbc: save unixodbc_conf.h for host build
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Save a copy of unixodbc_conf.h in STAGING_DIR to be used by host build.
Use STAGING_DIR/tmp/unixodbc instead of include.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \
| |/ /
|/| | |
nginx: unified indentation character and add additional configure directory
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The original configure file mixed tab and space
characters as indentation, so use 4 spaces as the
default indentation character.
Add /etc/nginx/conf.d/*.conf as nginx additional configure
files. Then we can add individual conf file for other http
applications without modify the main nginx configure file.
Signed-off-by: James Qian <sotux82@gmail.com>
|
|\ \ \
| | | |
| | | | |
golang: fix package clean / autoremove, add output whitespace
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
go 1.11 added modules, which are cached locally. The go developers have
decided to make this cache read-only (golang/go#27455), which causes
problems with package clean / autoremove (#7635).
This adds a call to clear this cache right after building, as currently
there is no easy way to hook into autoremove (it may be possible to hook
into package clean).
This also adds whitespace (blank lines) to certain places in make
output, to aid debugging.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
libtins: copy libtins.so.* to package
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Package was installing libins.so, but the soname is set to
libtins.so.4.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
clamav: update to 0.101.0
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
danish: removed DEPENDS: +dnsmasq-full
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Andrew McConachie <andrew@depht.com>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changelog prepared by upstream maintainer. It's mostly about code cleanup and
doc amendment
v1.3.13 (December 3, 2018)
* Specify email address for reporting security vulnerabilities [Samir Hussain]
* Fix compile warning with USE_KERNEL in xl2tpd.c [Samir Hussain]
* Applying patch that reduces compile warnings and fixes warnings from gcc and clang. [Gareth Ansell]
* Fix compiler warnings in network.c [Gareth Ansell]
* Add a make command for packaging's prep work [Samir Hussain]
* Add Makefile directive for getting version [Samir Hussain]
* Add a preproc for Watchguard firewall (Github issue #136) [daniel1111]
* Convert from ISO-8859 to UTF-8 [Simon Deziel]
* Update README to provide latest info on xl2tpd + Linux kernel 4.15+ [Samir Hussain]
* Use dh_auto_build in order to allow cross compiles [Helmut Grohne]
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
netdata: update to version 1.11.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changes:
- corrected License
- removed one row, which was removed in version 1.11.0
- replace netdata.conf with the better one (more details in
https://github.com/openwrt/packages/pull/7540)
- refreshed patches
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bump source date to force a new download to fix a bad 0 byte
copy at one Openwrt source mirror.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
psqlodbc: correct --with-unixodbc setting
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update to 10.03.0000.
--with-unixodbc should point to the odbc_config binary, not to the top
of the install directory $(STAGING_DIR)/usr.
Acked-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
unixodbc: Fix LIB_PREFIX in host build
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
For host compilation, the configure-generated config.h from the target
compilation is used in place of the host-generated file. When the
target package is compiled with clean-build, that file is gone. This
saves the file under $(STAGING_DIR), and fetch it from there.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When copying config.h from PKG_BUILD_DIR to HOST_BUILD_DIR, LIB_PREFIX
is set to /usr/lib. Then when odbc_config is run, it reports /usr/lib
as the --lib-dir, and in --libs as well, and dependent packages may
fail. Set it to $(STAGING_DIR)/usr/lib to make it right.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
yara: Fix compile without deprecated OpenSSL APIs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Compile tested for: ar71xx
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
libgphoto2: update package 2.5.21
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
clamav: fixup disabling xml
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
--disable-xml is not doing its job, but--with-xml=no works.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Drops an openssl deprecation patch applied upstream.
Changes since 3.0.0, the following list of websocket related features:
* gzip+brotli compression in the webserver
* threadpools
* string tokenizers
* http reverse proxies
* managed disk cache
Full changes at https://libwebsockets.org/git/libwebsockets/tree/changelog?id=89eedcaa94e1c8a97ea3af10642fd224bcea068f#n4
Tested on ath79, and classic usage of libwebsockets to provide
websockets support to a C application.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Full changelog at https://github.com/stevedonovan/Penlight/blob/master/CHANGELOG.md#160-2018-11-23
Interesting changes:
* version numbers fixed
* import_into includes everything properly
* more compat with lua 5.1
Includes a switch to codeload to avoid the git cloning and mirror
hashes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
slide-switch: update to latest version
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
btrfs-progs: Update to 4.19.1
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Removed upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
php7-pecl-http: ensure libidnkit is disabled
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Otherwise, configure may pick up the host system library.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
CircleCI: Add package HASH check from Travis. Fix build log generation.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
generation.
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|