瀏覽代碼

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>
Hannu Nyman 10 年之前
父節點
當前提交
3b6fd83312
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      devel/patch/Makefile

+ 2
- 2
devel/patch/Makefile 查看文件

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=patch
11
-PKG_VERSION:=2.7.4
11
+PKG_VERSION:=2.7.5
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 15
 PKG_SOURCE_URL:=@GNU/patch
16
-PKG_MD5SUM:=abc59498fcdddd44e0d07764aa105fd2
16
+PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a
17 17
 PKG_LICENSE:=GPL-3.0+
18 18
 PKG_LICENSE_FILES:=COPYING
19 19