Fixed build options in net/fail2ban,mutt,wpa-supplicant
Refreshed source tarball checksum in net/nginx
This commit is contained in:
parent
74ed84af66
commit
cbf1dece51
5 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||
app=fail2ban
|
||||
version=1.0.2
|
||||
build=2sml
|
||||
build=1sml
|
||||
homepage="http://www.fail2ban.org/wiki/index.php/Main_Page"
|
||||
download="https://github.com/fail2ban/fail2ban/archive/refs/tags/$version.tar.gz"
|
||||
desc="Log-based intrusion detection and prevention system written in Python"
|
||||
|
@ -32,11 +32,11 @@ build() {
|
|||
|
||||
( cd $pkg/etc/fail2ban ; patch -p0 < $srcdir/jail.conf.patch )
|
||||
|
||||
install -D -m 0644 $srcdir/rc.fail2ban $pkg/etc/rc.d/rc.fail2ban.new
|
||||
install -D -m 0755 $srcdir/rc.fail2ban $pkg/etc/rc.d/rc.fail2ban.new
|
||||
install -D -m 0644 $srcdir/paths-smlinux.conf $pkg/etc/fail2ban/paths-smlinux.conf.new
|
||||
rm -f $pkg/etc/fail2ban/paths-{arch,debian,fedora,freebsd,osx,opensuse}.conf.new
|
||||
|
||||
mkdir -p $pkg/var/{run,lib/fail2ban} $pkg/share/man/man1
|
||||
mkdir -p $pkg/var/{run,lib/fail2ban} $pkg/usr/share/man/man1
|
||||
for man in fail2ban-client.1 fail2ban-regex.1 fail2ban-server.1 fail2ban.1 fail2ban-testcases.1 ; do
|
||||
install -Dm 0644 man/$man $pkg/usr/share/man/man1
|
||||
done
|
||||
|
|
|
@ -17,7 +17,7 @@ prepbuilddir() {
|
|||
}
|
||||
|
||||
build() {
|
||||
LDFLAGS="-lterminfo" \
|
||||
LDFLAGS="-lterminfo -lcurses" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/mutt \
|
||||
|
|
|
@ -62,5 +62,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
e2121f346bda491adb16b4120d93f95ab260ceb35376a204769490aee0dfeeaf44eca0f5ab652a6aeecc4a95e1081a3364bcf60992aa97e2fb082b9ba1a5316b nginx-1.17.3.tar.lz
|
||||
57f2f51308689f5cbd21cc983257f35a9f8786833c6dca21f61876dc8b7068cae3a56fdc9d3004b1eb374ad12a0cf2cd35bd6a883b3c48e50faead4287ed0a80 nginx-1.26.2.tar.lz
|
||||
"
|
||||
|
|
|
@ -38,4 +38,4 @@ build() {
|
|||
|
||||
sha512sums="
|
||||
a31fea727101180db11fe4ce84c35ca558ba3f45822e8c5b745741c9a9ce2d7bd75e3e2e752866d2ac006b80886098ee591d9f8ed576d0c8baab1c8889862132 unbound-1.17.1.tar.lz
|
||||
"
|
||||
"
|
|
@ -32,12 +32,12 @@ build() {
|
|||
|
||||
cp ../COPYING $pkgdocs/LICENSE
|
||||
|
||||
install -Dm 644 dbus/fi.w1.wpa_supplicant1.service $pkg/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service
|
||||
install -Dm 644 dbus/dbus-wpa_supplicant.conf $pkg/share/dbus-1/system.d/dbus-wpa_supplicant.conf
|
||||
install -Dm 644 dbus/fi.w1.wpa_supplicant1.service $pkg/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service
|
||||
install -Dm 644 dbus/dbus-wpa_supplicant.conf $pkg/usr/share/dbus-1/system.d/dbus-wpa_supplicant.conf
|
||||
|
||||
mkdir -p $pkg/share/man/man{5,8}
|
||||
cp doc/docbook/wpa_supplicant.conf.5 $pkg/share/man/man5/
|
||||
cp doc/docbook/{wpa_cli.8,wpa_passphrase.8,wpa_supplicant.8} $pkg/share/man/man8/
|
||||
mkdir -p $pkg/usr/share/man/man{5,8}
|
||||
cp doc/docbook/wpa_supplicant.conf.5 $pkg/usr/share/man/man5/
|
||||
cp doc/docbook/{wpa_cli.8,wpa_passphrase.8,wpa_supplicant.8} $pkg/usr/share/man/man8/
|
||||
|
||||
install -Dm 0600 $srcdir/wpa_supplicant.conf $pkg/etc/wpa_supplicant.conf.new
|
||||
install -m 0755 $srcdir/wpa_connect_action.sh $pkg/etc/wpa_connect_action.sh
|
||||
|
|
Loading…
Reference in a new issue