Any chance to add Maldet to Debian repositories?
Doing apt-get install maldet could be much neater than:
cd /usr/local/src wget http://www.rfxn.com/downloads/maldetect-current.tar.gz tar -xzvf maldetect-current.tar.gz cd maldetect-*/ bash ./install.sh
Or alternatively:
cd /usr/local/src && wget http://www.rfxn.com/downloads/maldetect-current.tar.gz && tar -xzvf maldetect-current.tar.gz && cd maldetect-*/ && bash ./install.sh
Of course, it's not critical, but could a make a few scripts lighter and neater.
See https://github.com/waja/maldetect/issues/1
Le 10/01/2018 à 20:31, benqzq a écrit :
Doing |apt-get install maldet| could be much neater than:
cd /usr/local/src wget http://www.rfxn.com/downloads/maldetect-current.tar.gz tar -xzvf maldetect-current.tar.gz cd maldetect-*/ bash ./install.sh
Or alternatively:
cd /usr/local/src && wget http://www.rfxn.com/downloads/maldetect-current.tar.gz && tar -xzvf maldetect-current.tar.gz && cd maldetect-*/ && bash ./install.sh
Hi,
In 2016, I opened a request for a Debian package (RFP):
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810125
--
| FRÉDÉRIC MASSOT | | http://www.juliana-multimedia.com | | mailto:[email protected] | | +33.(0)2.97.54.77.94 +33.(0)6.67.19.95.69 | ===========================Debian=GNU/Linux===
Hi @waja. I didn't understand why isn't it available in apt in the end...
Hi @waja. I didn't understand why isn't it available in apt in the end...
Because nobody has uploaded a package of maldetect into the Debian repository for whatever reason. I stated that I'm not willing to commit to maintain it inside Debian.
Yes, sorry, I saw you clearly stated that but was confused with a similar case regarding the WordPress CLI community.
It's possible include a build rules for deb or/and for rpm, then include to official "Debian like"/"Redhat like" repository is easier, so chance to be add to official repository too.
It's possible include a build rules for deb or/and for rpm, then include to official "Debian like"/"Redhat like" repository is easier, so chance to be add to official repository too.
For Debian you can find this at https://github.com/waja/maldetect/tree/master/debian