seafile-server: release bump due to libevhtp bump
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 22 May 2019 12:10:25 +0000 (09:10 -0300)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 22 May 2019 12:10:25 +0000 (09:10 -0300)
Libevhtp is building a static library, used by seafile-server.
Every time the libevhtp binary changes, seafile-server needs a release
bump.
Leave a note in the libevhtp Makefile, as a reminder.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
libs/libevhtp/Makefile
net/seafile-server/Makefile

index 5c39dc363a2a1cd8815d9ecd0aa287a1047d4958..4dc85d6721c3509d0277226f180ea2e3d114fedd 100644 (file)
@@ -13,6 +13,9 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=libevhtp
 PKG_VERSION:=1.2.0
 PKG_RELEASE:=2
+# This package is building a static library, used by seafile-server
+# Every time the built library changes (metadata changes are exempt),
+# seafile-server needs a release bump to ensure the update is used.
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/criticalstack/libevhtp/tar.gz/$(PKG_VERSION)?
index cdb6d8984472d42ad0093d57fb44144a7c234ee5..4ddbe25fcdc6333b5e62ca121bb627a491a959be 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=seafile-server
 PKG_VERSION:=6.3.4
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_LICENSE:=GPL-3.0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz