cgi-io: require whitelisting upload locations
[feed/packages.git] / net / cgi-io / Makefile
index 34c5359dd7bf03ec017cfcec8fab1e2ef35e1738..5fff39f85daa93107e29fb4771c21ce227c5e135 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cgi-io
-PKG_RELEASE:=3
+PKG_RELEASE:=7
 
 PKG_LICENSE:=GPL-2.0+
 
@@ -38,7 +38,7 @@ define Package/cgi-io/install
        $(INSTALL_DIR) $(1)/usr/libexec $(1)/www/cgi-bin/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/cgi-io $(1)/usr/libexec
        $(LN) ../../usr/libexec/cgi-io $(1)/www/cgi-bin/cgi-upload 
-       $(LN) ../../usr/libexec/cgi-io $(1)/www/cgi-bin/cgi-download 
+       $(LN) ../../usr/libexec/cgi-io $(1)/www/cgi-bin/cgi-backup
 endef
 
 $(eval $(call BuildPackage,cgi-io))