freshbsd.org

OpenBSD/src AA3yc3Flib/libcrypto/man ASN1_STRING_length.3

   Make deprecation of ASN1_STRING_data(3) more prominent
   The function has been deprecated for a long time: OpenSSL did so when
   adding ASN1_STRING_get0_data in 1.1.0. beck removed it from OpenSSL 4.
   The reason is that it returns a modifiable "string" and you should not
   be modifying an ASN1_STRING this way. You should be using one of the
   clumsy, inconvenient accessors.
   schwarze merged the deprecation when adding documentation for
   ASN1_STRING_get0_data() in 2018. Make this a bit more obvious: move
   function to the end of the documented functions in this page, and mark
   it deprecated in the SYNOPSIS, too.
   I'm aware that deprecation does not work. I was hopeful to be able to
   remove the function in the last cycle, but that did not happen and it
   might not happen in this cycle either. It will happen at some point,
   though.
   Prompted by a question by brad
VersionDeltaFile
1.32+22-19lib/libcrypto/man/ASN1_STRING_length.3
+22-191 files

OpenBSD/ports bnxZe2Kwww/tor-browser/browser/patches patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavcodec_bsf_h patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavutil_channel_layout_h

   www/tor-browser: backport support of ffmpeg-9.0
   Based on https://hg-edge.mozilla.org/releases/mozilla-esr153/rev/bdb74c45c2e1
   OK caspar@ (maintainer)
VersionDeltaFile
1.1+2,965-0www/tor-browser/browser/patches/patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavcodec_avcodec_h
1.1+1,225-0www/tor-browser/browser/patches/patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavutil_frame_h
1.1+954-0www/tor-browser/browser/patches/patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavcodec_packet_h
1.1+827-0www/tor-browser/browser/patches/patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavutil_pixfmt_h
1.1+766-0www/tor-browser/browser/patches/patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavutil_channel_layout_h
1.1+712-0www/tor-browser/browser/patches/patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavcodec_bsf_h
+7,449-037 files not shown
+15,993-043 files

Read the original on freshbsd.org ↗