mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 06:47:14 +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
|
pkgname=libidn
|
||||||
pkgver=1.32
|
pkgver=1.33
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
|
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
|
||||||
url="http://www.gnu.org/software/libidn/"
|
url="http://www.gnu.org/software/libidn/"
|
||||||
@ -10,7 +8,7 @@ license=('GPL3' 'LGPL')
|
|||||||
depends=('glibc' 'texinfo')
|
depends=('glibc' 'texinfo')
|
||||||
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||||
install=libidn.install
|
install=libidn.install
|
||||||
sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
|
sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user