Skip to content

Commit 1a83801

Browse files
fix patches for async_ssl build
1 parent b0a0a0e commit 1a83801

File tree

4 files changed

+12
-20
lines changed
  • packages/async_ssl
    • async_ssl.v0.15.0
    • async_ssl.v0.16.0
    • async_ssl.v0.16.1
    • async_ssl.v0.17.0

4 files changed

+12
-20
lines changed

packages/async_ssl/async_ssl.v0.15.0/opam

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9-
patches: [ "no-incompatible-pointer-types.patch" ]
109
build: [
1110
["dune" "build" "-p" name "-j" jobs]
1211
]
@@ -32,10 +31,3 @@ url {
3231
src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/async_ssl-v0.15.0.tar.gz"
3332
checksum: "sha256=f218af427d80afa63a90e0d1ba04550256f28393ac9d79ec59a8ab52e1f7f508"
3433
}
35-
extra-source "no-incompatible-pointer-types.patch" {
36-
src:
37-
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
38-
checksum: [
39-
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
40-
]
41-
}

packages/async_ssl/async_ssl.v0.16.0/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9-
patches: [ "no-incompatible-pointer-types.patch" ]
9+
patches: [ "no-incompatible-pointer-types-016.patch" ]
1010
build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
@@ -33,10 +33,10 @@ url {
3333
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_ssl-v0.16.0.tar.gz"
3434
checksum: "sha256=5c9f74ddc00228634c2f6c60c10f3a821dc664f873d80c427284588c3e01bedd"
3535
}
36-
extra-source "no-incompatible-pointer-types.patch" {
36+
extra-source "no-incompatible-pointer-types-016.patch" {
3737
src:
38-
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
38+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types-016.patch"
3939
checksum: [
40-
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
40+
"sha256=5b014814b11bbe67f615026a870371bf4f90fecc2582cc5cdfdfb09534744825"
4141
]
4242
}

packages/async_ssl/async_ssl.v0.16.1/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9-
patches: [ "no-incompatible-pointer-types.patch" ]
9+
patches: [ "no-incompatible-pointer-types-016.patch" ]
1010
build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
@@ -38,10 +38,10 @@ url {
3838
"sha512=e4545e91d15d43f1a53ca8d05e8b7d39d11627671d0da2b2b02451b197387b396a310d51397decbd6448fc2bb13aa237b052685263dea4e2010f7884ad94371d"
3939
]
4040
}
41-
extra-source "no-incompatible-pointer-types.patch" {
41+
extra-source "no-incompatible-pointer-types-016.patch" {
4242
src:
43-
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
43+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types-016.patch"
4444
checksum: [
45-
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
45+
"sha256=5b014814b11bbe67f615026a870371bf4f90fecc2582cc5cdfdfb09534744825"
4646
]
4747
}

packages/async_ssl/async_ssl.v0.17.0/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9-
patches: [ "no-incompatible-pointer-types.patch" ]
9+
patches: [ "no-incompatible-pointer-types-017.patch" ]
1010
build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
@@ -34,10 +34,10 @@ url {
3434
src: "https://github.com/janestreet/async_ssl/archive/refs/tags/v0.17.0.tar.gz"
3535
checksum: "sha256=d1f9ca883ce9154571b2812235171707b70cb8e65b24ed3aeaec1fbebc5be1ba"
3636
}
37-
extra-source "no-incompatible-pointer-types.patch" {
37+
extra-source "no-incompatible-pointer-types-017.patch" {
3838
src:
39-
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
39+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types-017.patch"
4040
checksum: [
41-
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
41+
"sha256=6e97c88bdeff6f5848c2c173b26845019575c3c09d68cc57a22ef649c4983236"
4242
]
4343
}

0 commit comments

Comments
 (0)