Skip to content

Commit

Permalink
zlib: update to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou authored and ryandesign committed Oct 20, 2022
1 parent 84d6bb0 commit 02c3f26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 118 deletions.
14 changes: 5 additions & 9 deletions archivers/zlib/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup xcodeversion 1.0

name zlib
version 1.2.12
version 1.2.13
categories archivers
maintainers {ryandesign @ryandesign} openmaintainer
license zlib
Expand Down Expand Up @@ -33,9 +33,9 @@ if {${os.platform} eq "darwin" && ${os.major} < 11 && ${configure.cxx_stdlib} eq
use_xz yes
}

checksums rmd160 f8ab67a6b9f32f774440907309f2e4c3526e0b52 \
sha256 7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18 \
size 1288864
checksums rmd160 4805f7f51e5ff84ce3cb9699fedcc840893b5da1 \
sha256 d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98 \
size 1296496

minimum_xcodeversions {8 2.4.1 9 3.1}

Expand All @@ -48,11 +48,7 @@ test.run yes
destroot.destdir prefix=${destroot}${prefix}

if {${name} eq ${subport}} {
revision 2

patchfiles patch-cc-logic.patch \
patch-crc-functions.patch \
patch-CVE-2022-37434.patch
revision 0

post-destroot {
platform darwin {
Expand Down
15 changes: 0 additions & 15 deletions archivers/zlib/files/patch-CVE-2022-37434.patch

This file was deleted.

43 changes: 0 additions & 43 deletions archivers/zlib/files/patch-cc-logic.patch

This file was deleted.

51 changes: 0 additions & 51 deletions archivers/zlib/files/patch-crc-functions.patch

This file was deleted.

0 comments on commit 02c3f26

Please sign in to comment.