mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
bash: update to 5.1
Remove upstreamed patches. Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+5
-5
@@ -8,19 +8,20 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bash
|
||||
PKG_VERSION:=5.0
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=5.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/bash
|
||||
PKG_HASH:=b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
|
||||
PKG_HASH:=cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
|
||||
|
||||
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
||||
PKG_CPE_ID:=cpe:/a:gnu:bash
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -73,7 +74,6 @@ CONFIGURE_VARS += \
|
||||
bash_cv_printf_a_format=yes \
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-installed-readline="$(STAGING_DIR)/usr" \
|
||||
--with-curses \
|
||||
--without-bash-malloc \
|
||||
--bindir=/bin \
|
||||
|
||||
Reference in New Issue
Block a user