diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-09-27 05:29:20 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-09-27 05:29:20 +0800 |
commit | d94cd97db65622ec69a92655d5e2361b3e23e492 (patch) | |
tree | 3a325a0975b9426e7ceb233dbe8cddc6e41fa2e7 /shells/bash | |
parent | fd650364aa0089a29a13cf9feec241328ee40be3 (diff) | |
download | freebsd-ports-gnome-d94cd97db65622ec69a92655d5e2361b3e23e492.tar.gz freebsd-ports-gnome-d94cd97db65622ec69a92655d5e2361b3e23e492.tar.zst freebsd-ports-gnome-d94cd97db65622ec69a92655d5e2361b3e23e492.zip |
Update to patchlevel 26. This is a NOP as r369261 already covered it.
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 4 | ||||
-rw-r--r-- | shells/bash/distinfo | 2 | ||||
-rw-r--r-- | shells/bash/files/patch-parse.y | 13 |
3 files changed, 4 insertions, 15 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a8926a4ab759..ada8e843c3d1 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 25 +PATCHLEVEL= 26 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 60674efb7a6b..15cef48c34e0 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -50,3 +50,5 @@ SHA256 (bash/bash43-024) = 3b505882a0a6090667d75824fc919524cd44cc3bd89dd08b7c4e6 SIZE (bash/bash43-024) = 1909 SHA256 (bash/bash43-025) = 1e5186f5c4a619bb134a1177d9e9de879f3bb85d9c5726832b03a762a2499251 SIZE (bash/bash43-025) = 3940 +SHA256 (bash/bash43-026) = 2ecc12201b3ba4273b63af4e9aad2305168cf9babf6d11152796db08724c214d +SIZE (bash/bash43-026) = 1575 diff --git a/shells/bash/files/patch-parse.y b/shells/bash/files/patch-parse.y deleted file mode 100644 index 9ff2a82b19e0..000000000000 --- a/shells/bash/files/patch-parse.y +++ /dev/null @@ -1,13 +0,0 @@ -http://seclists.org/oss-sec/2014/q3/690 - -*** ../bash-20140912/parse.y 2014-08-26 15:09:42.000000000 -0400 ---- parse.y 2014-09-24 22:47:28.000000000 -0400 -*************** -*** 2959,2962 **** ---- 2959,2964 ---- - word_desc_to_read = (WORD_DESC *)NULL; - -+ eol_ungetc_lookahead = 0; -+ - current_token = '\n'; /* XXX */ - last_read_token = '\n'; |