Ping

Any progress on getting this approved? Do I need to supply any
additional information?

Thanks,
Jonathan Bennett

On Thu, Jul 21, 2011 at 5:06 PM, Jonathan Bennett <[email protected]> wrote:
> That time was my fault. Should be fixed now.
> Signed off by Jonathan Bennett <[email protected]>
>
>
> Index: net/fwknop/Makefile
> ===================================================================
> --- net/fwknop/Makefile (revision 0)
> +++ net/fwknop/Makefile (revision 0)
> @@ -0,0 +1,65 @@
> +include $(TOPDIR)/rules.mk
> +
> +PKG_NAME:=fwknopd
> +PKG_VERSION:=2.0.0rc2
> +PKG_RELEASE:=1
> +
> +PKG_BUILD_DIR:=$(BUILD_DIR)/fwknop-$(PKG_VERSION)
> +PKG_SOURCE:=fwknop-$(PKG_VERSION).tar.gz
> +PKG_SOURCE_URL:=http://www.cipherdyne.org/fwknop/download
> +PKG_MD5SUM:=c78252216fa9627cacf61b453da915a8
> +PKG_CAT:=zcat
> +include $(INCLUDE_DIR)/package.mk
> +
> +define Package/fwknopd
> +       SECTION:=net
> +       CATEGORY:=Network
> +       DEFAULT:=n
> +       TITLE:=Firewall Knock Operator Daemon
> +       URL:=http://http://www.cipherdyne.org/fwknop/
> +       MAINTAINER:=Jonathan Bennett <[email protected]>
> +       DEPENDS:=+libpcap +libgdbm +iptables
> +endef
> +
> +define Package/fwknopd/description
> +       Firewall Knock Operator Daemon
> +       Fwknop implements an authorization scheme known as Single Packet
> +       Authorization (SPA) for Linux systems running iptables.  This
> +       mechanism requires only a single encrypted and non-replayed
> +       packet to communicate various pieces of information including
> +       desired access through an iptables policy. The main application
> +       of this program is to use iptables in a default-drop stance to
> +       protect services such as SSH with an additional layer
> +       of security in order to make the exploitation of vulnerabilities
> +       (both 0-day and unpatched code) much more difficult.
> +endef
> +
> +define Package/Conffiles
> +       fwknopd.conf
> +endef
> +
> +CONFIGURE_ARGS += \
> +       --disable-client \
> +       --without-gpgme \
> +       --with-iptables=/usr/sbin/iptables
> +
> +
> +
> +define Package/fwknopd/install
> +       $(INSTALL_DIR) $(1)/usr/sbin
> +       $(INSTALL_DIR) $(1)/etc/fwknop
> +       $(INSTALL_DIR) $(1)/etc/init.d
> +       $(INSTALL_DIR) $(1)/usr/lib
> +       $(INSTALL_BIN) $(PKG_BUILD_DIR)/extras/fwknop.init.openwrt \
> +               $(1)/etc/init.d/fwknopd
> +       $(INSTALL_BIN) $(PKG_BUILD_DIR)/server/.libs/fwknopd $(1)/usr/sbin/
> +       $(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/.libs/libfko.so.0.0.2 \
> +               $(1)/usr/lib/libfko.so.0
> +       $(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/.libs/libfko.so.0.0.2 \
> +               $(1)/usr/lib/libfko.so.0.0.2
> +       $(INSTALL_CONF) $(PKG_BUILD_DIR)/server/fwknopd.conf $(1)/etc/fwknop/
> +       $(INSTALL_CONF) $(PKG_BUILD_DIR)/server/access.conf $(1)/etc/fwknop/
> +
> +endef
> +
> +$(eval $(call BuildPackage,fwknopd))
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to