diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-06-02 07:08:16 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-06-02 07:08:16 +0000 |
| commit | 995181be7c8923e16422f14fb4e5d6854269c316 (patch) | |
| tree | eff5a5cfdf88f96141e0a210d1e458162bc90e44 /shells/bash | |
| parent | 70bb38ac7e18a876ce3e077aad3a8ce569541d90 (diff) | |
Notes
Diffstat (limited to 'shells/bash')
| -rw-r--r-- | shells/bash/Makefile | 4 | ||||
| -rw-r--r-- | shells/bash/distinfo | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 6b3af1dc02a4..c823ca083086 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 19 +PATCHLEVEL= 23 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells @@ -69,7 +69,7 @@ LLD_UNSAFE= yes CONFIGURE_ARGS+= --disable-static-link # Bash symbols must be exported in order to link runtime plugins, i.e., # "enable -f". (Plugins are not supported for bash-static.) -CFLAGS+= -Wl,-export-dynamic +LDFLAGS+= -Wl,-export-dynamic .endif STANDARD_PATH= /sbin:/bin:/usr/sbin:/usr/bin CPPFLAGS+= -DDEFAULT_PATH_VALUE='\"${STANDARD_PATH}:${LOCALBASE}/sbin:${LOCALBASE}/bin\"' \ diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 1d189f06de81..9db1ec8eb0cf 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1518251119 +TIMESTAMP = 1527921957 SHA256 (bash/bash-4.4.tar.gz) = d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SIZE (bash/bash-4.4.tar.gz) = 9377313 SHA256 (bash/bash44-001) = 3e28d91531752df9a8cb167ad07cc542abaf944de9353fe8c6a535c9f1f17f0f @@ -39,3 +39,11 @@ SHA256 (bash/bash44-018) = 5bc494b42f719a8b0d844b7bd9ad50ebaae560e97f67c833c9e7e SIZE (bash/bash44-018) = 1319 SHA256 (bash/bash44-019) = 27170d6edfe8819835407fdc08b401d2e161b1400fe9d0c5317a51104c89c11e SIZE (bash/bash44-019) = 1671 +SHA256 (bash/bash44-020) = 1840e2cbf26ba822913662f74037594ed562361485390c52813b38156c99522c +SIZE (bash/bash44-020) = 5156 +SHA256 (bash/bash44-021) = bd8f59054a763ec1c64179ad5cb607f558708a317c2bdb22b814e3da456374c1 +SIZE (bash/bash44-021) = 1810 +SHA256 (bash/bash44-022) = 45331f0936e36ab91bfe44b936e33ed8a1b1848fa896e8a1d0f2ef74f297cb79 +SIZE (bash/bash44-022) = 1818 +SHA256 (bash/bash44-023) = 4fec236f3fbd3d0c47b893fdfa9122142a474f6ef66c20ffb6c0f4864dd591b6 +SIZE (bash/bash44-023) = 1557 |
