summaryrefslogblamecommitdiff
path: root/system/expat/APKBUILD
blob: 52d364713cbc2ec7b733a6e67d50290ba904526e (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                 
            
        
                                         


                                 
          
                   
              
                                       
                                                                                            

           





                      










                      

                     

                      

                     



                     








                                       



                  


                                       
                                                                                                                                                                  
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=expat
pkgver=2.4.8
pkgrel=0
pkgdesc="XML parser library written in C"
url="https://libexpat.github.io/"
arch="all"
license="MIT"
depends=""
checkdepends="bash"
makedepends=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://downloads.sourceforge.net/project/expat/expat/$pkgver/expat-$pkgver.tar.bz2"

# secfixes:
#   2.4.7-r0:
#     - CVE-2022-25315
#     - CVE-2022-25314
#     - CVE-2022-25313
#     - CVE-2022-25236
#     - CVE-2022-25235
#   2.4.4-r0:
#     - CVE-2022-23852
#     - CVE-2022-23990
#     - CVE-2021-45960
#     - CVE-2021-46143
#     - CVE-2022-22822
#     - CVE-2022-22823
#     - CVE-2022-22824
#     - CVE-2022-22825
#     - CVE-2022-22826
#     - CVE-2022-22827
#   2.4.1-r0:
#     - CVE-2013-0340
#   2.2.7-r1:
#     - CVE-2019-15903
#   2.2.1-r0:
#     - CVE-2016-9063
#   2.2.0-r1:
#     - CVE-2017-9233

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--mandir=/usr/share/man
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir/" install
}

sha512sums="46cc9d725f359b77681a2875bfefa15ceee50eb9513f6577607c0c5833dfa4241565c74f26b84b38d802c3cd8c32f00204fd74272bcecbd21229425764eef86c  expat-2.4.8.tar.bz2"