diff --git a/Makefile b/Makefile index 8c1c003..b8a6ee4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-packetfilter +# Makefile for source rpm: smeserver-packetfilter # $Id: Makefile,v 1.1 2016/02/05 22:13:26 stephdl Exp $ -NAME := e-smith-packetfilter +NAME := smeserver-packetfilter SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 2ea0814..8d7d969 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-packetfilter +# smeserver-packetfilter -SMEServer Koozali developed git repo for e-smith-packetfilter smeserver +SMEServer Koozali developed git repo for smeserver-packetfilter smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-packetfilter&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) +Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-packetfilter&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\ +And a list of outstanding Legacy bugs: (e-smith-packetfilter) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-packetfilter&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) ## Description @@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo *Once it has been checked, then this comment will be deleted*
-The e-smith-packetfilter software is an open source Linux-based firewall system that is used to protect networks from malicious attacks and unauthorized access. It has a modular design and can be easily customized to meet the needs of any organization. The software provides robust protection against Denial of Service (DoS) attacks, port scanning, IP spoofing, port scanning, and other security threats. It also offers advanced features such as content filtering, URL filtering, and stateful packet inspection. The software is easy to set up and manage, making it an ideal choice for organizations of all sizes. +The smeserver-packetfilter software is an open source Linux-based firewall system that is used to protect networks from malicious attacks and unauthorized access. It has a modular design and can be easily customized to meet the needs of any organization. The software provides robust protection against Denial of Service (DoS) attacks, port scanning, IP spoofing, port scanning, and other security threats. It also offers advanced features such as content filtering, URL filtering, and stateful packet inspection. The software is easy to set up and manage, making it an ideal choice for organizations of all sizes. diff --git a/e-smith-packetfilter.spec b/smeserver-packetfilter.spec similarity index 98% rename from e-smith-packetfilter.spec rename to smeserver-packetfilter.spec index 2fd85c6..d9c0068 100644 --- a/e-smith-packetfilter.spec +++ b/smeserver-packetfilter.spec @@ -1,10 +1,10 @@ # $Id: e-smith-packetfilter.spec,v 1.15 2021/11/16 03:18:06 jpp Exp $ -Summary: e-smith server and gateway - packetfilter add-on -%define name e-smith-packetfilter +Summary: smeserver server and gateway - packetfilter add-on +%define name smeserver-packetfilter Name: %{name} %define version 2.6.0 -%define release 9 +%define release 10 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -22,10 +22,14 @@ Obsoletes: e-smith-ipmasq AutoReqProv: no Requires(pre): /usr/sbin/useradd +Provides: e-smith-packetfilter %description -e-smith server and gateway software - packetfilter add-on +smeserver server and gateway software - packetfilter add-on %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-10.sme +- Rename to smeserver-packetfilter [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-9.sme - Roll up patches and move to git repo [SME: 12338]