Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1 25 Feb 2024 12:40:55
    |
Daniel Engberg (diizzy)  |
www/libmicrohttpd: Update to 1.0.1
Changelog: https://git.gnunet.org/libmicrohttpd.git/tree/ChangeLog?h=v1.0.1
PR: 277274
Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
1.0.0 05 Feb 2024 00:09:53
    |
Daniel Engberg (diizzy)  |
www/libmicrohttpd: Update to 1.0.0
Changelog:
https://git.gnunet.org/libmicrohttpd.git/tree/ChangeLog?h=v1.0.0
Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.77_1 28 Jan 2024 18:33:14
    |
Muhammad Moinur Rahman (bofh)  |
www/libmicrohttpd: Moved man to share/man
Approved by: portmgr (blanket) |
0.9.77 18 Jun 2023 07:46:00
    |
Daniel Engberg (diizzy)  |
www/libmicrohttpd: Update to 0.9.77
Changelog:
https://git.gnunet.org/libmicrohttpd.git/tree/ChangeLog?h=v0.9.77
PR: 271802
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer timeout 2+ weeks)
Sponsored by: Blinkinblox |
0.9.76 27 Mar 2023 09:54:00
    |
Fernando Apesteguía (fernape)  Author: Hung-Yi Chen |
www/libmicrohttpd: update to 0.9.76
ChangeLog: https://git.gnunet.org/libmicrohttpd.git/tree/ChangeLog?h=v0.9.76
Fix potential DoS vector in MHD_PostProcessor.
PR: 270369
Reported by: gaod@hychen.org (maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.75 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.75 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.75 10 Jan 2022 19:15:47
    |
Li-Wen Hsu (lwhsu)  Author: Hung-Yi Chen |
www/libmicrohttpd: Update to 0.9.75
- Correct license declaration.
- Remove libgcrypt dependency. Neither MHD nor GnuTLS needs it.
- Enforce configure to use libcurl if TESTCURL is enabled.
PR: 260777
Reported by: Evgeny Grin (co-maintainer of GNU libmicrohttpd, via mail) |
0.9.74 26 Dec 2021 07:58:15
    |
Li-Wen Hsu (lwhsu)  Author: Hung-Yi Chen |
www/libmicrohttpd: Update to 0.9.74
PR: 260603 |
0.9.73 01 Jun 2021 13:55:39
    |
Li-Wen Hsu (lwhsu)  Author: Daniel Engberg |
www/libmicrohttpd: Update to 0.9.73
PR: 255938
Approved by: Hung-Yi Chen <gaod@hychen.org> |
0.9.72 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.72 18 Jan 2021 17:52:07
  |
fernape  |
www/libmicrohttpd: Update to 0.9.72
ChangeLog:
https://lists.gnu.org/archive/html/libmicrohttpd/2020-12/msg00023.html
PR: 252367
Submitted by: daniel.engberg.lists@pyret.net
MFH: 2021Q1 (runtime fixes) |
0.9.71 31 Oct 2020 08:31:10
  |
tcberner  |
www/libmicrohttpd: Update to 0.9.71
- mark dependent ports broken, where there was no action from the
maintainers in due time.
PR: 249453
PR: 250101
PR: 250083
PR: 250100
Submitted by: daniel.engberg.lists@pyret.net
Approved by: gaod@hychen.org (maintainer) |
0.9.70 27 Jun 2020 09:08:13
  |
jsm  |
www/libmicrohttpd update to 0.9.70
PR: 247180
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.58_2 10 Nov 2018 18:12:58
  |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.9.58_1 10 Jan 2018 17:06:48
  |
ale  |
Enable SSL support by default and bump PORTREVISION.
Approved by: maintainer |
0.9.58 29 Dec 2017 23:01:43
  |
joneum  |
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), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13676 |
0.9.52 23 Jan 2017 18:52:57
  |
sunpoet  |
Update to 0.9.52
- While I'm here:
- Remove USE_OPENSSL: it is not required after libmicrospdy removal
- Bump PORTREVISION for dependent ports
Changes: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR: 216382
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.37_2 09 Jan 2017 13:16:50
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
0.9.37_2 16 Jun 2016 13:23:13
  |
mat  |
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577 |
0.9.37_2 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.9.37_2 27 Mar 2016 14:58:00
  |
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.9.37_1 08 Apr 2015 14:54:36
  |
robak  |
www/libmicrohttpd: add CPE information
- Maintainer's timeout (gaod@hychen.org)
PR: 198832
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
0.9.37_1 02 Jan 2015 18:46:34
  |
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
0.9.37 01 Sep 2014 10:25:48
  |
tijl  |
www/libmicrohttpd:
- Update to version 0.9.37
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use option helpers
- Fix package listing when recent OpenSSL is available
Approved by: portmgr (implicit, bump unstaged port) |
0.9.33_2 30 Jul 2014 03:57:24
  |
pi  |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
0.9.33_1 23 Jul 2014 09:54:02
  |
tijl  |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.9.33 30 Jan 2014 15:31:46
  |
decke  |
- Fix handling of GNUTLS support
PR: ports/185950
Submitted by: Claus Endres <claus@endresconsulting.com>
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.33 25 Dec 2013 20:16:44
  |
sunpoet  |
- Update to 0.9.33
Changes: https://gnunet.org/svn/libmicrohttpd/ChangeLog
PR: ports/185184
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.31 13 Dec 2013 07:27:21
  |
sunpoet  |
- Fix build on 10
PR: ports/184728
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.31 23 Nov 2013 18:41:40
  |
sunpoet  |
- Update to 0.9.31
- Bump PORTREVISION for www/libmicrohttpd shlib change
- While I'm here:
- Use GNU micro
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Strip shared library
- Sort PLIST
- Support STAGEDIR
PR: ports/184199
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.27 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.9.27 27 Jun 2013 06:58:33
  |
miwi  |
- Update to 0.9.27
PR: 179986
Submitted by: maintainer |
0.9.26_1 03 May 2013 16:36:41
  |
ehaupt  |
Chase security/libgcrypt update |
0.9.26 29 Apr 2013 07:45:21
  |
madpilot  |
- Update to 0.9.26
- Add licence description files missing from distribution
PR: ports/178007
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.25 06 Feb 2013 22:56:49
  |
flo  |
Convert to optionsng
Prodded by: bapt |
0.9.25 06 Feb 2013 22:32:44
  |
flo  |
- update to 0.9.25 [1]
- remove OSVERSION check for unsupported releases
PR: ports/175902
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.23_1 05 Feb 2013 16:17:07
  |
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
0.9.23 24 Nov 2012 19:13:54
  |
wxs  |
Update to 0.9.23
PR: ports/173551
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Feature safe: yes |
0.9.22 04 Oct 2012 06:05:51
  |
jgh  |
- update to 0.9.22
PR: 172308
Submitted by: maintainer, gaod@hychen.org |
0.9.21 08 Aug 2012 12:43:40
 |
bdrewery  |
- Update to 0.9.21
ChangeLog:
* Fixes potential problems with non-monotonic increasing system time
values
* Makes sockets non-inheritable by default
* Enables MHD to operate without a "listen" socket (for special
circumstances)
PR: ports/170425
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by: eadler (mentor) |
0.9.20 12 Jul 2012 11:54:47
 |
gahr  |
- Update to 0.9.20
PR: 169100
Submitted by: gahr
Approved by: maintainer (timeout > 15 days) |
0.9.15 12 Oct 2011 21:11:28
 |
pawel  |
- Update to version 0.9.15
- WITH_GNUTLS needs security/libgcrypt to work
PR: ports/161506
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9.12 10 Jul 2011 16:30:52
 |
jlaffaye  |
Update to 0.9.12
PR: ports/158285
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer timeout, bapt (mentor) |
0.9.4_2 05 Jun 2011 18:43:16
 |
novel  |
Chase security/gnutls update and add an UPDATING entry. |
0.9.4_1 19 Jan 2011 21:52:34
 |
ohauer  |
- mark port IGNORE if OSVERSION < 702000
since there is no strdup(3) available.
Issue reported by pav (pointyhat build)
Remark:
Feature save only if OSVERSION >= 702000
Feature safe: yes |
0.9.4_1 17 Jan 2011 20:05:33
 |
ohauer  |
- add option to build with gnutls (ssl support)
- remove patchfile
- change URI in pkg-descr
- bump PORTREVISION
PR: ports/153489
Submitted by: Pietro Cerutti <gahr _at_ FreeBSD.org>
Approved by: Hung-Yi Chen <gaod _at_ hychen.org> (maintainer) per mail
Feature safe: yes |
0.9.4 09 Jan 2011 12:07:15
 |
ohauer  |
- update to version 0.9.4
- pass maintainership to submitter
- use INFO=
- connect to License framework
PR: ports/153530
Submitted by: Hung-Yi Chen <gaod _at_ hychen.org> (new maintainer)
Approved by: Amatus <c11h15no2 _at_ yahoo.com> (old maintainer) |
0.4.2 17 Oct 2009 23:14:46
 |
itetcu  |
Try to fix plsit with custom PREFIX
PR: 139536
Submitted by: Sahil Tandon
Approved by: maintainer |
0.4.2 17 Aug 2009 20:18:58
 |
miwi  |
- Update to 0.4.2
PR: 137812
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer |
0.3.1 14 Jun 2008 13:23:13
 |
jadawin  |
- Update to 3.1
PR: ports/124495
Submitted by: David Barksdale <amatus gnu.org>
Approved by: mentor (implicit) |
0.2.2 27 Mar 2008 13:02:46
 |
jadawin  |
- Update to 0.2.2
PR: ports/122144
Submitted by: David Barksdale <amatus@gnu.org> (maintainer)
Approved by: tabthorpe (mentor) |
0.2.1 14 Feb 2008 06:44:10
 |
beech  |
libmicrohttpd is a small C library for embedding HTTP server functionality
into other applications. It is reentrant, fast, supports HTTP 1.1, and
permits listening on multiple ports. The API is simple and still powerful
enough to allow programmers to use the entire HTTP feature set.
PR: ports/120603
Submitted by: David Barksdale <amatus at gnu.org> |