Page MenuHomeFreeBSD

www/libmicrohttpd from 0.9.52 to 0.9.58
ClosedPublic

Authored by joneum on Dec 29 2017, 10:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 9:22 PM
Unknown Object (File)
Tue, Aug 5, 10:47 AM
Unknown Object (File)
Fri, Jul 25, 1:20 PM
Unknown Object (File)
Jun 28 2025, 9:22 AM
Unknown Object (File)
Jun 21 2025, 7:00 AM
Unknown Object (File)
Jun 17 2025, 11:13 PM
Unknown Object (File)
Jun 12 2025, 4:35 AM
Unknown Object (File)
Jun 9 2025, 8:32 AM
Subscribers

Details

Summary

www/libmicrohttpd from 0.9.52 to 0.9.58

switch to pkg-plist and from http to https in pkg-descr

Changelog:

  • Better support for automatic port detection for sockets provided by MHD_OPTION_LISTEN_SOCKET option.
  • Documentation installation fixes.
  • Removed usage of 3DES mode from test-suite to avoid test failures on modern platforms.
  • Minor compiler warning fix.

PR: 224535
Reported by: Greg Fitzgerald <gregf@hugops.pw)
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer), xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13916
Build 14118: arc lint + arc unit

Event Timeline

www/libmicrohttpd/Makefile
31

^ you could stick with the PLIST_FILES to reduce the diff

www/libmicrohttpd/Makefile
31

Since entries are added, I have intentionally created a pkg-plist

Yes, I read that :D -- I assume because portlint told you to? This looks like a baker's 5 lines to me.

Any particular non-portlint-told-me-to reason?

www/libmicrohttpd/pkg-plist
2

^ this looks like a strange place for an image? is it needed?

3

^ maybe try to get rid of the static library (if it is not too hard -- really needed)

Yes, I read that :D -- I assume because portlint told you to? This looks like a baker's 5 lines to me.

Any particular non-portlint-told-me-to reason?

This had nothing to do with Portlint, but because it makes it so clear. Or is there a counter-argument for not doing it?

www/libmicrohttpd/pkg-plist
2

yes

3

It's a takeover of Makefile

Technically this is fine. Further queries can be directed to my lawyer :D

This revision is now accepted and ready to land.Dec 29 2017, 10:36 PM
This revision was automatically updated to reflect the committed changes.