non port: www/libnghttp2/Makefile |
SVNWeb
|
Number of commits found: 51 |
Sun, 19 Mar 2023
|
[ 23:40 Daniel Engberg (diizzy) ] a7bfefe
www/libnghttp2: Update to 1.52.0
- Switch back to CMake for consistency (basically the same as PR 268536)
- Refresh CMake args
Changelog: https://github.com/nghttp2/nghttp2/releases/tag/v1.52.0
PR: 269548
Approved by: portmgr (maintainer timeout, 4+ weeks)
|
Mon, 30 Jan 2023
|
[ 12:59 Po-Chuan Hsieh (sunpoet) ] c2412f4
www/libnghttp2: Change back to make
- Bump PORTREVISION for package change
|
Mon, 16 Jan 2023
|
[ 09:23 Daniel Engberg (diizzy) ] 3bbd849
www/libnghttp2: Update to 1.51.0
* Switch to CMake
* Modernize Makefile to follow Porters Handbook more closely
Poudriere test run by bofh (thanks!)
Changelog: https://github.com/nghttp2/nghttp2/releases/tag/v1.51.0
PR: 268536
Approved by: portmgr (maintainer timeout, 2+ weeks)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
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 )
|
Wed, 29 Jun 2022
|
[ 16:32 Po-Chuan Hsieh (sunpoet) ] 84e2fa4
www/libnghttp2: Update to 1.48.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Fri, 13 May 2022
|
[ 11:39 Po-Chuan Hsieh (sunpoet) ] dd626f0
www/libnghttp2: Update to 1.47.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Mon, 1 Nov 2021
|
[ 13:41 Po-Chuan Hsieh (sunpoet) ] 6e50c8b
www/libnghttp2: Update to 1.46.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Wed, 13 Oct 2021
|
[ 19:12 Po-Chuan Hsieh (sunpoet) ] a7cdae7
www/libnghttp2: Update to 1.45.1
Changes: https://github.com/nghttp2/nghttp2/releases
|
Tue, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] e188d0c
www/libnghttp2: Add CPE information
Approved by: portmgr (blanket)
|
Sat, 24 Jul 2021
|
[ 23:57 Po-Chuan Hsieh (sunpoet) ] fdb07e0
www/libnghttp2: Update to 1.44.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 17 Feb 2021
|
[ 18:01 sunpoet ]
Remoce USES=autoreconf
It is not needed after switching to upstream release tarball (r547037).
|
Sat, 6 Feb 2021
|
[ 20:44 sunpoet ]
Update to 1.43.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sat, 19 Dec 2020
|
[ 20:06 sunpoet ]
Update to 1.42.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sun, 30 Aug 2020
|
[ 07:17 sunpoet ]
Use upstream release tarball
PR: 248937
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
Wed, 3 Jun 2020
|
[ 18:08 sunpoet ]
Update to 1.41.0
Changes: https://github.com/nghttp2/nghttp2/releases
Security: 4bb56d2f-a5b0-11ea-a860-08002728f74c
MFH: 2020Q2
|
Mon, 18 Nov 2019
|
[ 18:11 sunpoet ]
Update to 1.40.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Wed, 14 Aug 2019
|
[ 18:01 sunpoet ]
Update to 1.39.2
Changes: https://github.com/nghttp2/nghttp2/releases
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 13 Jun 2019
|
[ 15:48 sunpoet ]
Update to 1.39.1
Changes: https://github.com/nghttp2/nghttp2/releases
|
Thu, 18 Apr 2019
|
[ 17:59 sunpoet ]
Update to 1.38.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sat, 9 Mar 2019
|
[ 14:36 sunpoet ]
Update to 1.37.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sat, 19 Jan 2019
|
[ 20:40 sunpoet ]
Update to 1.36.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Fri, 14 Dec 2018
|
[ 15:11 lwhsu ]
- Update to 1.35.1
Approved by: sunpoet (maintainer)
Sponsored by: The FreeBSD Foundation
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 24 Nov 2018
|
[ 22:28 sunpoet ]
Update to 1.35.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Fri, 5 Oct 2018
|
[ 21:07 sunpoet ]
Update to 1.34.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Mon, 3 Sep 2018
|
[ 19:03 sunpoet ]
Update to 1.33.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sat, 25 Aug 2018
|
[ 16:00 sunpoet ]
Update to 1.32.1
Changes: https://github.com/nghttp2/nghttp2/releases
|
Wed, 9 May 2018
|
[ 21:38 sunpoet ]
Update to 1.32.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Fri, 13 Apr 2018
|
[ 20:47 sunpoet ]
Update to 1.31.1
Changes: https://github.com/nghttp2/nghttp2/releases
Security: 1fccb25e-8451-438c-a2b9-6a021e4d7a31
MFH: 2018Q2
|
Wed, 28 Feb 2018
|
[ 15:52 sunpoet ]
Update to 1.31.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sun, 4 Feb 2018
|
[ 10:12 sunpoet ]
Update to 1.30.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Wed, 20 Dec 2017
|
[ 14:37 sunpoet ]
Update to 1.29.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Mon, 27 Nov 2017
|
[ 23:59 sunpoet ]
Update to 1.28.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Thu, 26 Oct 2017
|
[ 20:05 sunpoet ]
Update to 1.27.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Thu, 21 Sep 2017
|
[ 17:20 sunpoet ]
Update to 1.26.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sat, 19 Aug 2017
|
[ 16:04 sunpoet ]
Update to 1.25.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Mon, 3 Jul 2017
|
[ 08:20 sunpoet ]
Update to 1.24.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Wed, 31 May 2017
|
[ 13:09 sunpoet ]
Update to 1.23.1
Changes: https://github.com/nghttp2/nghttp2/releases
|
Sat, 27 May 2017
|
[ 17:32 sunpoet ]
Update to 1.23.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Tue, 25 Apr 2017
|
[ 14:23 sunpoet ]
Update to 1.22.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Tue, 11 Apr 2017
|
[ 00:47 sunpoet ]
Update to 1.21.1
Changes: https://github.com/nghttp2/nghttp2/releases
|
Tue, 28 Mar 2017
|
[ 20:52 sunpoet ]
Update to 1.21.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Mon, 27 Feb 2017
|
[ 14:14 sunpoet ]
Update to 1.20.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Thu, 26 Jan 2017
|
[ 14:37 sunpoet ]
Update to 1.19.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Fri, 6 Jan 2017
|
[ 20:02 sunpoet ]
- Update to 1.18.1
Changes: https://github.com/nghttp2/nghttp2/releases
|
Tue, 27 Dec 2016
|
[ 18:15 sunpoet ]
- Update to 1.18.0
Changes: https://github.com/nghttp2/nghttp2/releases
|
Mon, 19 Dec 2016
|
[ 15:45 sunpoet ]
- Remove unnecessary SUBDIRs from build completely
|
Sun, 18 Dec 2016
|
[ 15:20 sunpoet ]
- Add libnghttp2 1.17.0
nghttp2 is an implementation of HTTP/2 and its header compression algorithm
HPACK in C.
WWW: https://nghttp2.org/
|
Number of commits found: 51 |