[OpenWrt-Devel] [PATCH] ustream-ssl: correct year in PKG_VERSION string

Hannu Nyman hannu.nyman at iki.fi
Fri May 1 01:58:22 EDT 2015


ustream-ssl: correct the year in the PKG_VERSION string, as both r45157 and 
r45441 left the old year 2014 there. For a casual user it may seem that the 
current code is from April 2014, although 
a4ca61527236e89eb9efb782fd9bfd04796144e3 is from April 2015.

http://nbd.name/gitweb.cgi?p=ustream-ssl.git;a=commit;h=a4ca61527236e89eb9efb782fd9bfd04796144e3
https://dev.openwrt.org/changeset/45441/
https://dev.openwrt.org/changeset/45157/

signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>

-------------- next part --------------
Index: package/libs/ustream-ssl/Makefile
===================================================================
--- package/libs/ustream-ssl/Makefile	(revision 45590)
+++ package/libs/ustream-ssl/Makefile	(working copy)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ustream-ssl
-PKG_VERSION:=2014-04-14
+PKG_VERSION:=2015-04-14
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list