Maxim Storchak
f5f49e48fe
smartmontools: package a script for sending email notifications
A separate package which depdens on msmtp and nail is introduced.
Once more packages provide `sendmail` and `mail` interfaces, this
dependency can be made more flexible.
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
5 years ago
Rosen Penev
1ab383fb71
Merge pull request #10943 from flyn-org/libgd
libgd: fix building with freetype support
5 years ago
Rosen Penev
90e88a421f
Merge pull request #10948 from mstorchak/smartmontools
smartmontools: update to 7.1
5 years ago
Hannu Nyman
246c741327
Merge pull request #10947 from Ansuel/nginx
nginx: update ubus module
5 years ago
Ansuel Smith
db1973c695
nginx: update ubus module
Fix a bug in LuCI interface.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years ago
Maxim Storchak
67600c2aaa
smartmontools: update to 7.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
5 years ago
Daniel Golle
2cce710984
transmission: fix directory creation in init script
Things were done in the wrong order, leading to config_dir not being
chown'ed and subdirectories not being created in case of download_dir
being inside config_dir.
Fixes: 609109fa9
("transmission: add seccomp filter and improve jail")
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years ago
W. Michael Petullo
7bd2a149ff
libgd: fix building with freetype support
Freetype support is required for php7-mod-gd as of commit 0f10c8c8
,
which causes the PHP7 package to build using this external libgd library.
This commit adds FREETYPE_INCLUDE_DIRS to the definition of CMAKE_OPTIONS.
Without this, libgd does not build freetype support as shown by
this message:
....
Build libgd:
-- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
-- Configuring done
-- Generating done
....
Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years ago
Daniel Golle
609109fa97
transmission: add seccomp filter and improve jail
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years ago
Rosen Penev
2628584ffd
perl: Don't build InstallDev under ARC
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
13810e0980
liburcu: Don't build under ARC, not even InstallDev
This should finally get rid of buildbot failures.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
dbdb19aa4a
Merge pull request #10910 from Andy2244/wsdd2-smbd-rename
wsdd2: update init for renamed cifsd->smbd
5 years ago
Rosen Penev
13ad4b8809
Merge pull request #10931 from neheb/msm
msmtp: Update to 1.8.7
5 years ago
Rosen Penev
7679f5afe9
Merge pull request #10927 from mans0n/chilli
coova-chilli: more fixes and improvements
5 years ago
Rosen Penev
c5f4c2629d
Merge pull request #10936 from Andy2244/rpcsvc-proto_buildonly
rpcsvc-proto: set as buildonly
5 years ago
Rosen Penev
cc20898999
Merge pull request #10909 from Andy2244/smbd-3_0_1-rename
smbd: rename from cifsd, update to 3.0.1
5 years ago
Andy Walsh
6620f6cc72
rpcsvc-proto: set as buildonly
* set package buildonly
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years ago
Andy Walsh
6c9973a9d9
smbd: rename from cifsd, update to 3.0.1
* follow upstream rename to 'smbd' and 'smbd-tools'
* config is '/config/smbd' and '/etc/smbd/smb.conf'
* smbd: update to 3.0.1
* smbd: fixes delete access on readonly shares
* smbd: add patch to keep version metadata in kmod
* smbd: add synchrous kill_server patches
* smbd-tools: update to 3.0.1
* smbd-tools: userspace service is now 'usmbd'
* smbd-tools: userspace tools are: 'smbuseradd', 'smbshareadd' with /etc/smbd/smbdpwd.db
* smbd-tools: split package into server/utils (reduce size)
* smbd-tools: fix init (luci save&apply)
* smbd-tools: remove kill_server related timeouts
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years ago
Hannu Nyman
58d5044a79
Merge pull request #10925 from peter-stadler/nginx-uwsgi-modular
nginx: update to 1.17.7 and use new modular uwsgi for luci
5 years ago
Sungbo Eo
23a44aab2a
coova-chilli: enable service by default
If "disabled" option does not exist, service should be enabled.
Fixes : #10392
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
5 years ago
Sungbo Eo
2ce311209d
coova-chilli: remove redundant options from config file
"fg" and "pidfile" parameters are already used in the init script,
so they are not controllable by config file anyway.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
5 years ago
Sungbo Eo
532088818a
coova-chilli: add dependency for miniportal
If miniportal option is enabled, some haserl scripts are provided which
present a simple login web page. To make it functional haserl is required.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
5 years ago
Sungbo Eo
2c71fb2065
coova-chilli: clean up Makefile
- add missing configs to PKG_CONFIG_DEPENDS and sort it
- remove redundant INSTALL_DIR
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
5 years ago
Sungbo Eo
95954b84f5
coova-chilli: remove dnslog option
dnslog feature has been removed since v1.4.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
5 years ago
Sungbo Eo
225e323033
coova-chilli: cosmetic changes for Config.in
- simplify configuration menu definition
- fix indent
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
5 years ago
Rosen Penev
9a67d3bfb3
msmtp: Update to 1.8.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Hannu Nyman
e020c10eb2
Merge pull request #9855 from peter-stadler/uwsgi
uwsgi: add package with modules (currently cgi and python plugin) [RFC]
5 years ago
Rosen Penev
6560a2918c
Merge pull request #10917 from neheb/luas
luasec: Update to 0.9
5 years ago
Peter Stadler
86514ef3f2
nginx: update to 1.17.7 and use new modular uwsgi for luci
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
5 years ago
Peter Stadler
96d1910d81
uwsgi: add modular package superseeding uwsgi-cgi
Provide the minimal applications and plugins for: cgi, filelog, syslog and
python3. More plugins can be added if needed by other packages. Autostart
uwsgi in emperor mode loading vassals on demand.
For now, include luci-support (maybe it will be moved to another package),
which uses the syslog plugin by default.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
5 years ago
Hannu Nyman
6990e2a1e5
Merge pull request #10923 from Ansuel/nginxd
nginx: change luci dependency and fix luci nossl
5 years ago
Ansuel Smith
1f0f760982
nginx: change luci dependency and fix luci nossl
Luci nginx config file for non ssl varian had user as nobody nogroup. This cause some problem with ubus use.
Luci file support package depends on uwsgi-cgi. As this package will be renamed shortly to a more generic version, make the subpackage depends on the uwsgi subpackage only.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years ago
Rosen Penev
166b3032a1
Merge pull request #10918 from neheb/sms
smstools3: Run in foreground
5 years ago
Rosen Penev
a3ab7a7931
smstools3: Run in foreground
Allows procd to be able to stop the service.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
48b303fd1e
Merge pull request #10916 from neheb/co
coova-chili: Fix version
5 years ago
Rosen Penev
71f82ad771
luasec: Update to 0.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
df20377ee9
coova-chili: Fix version
Upstream was sloppy when cutting the release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Daniel Engberg
40a7b4ec35
Merge pull request #10914 from BKPepe/youtube
youtube-dl: update to version 2020.1.1
5 years ago
Josef Schlehofer
fc3ced7ddb
youtube-dl: update to version 2020.1.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years ago
Andy Walsh
fbd991aaa2
wsdd2: update init for renamed cifsd->smbd
* update init for renamed cifsd->smbd
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years ago
tripolar
7fb36fb8d0
Merge pull request #10441 from neheb/glib
glib2: Disable Werror
5 years ago
Hannu Nyman
04a03a35b3
Merge pull request #10902 from stangri/master-vpn-policy-routing
vpn-policy-routing: initial release
5 years ago
Rosen Penev
ae23ebdd28
Merge pull request #10652 from gladiac1337/pcre2-jit-co
pcre2: Update to v10.34 & add JIT-support for select architectures
5 years ago
Etienne Champetier
42912ea829
Merge pull request #10878 from neheb/zab
zabbix: Fix compilation with uClibc-ng
5 years ago
Rosen Penev
8bc32479ea
zabbix: Fix compilation with uClibc-ng
This is similar to a patch that was previously carried.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Hannu Nyman
1fd0fee3d1
Merge pull request #10698 from Rixerx/master
zabbix: update to 4.0.16
5 years ago
Rosen Penev
d2733d5b60
Merge pull request #10905 from Andy2244/libtirpc-1.2.5
libtirpc: update to 1.2.5
5 years ago
Rosen Penev
ad5f6be041
Merge pull request #10895 from neheb/h
gst1-plugins-bad: Make HLS crypto explicit
5 years ago
Andy Walsh
f2631db1a5
libtirpc: update to 1.2.5
* update to 1.2.5
* remove upstream merged patches
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years ago
Stan Grishin
496aa34cb8
vpn-policy-routing: initial release
Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years ago