Jan Pavlinec
96e4c7194c
wget: add cpe-id
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
6 years ago
Andy Walsh
3e1d9c0bfd
samba4: update to 4.9.5, switch to embedded heimdal build
* update to 4.9.5
* use embedded heimdal build
* remove mitkrb5 deps
* add AD-DC tools (samba4kinit samba4kgetcred samba4kpasswd samba4ktutil)
* add eventlogadm to ADMIN tools
* build VFS modules shared
* preserve custom smb.conf after reboots
* add missing lib/samba/? private dirs, even if empty
* handle python-crypto via EXTRA_DEPENDS
* fix CONFIGURE_CMD argument order
* move python install to libs
* remove redundant Config.in selects
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Rosen Penev
3c6ca66a49
Merge pull request #8624 from jefferyto/golang-1.12.2-update
golang: Update to 1.12.3
6 years ago
Jeffery To
5d787e9656
golang: Update to 1.12.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Sungbo Eo
5c9207a3c9
i2c-tools: add license and tool
libi2c is licensed under the LGPL.
And i2ctransfer has been added to the tools since 4.0.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
6 years ago
Rosen Penev
4f21be742f
Merge pull request #8616 from neheb/fi
file: Update to 5.36
6 years ago
Ted Hess
9a57f7e281
Merge pull request #8627 from antonlacon/ffmpeg-3
ffmpeg: update to 3.4.6
6 years ago
Peter Wagner
3ea31d9646
wget: update to 1.20.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Alex Tomlins
4b6f76bfac
prometheus-node-exporter-lua: Bump PKG_RELEASE
Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
6 years ago
Alex Tomlins
1237e196b4
prometheus-node-exporter-lua: Add wifi_station_count
To return the number of connected clients.
At present this can be partially inferred by using a count() over one of
the existing metrics, however this doesn't handle the case when there
are no connected clients. When that happens, the count() will return no
data instead of 0.
Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
6 years ago
Alex Tomlins
a45c702baa
prometheus-node-exporter-lua: wifi packets should be a counter
These output a count of the number of packets transmitted/received, so
should be tracked as a counter. As it stands, promtool is warning that
these shouldn't be named ending _total if they're a gauge.
Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
6 years ago
Rosen Penev
d1a7d35ebe
Merge pull request #5054 from lucize/libreswan
libreswan: add libreswan 3.27
6 years ago
Rosen Penev
de5f39ae34
Merge pull request #8604 from ysc3839/pycryptodome
python-cryptodome: update to 3.8.1
6 years ago
Rosen Penev
8f50870ce4
Merge pull request #8623 from jefferyto/python-readme
python: Update readme
6 years ago
Rosen Penev
9fe34133ee
Merge pull request #8621 from mrkiko/strophe_pkg_config
libstrophe: Install pkg-config .pc file
6 years ago
Jeffery To
f16064783c
python: Update readme
This adds more details on the PYTHON[3]_PKG_SETUP_* variables, the
filespec format, and the build/install processes in general.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Richard Yu
f0869d663c
python-cryptodome: update to 3.8.1
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
6 years ago
Ian Leonard
2b7ce89192
ffmpeg: update to 3.4.6
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
6 years ago
Enrico Mioso
c1b4531c84
libs/libstrophe: install pkg-config .pc file
This helps packages depending on libs/libstrophe in finding the library via pkg-config or CMake's PKG_SEARCH_MODULE
Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
6 years ago
Hirokazu MORIKAWA
19bcc4b347
node-homebridge: update to 0.4.48
Clean orphaned cached accessories / handle uncaught exceptions
Update dependency version
And avoid possible race condition for temporary directory.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
6 years ago
Rosen Penev
5cf3a26a5b
Merge pull request #8615 from pprindeville/update-perl-cgi-4.42
perl-cgi: Update to 4.42
6 years ago
Rosen Penev
358030ab98
Merge pull request #8617 from neheb/kea
kea: Specify OpenSSL location
6 years ago
Rosen Penev
a944e267b9
lttng-ust: Update to 2.10.3
Unlike the current version, this one has support for aarch64. aarch64 is
necessary for several 64-bit targets.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
9777877718
lttng-tools: Update to 2.10.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
6108f7b3a8
Merge pull request #8618 from openwrt/revert-8608-proto2
Revert "protobuf-c: Disable protoc for host build"
6 years ago
Rosen Penev
e8168cca09
Revert "protobuf-c: Disable protoc for host build"
6 years ago
Rosen Penev
f478209bce
kea: Specify OpenSSL location
Some buildbots are failing on this.
Refreshed patches.
Replace -fPIC with $(FPIC)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Lucian Cristian
a7558eb356
libreswan: add package
Libreswan is a free software implementation of the most widely
supported and standardized VPN protocol based on ("IPsec") and
the Internet Key Exchange ("IKE"). These standards are produced
and maintained by the Internet Engineering Task Force ("IETF").
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Rosen Penev
daaae8243b
file: Update to 5.36
Added some linker flags to reclaim some space.
Switched to $(FPIC) from -fPIC.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
41e005c7b4
Merge pull request #8119 from jefferyto/snort-init
snort: Update init script
6 years ago
Philip Prindeville
d69acdb950
perl-cgi: Update to 4.42
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years ago
Rosen Penev
09bf682749
Merge pull request #8229 from lucize/powertop
powertop: add package
6 years ago
Rosen Penev
d8940b0297
Merge pull request #8272 from cotequeiroz/openssh_engine
openssh: adjust engine support to openssl 1.1.1
6 years ago
Lucian Cristian
3f36168651
powertop: add package
package for monitoring power consumption
001 and 002 patches are taken from Alpine Linux
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Josef Schlehofer
c3fdc584d1
Merge pull request #8614 from lucize/clamup
clamav: update package to 0.101.2
6 years ago
Lucian Cristian
c70dd66691
clamav: update package to 0.101.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Josef Schlehofer
d9b464b06e
Merge pull request #8482 from BKPepe/pyaml
python-yaml: update to version 5.1
6 years ago
Josef Schlehofer
b20e4d0978
Merge pull request #8325 from BKPepe/python3-curl
python-curl: Add variant for Python3
6 years ago
Daniel Engberg
df90fd4c90
Merge pull request #8609 from lucize/doveup
dovecot: update to 2.3.5.1
6 years ago
Lucian Cristian
2d3f82ed2e
dovecot: update to 2.3.5.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Josef Schlehofer
0695bb78fd
Merge pull request #8606 from BKPepe/voluptuous-serialize-dependency
python-voluptuous-serialize: add dependency for voluptuous
6 years ago
Josef Schlehofer
5c485f48a8
Merge pull request #8493 from BKPepe/sudo
sudo: update to version 1.8.27
6 years ago
Josef Schlehofer
4a75cc3c3b
Merge pull request #8492 from BKPepe/fping
fping: update to version 4.2
6 years ago
Josef Schlehofer
c06a04c754
python-yaml: update to version 5.1
- COPYING as a license is no longer available. It's LICENSE
- Add PKG_CPE_ID
- Add a description
- Add Python sources
- Add me as maintainer as the previous maintainer is inactive in OpenWrt
- Changed URL to Git repository, where you can find more details
- Moved TITLE to Default
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
62c53ccf09
python-voluptuous-serialize: add dependency for voluptuous
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
fc21578c22
Merge pull request #8431 from BKPepe/youtube-dl_2019-03-09
youtube-dl: use as default Python3 and update to 2019.4.7
6 years ago
Josef Schlehofer
5fdb494b69
youtube-dl: use as default Python3 and update to 2019.4.7
- Use files.pythonhosted.org for PKG_SOURCE_URL to be unified across Python packages
- Add Python sources
- Change the description a little bit
- Change URL as upstream is moving from youtube-dl.org to yt-dl.org
- Removed patch as it is no longer necessary
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Rosen Penev
af70c939aa
Merge pull request #8487 from neheb/patch-1
unrar: Update to 5.7.3
6 years ago
Rosen Penev
1a3af5aed5
Merge pull request #8608 from neheb/proto2
protobuf-c: Disable protoc for host build
6 years ago
Rosen Penev
1266be5bc6
protobuf-c: Disable protoc for host build
On some platforms, the host build is failing as the tests fail. protoc is
not used anyway.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago