diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-05-05 23:21:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-05-05 23:21:58 +0800 |
commit | a50cfde1576d5cea327d8592b040541107b0131a (patch) | |
tree | 96c2294b5559ce0dad02c7d4bf919fbe6359a48f /security/openssl/Makefile | |
parent | 4bf35a3201aa8de77d085034a9340a3d1e0fe3ef (diff) | |
download | freebsd-ports-gnome-a50cfde1576d5cea327d8592b040541107b0131a.tar.gz freebsd-ports-gnome-a50cfde1576d5cea327d8592b040541107b0131a.tar.zst freebsd-ports-gnome-a50cfde1576d5cea327d8592b040541107b0131a.zip |
- fix path in c_rehash
Submitted by: Matthias Andree
Obtained from: http://rt.openssl.org/Ticket/Display.html?id=2234
- add more DTLS bugfixes
Obtained from: http://sctp.fh-muenster.de/
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 088801b4f59d..852ce76ed66c 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssl PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.openssl.org/%SUBDIR%/ \ @@ -1122,6 +1123,9 @@ BROKEN= Patches do not merge, please change options PATCHFILES+= dtls-replay-bug-1.0.0.patch PATCHFILES+= dtls-buffer-bug-1.0.0.patch PATCHFILES+= dtls-timeout-bug-1.0.0.patch +PATCHFILES+= dtls-badmac-bug-1.0.0.patch +PATCHFILES+= dtls-badmsg-alert-bug-1.0.0.patch +PATCHFILES+= dtls-reassembly-bug-1.0.0.patch .endif .if defined(WITH_DTLS_RENEGOTIATION) || make(makesum) PATCHFILES+= abbreviated-renegotiation.patch |