FreeBSD Bugzilla – Attachment 233104 Details for
Bug 263181
security/ocaml-ssl: upgrade to 0.5.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade to 0.5.10
security_ocaml-ssl.diff (text/plain), 2.73 KB, created by
Thierry Thomas
on 2022-04-09 16:54:43 UTC
(
hide
)
Description:
Upgrade to 0.5.10
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2022-04-09 16:54:43 UTC
Size:
2.73 KB
patch
obsolete
>From 95ca610386ac66c0ff256e929133be6fe1e92456 Mon Sep 17 00:00:00 2001 >From: Thierry Thomas <thierry@FreeBSD.org> >Date: Sat, 9 Apr 2022 18:48:36 +0200 >Subject: [PATCH] security/ocaml-ssl: upgrade to 0.5.10 > >This fixes the failure reported in PR 262781. >--- > security/ocaml-ssl/Makefile | 14 ++++++++++++-- > security/ocaml-ssl/distinfo | 6 +++--- > security/ocaml-ssl/pkg-plist | 1 + > 3 files changed, 16 insertions(+), 5 deletions(-) > >diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile >index 150b4ec8c09f..0d680c4099d8 100644 >--- a/security/ocaml-ssl/Makefile >+++ b/security/ocaml-ssl/Makefile >@@ -1,7 +1,8 @@ > # Created by: Jaap Boender <jaapb@kerguelen.org> > > PORTNAME= ssl >-PORTVERSION= 0.5.9 >+PORTVERSION= 0.5.10 >+DISTVERSIONPREFIX= v > CATEGORIES= security devel > PKGNAMEPREFIX= ocaml- > >@@ -11,13 +12,18 @@ COMMENT= OpenSSL bindings for OCaml > LICENSE= LGPL21+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= dune:devel/ocaml-dune >+BUILD_DEPENDS= dune:devel/ocaml-dune \ >+ ocaml-dune-configurator>0:devel/ocaml-dune-configurator >+RUN_DEPENDS= ocaml-dune-configurator>0:devel/ocaml-dune-configurator > > USES= ssl > USE_GITHUB= yes > GH_ACCOUNT= savonet > GH_PROJECT= ocaml-ssl >+ > USE_OCAML= yes >+USE_OCAML_LDCONFIG= yes >+OCAML_LDLIBS= ${OCAML_SITELIBDIR}/stublibs > > DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} > EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} >@@ -35,4 +41,8 @@ do-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} > >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllssl_stubs.so >+ > .include <bsd.port.mk> >diff --git a/security/ocaml-ssl/distinfo b/security/ocaml-ssl/distinfo >index 12c9a3995701..1768c851de37 100644 >--- a/security/ocaml-ssl/distinfo >+++ b/security/ocaml-ssl/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1563180443 >-SHA256 (savonet-ocaml-ssl-0.5.9_GH0.tar.gz) = 1f3d66aaf9af5cc9c1fceb8e4bc00ad022035fb44416f6d7cebbad2c963161ea >-SIZE (savonet-ocaml-ssl-0.5.9_GH0.tar.gz) = 32721 >+TIMESTAMP = 1649522348 >+SHA256 (savonet-ocaml-ssl-v0.5.10_GH0.tar.gz) = 943331e9f87edc6c572c6f18e875824d056918a533323f7c2a1a5214cd458c6d >+SIZE (savonet-ocaml-ssl-v0.5.10_GH0.tar.gz) = 33951 >diff --git a/security/ocaml-ssl/pkg-plist b/security/ocaml-ssl/pkg-plist >index 9a0cb8472a91..925a34025c25 100644 >--- a/security/ocaml-ssl/pkg-plist >+++ b/security/ocaml-ssl/pkg-plist >@@ -20,6 +20,7 @@ > %%OCAML_SITELIBDIR%%/ssl/ssl_threads.mli > %%OCAML_SITELIBDIR%%/stublibs/dllssl_stubs.so > %%PORTDOCS%%%%DOCSDIR%%/CHANGES >+%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md > %%PORTDOCS%%%%DOCSDIR%%/README.md > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpn.ml > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dune >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263181
: 233104