mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 04:27:13 +08:00
libidn: update to 1.33 to fix security issues.
This commit is contained in:
parent
c23c940b54
commit
ab9f654071
@ -1,7 +1,5 @@
|
||||
# Maintainer: abveritas@chakra-project.org
|
||||
|
||||
pkgname=libidn
|
||||
pkgver=1.32
|
||||
pkgver=1.33
|
||||
pkgrel=1
|
||||
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
|
||||
url="http://www.gnu.org/software/libidn/"
|
||||
@ -10,7 +8,7 @@ license=('GPL3' 'LGPL')
|
||||
depends=('glibc' 'texinfo')
|
||||
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
install=libidn.install
|
||||
sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
|
||||
sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
Loading…
Reference in New Issue
Block a user