Update to 5.1

Release notes:	https://lists.gnu.org/archive/html/info-gnu/2020-12/msg00003.html
This commit is contained in:
Emanuel Haupt
2020-12-09 17:12:22 +00:00
parent 9de8c55119
commit a36bb63f83
3 changed files with 22 additions and 47 deletions

View File

@@ -1,20 +1,24 @@
# Created by: Oliver Eikemeier
# $FreeBSD$
# Please don't remove commented lines, they become relevant once the first
# patch for 5.1 has been released.
PORTNAME= bash
PATCHLEVEL= 18
PORTVERSION= 5.0.${PATCHLEVEL:S/^0//g}
PORTREVISION?= 3
#PATCHLEVEL= 0
#PORTVERSION= 5.0.${PATCHLEVEL:S/^0//g}
PORTVERSION= 5.1
PORTREVISION?= 0
CATEGORIES= shells
MASTER_SITES= GNU
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
#DISTNAME= ${PORTNAME}-${PORTVERSION:R}
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/
PATCHFILES!= /usr/bin/jot -s " " -w \
${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
#PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/
#PATCHFILES!= /usr/bin/jot -s " " -w \
# ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \
# ${PATCHLEVEL} 1 ${PATCHLEVEL}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= GNU Project's Bourne Again SHell

View File

@@ -1,39 +1,3 @@
TIMESTAMP = 1594476652
SHA256 (bash/bash-5.0.tar.gz) = b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
SIZE (bash/bash-5.0.tar.gz) = 10135110
SHA256 (bash/bash50-001) = f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
SIZE (bash/bash50-001) = 4133
SHA256 (bash/bash50-002) = 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
SIZE (bash/bash50-002) = 4380
SHA256 (bash/bash50-003) = 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
SIZE (bash/bash50-003) = 6434
SHA256 (bash/bash50-004) = 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
SIZE (bash/bash50-004) = 1664
SHA256 (bash/bash50-005) = 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
SIZE (bash/bash50-005) = 3732
SHA256 (bash/bash50-006) = d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
SIZE (bash/bash50-006) = 1275
SHA256 (bash/bash50-007) = 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
SIZE (bash/bash50-007) = 1640
SHA256 (bash/bash50-008) = eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
SIZE (bash/bash50-008) = 2622
SHA256 (bash/bash50-009) = ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
SIZE (bash/bash50-009) = 1095
SHA256 (bash/bash50-010) = d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
SIZE (bash/bash50-010) = 6407
SHA256 (bash/bash50-011) = 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
SIZE (bash/bash50-011) = 1870
SHA256 (bash/bash50-012) = 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
SIZE (bash/bash50-012) = 1571
SHA256 (bash/bash50-013) = f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
SIZE (bash/bash50-013) = 2328
SHA256 (bash/bash50-014) = 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
SIZE (bash/bash50-014) = 1747
SHA256 (bash/bash50-015) = a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
SIZE (bash/bash50-015) = 2565
SHA256 (bash/bash50-016) = ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
SIZE (bash/bash50-016) = 1534
SHA256 (bash/bash50-017) = 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
SIZE (bash/bash50-017) = 6517
SHA256 (bash/bash50-018) = 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3
SIZE (bash/bash50-018) = 1242
TIMESTAMP = 1607529799
SHA256 (bash/bash-5.1.tar.gz) = cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
SIZE (bash/bash-5.1.tar.gz) = 10458638

View File

@@ -60,7 +60,10 @@ bin/bashbug
%%NO_STATIC%%include/bash/xmalloc.h
%%NO_STATIC%%include/bash/y.tab.h
%%NO_STATIC%%lib/bash/Makefile.inc
%%NO_STATIC%%lib/bash/accept
%%NO_STATIC%%lib/bash/basename
%%NO_STATIC%%lib/bash/csv
%%NO_STATIC%%lib/bash/cut
%%NO_STATIC%%lib/bash/dirname
%%NO_STATIC%%lib/bash/fdflags
%%NO_STATIC%%lib/bash/finfo
@@ -70,12 +73,15 @@ bin/bashbug
%%NO_STATIC%%lib/bash/loadables.h
%%NO_STATIC%%lib/bash/logname
%%NO_STATIC%%lib/bash/mkdir
%%NO_STATIC%%lib/bash/mkfifo
%%NO_STATIC%%lib/bash/mktemp
%%NO_STATIC%%lib/bash/mypid
%%NO_STATIC%%lib/bash/pathchk
%%NO_STATIC%%lib/bash/print
%%NO_STATIC%%lib/bash/printenv
%%NO_STATIC%%lib/bash/push
%%NO_STATIC%%lib/bash/realpath
%%NO_STATIC%%lib/bash/rm
%%NO_STATIC%%lib/bash/rmdir
%%NO_STATIC%%lib/bash/seq
%%NO_STATIC%%lib/bash/setpgid
@@ -112,6 +118,7 @@ man/man1/bashbug.1.gz
%%NLS%%share/locale/id/LC_MESSAGES/bash.mo
%%NLS%%share/locale/it/LC_MESSAGES/bash.mo
%%NLS%%share/locale/ja/LC_MESSAGES/bash.mo
%%NLS%%share/locale/ko/LC_MESSAGES/bash.mo
%%NLS%%share/locale/lt/LC_MESSAGES/bash.mo
%%NLS%%share/locale/nb/LC_MESSAGES/bash.mo
%%NLS%%share/locale/nl/LC_MESSAGES/bash.mo