Skip to content
Snippets Groups Projects
Verified Commit bcfb914f authored by David Runge's avatar David Runge :chipmunk:
Browse files

upgpkg: 6.4-2

Fix CVE-2023-29491 by configuring with `--disable-setuid-environ`:
https://bugs.archlinux.org/task/78578
parent e1cf4f4b
No related branches found
Tags 1.12.0-1
No related merge requests found
......@@ -5,7 +5,7 @@
pkgname=ncurses
pkgver=6.4
pkgrel=1
pkgrel=2
pkgdesc='System V Release 4.0 curses emulation library'
arch=(x86_64)
url='https://invisible-island.net/ncurses/ncurses.html'
......@@ -42,6 +42,7 @@ prepare() {
build() {
local configure_options=(
--prefix=/usr
--disable-setuid-environ
--enable-widec
--enable-pc-files
--mandir=/usr/share/man
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment