diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2015-03-14 12:09:34 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2015-03-14 12:09:34 +0200 |
commit | 3b6fd83312a8c405fd0bc156d1cb37c376b0f788 (patch) | |
tree | 705ffdb3c8f4ab7cde6fba9f38f52cdc1716c4fe | |
parent | 5b0b49234b9889d18ef72df5b926c784c133455c (diff) |
patch: bump version to 2.7.5
Bump GNU patch from 2.7.4 to 2.7.5.
Changelog: http://git.savannah.gnu.org/cgit/patch.git/tree/NEWS
Changes in version 2.7.5:
* There are users which expect patch to follow symbolic links in the working
directory, so patch now again follows symbolic links as long as they do not
leave the working directory.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
-rw-r--r-- | devel/patch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index b7119a485..d705a30a1 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=patch -PKG_VERSION:=2.7.4 +PKG_VERSION:=2.7.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/patch -PKG_MD5SUM:=abc59498fcdddd44e0d07764aa105fd2 +PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |