Skip to content

Commit

Permalink
Upgrade to libxml2 2.11.8 and zlib 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 7, 2024
1 parent 37b7110 commit ab307f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If($vs2008) {

$community = Get-BatPath 2019 "Community" $vcvarsarch
$enterprise = Get-BatPath 2019 "Enterprise" $vcvarsarch

$bat = ""
if (Test-Path $community) {
$bat = $community
Expand Down Expand Up @@ -113,6 +113,6 @@ New-Item -ItemType Directory .\dist
Dir $iconvLib\libiconv* | Copy-Item -Force -Destination {Join-Path $iconvLib ($_.Name -replace "libiconv","iconv") }

BundleRelease "iconv-1.15.$distname" (dir $iconvLib\iconv_a*) (dir $iconvInc\*)
BundleRelease "libxml2-2.11.7.$distname" (dir $xmlLib\*) (Get-Item $xmlInc\libxml)
BundleRelease "libxml2-2.11.8.$distname" (dir $xmlLib\*) (Get-Item $xmlInc\libxml)
BundleRelease "libxslt-1.1.39.$distname" (dir .\libxslt\win32\bin.msvc\*) (Get-Item .\libxslt\libxslt,.\libxslt\libexslt)
BundleRelease "zlib-1.2.12.$distname" (Get-Item .\zlib\*.*) (Get-Item .\zlib\zconf.h,.\zlib\zlib.h)
BundleRelease "zlib-1.3.1.$distname" (Get-Item .\zlib\*.*) (Get-Item .\zlib\zconf.h,.\zlib\zlib.h)
2 changes: 1 addition & 1 deletion libxml2
Submodule libxml2 updated 5 files
+12 −0 NEWS
+0 −4 README.md
+1 −1 configure.ac
+2 −2 xmllint.c
+22 −12 xmlsave.c
2 changes: 1 addition & 1 deletion zlib
Submodule zlib updated 144 files

0 comments on commit ab307f8

Please sign in to comment.