Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
ad77fc15
Commit
ad77fc15
authored
1 year ago
by
Bernard Spil
Browse files
Options
Downloads
Patches
Plain Diff
security/openssl30: Enable RFC3779 by default
* As in base OpenSSL Reported by: Juraj Lutter
parent
405edc14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
security/openssl30/Makefile
+2
-1
2 additions, 1 deletion
security/openssl30/Makefile
security/openssl31/Makefile
+2
-1
2 additions, 1 deletion
security/openssl31/Makefile
with
4 additions
and
2 deletions
security/openssl30/Makefile
+
2
−
1
View file @
ad77fc15
PORTNAME
=
openssl
PORTVERSION
=
3.0.11
PORTREVISION
=
1
CATEGORIES
=
security devel
MASTER_SITES
=
https://www.openssl.org/source/
\
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
...
...
@@ -40,7 +41,7 @@ OPTIONS_GROUP_PROTOCOLS=NEXTPROTONEG SCTP SSL3 TLS1 TLS1_1 TLS1_2
OPTIONS_DEFINE
=
ASYNC CRYPTODEV CT KTLS MAN3 RFC3779 SHARED ZLIB
OPTIONS_DEFAULT
=
ASM ASYNC CT DES EC FIPS GOST KTLS MAN3 MD4 NEXTPROTONEG
\
RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2
RFC3779
RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2
OPTIONS_EXCLUDE
=
${${
OSVERSION
}
< 1300042:?KTLS:
}
\
${${
OSVERSION
}
>
1300000:?CRYPTODEV:
}
...
...
This diff is collapsed.
Click to expand it.
security/openssl31/Makefile
+
2
−
1
View file @
ad77fc15
PORTNAME
=
openssl
PORTVERSION
=
3.1.3
PORTREVISION
=
1
CATEGORIES
=
security devel
MASTER_SITES
=
https://www.openssl.org/source/
\
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
...
...
@@ -40,7 +41,7 @@ OPTIONS_GROUP_PROTOCOLS=NEXTPROTONEG SCTP SSL3 TLS1 TLS1_1 TLS1_2
OPTIONS_DEFINE
=
ASYNC CRYPTODEV CT KTLS MAN3 RFC3779 SHARED ZLIB
OPTIONS_DEFAULT
=
ASM ASYNC CT DES EC FIPS GOST KTLS MAN3 MD4 NEXTPROTONEG
\
RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2
RFC3779
RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2
OPTIONS_EXCLUDE
=
${${
OSVERSION
}
< 1300042:?KTLS:
}
\
${${
OSVERSION
}
>
1300000:?CRYPTODEV:
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment