aboutsummaryrefslogtreecommitdiff
path: root/net/quiche
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Bump revisions after 1.97.1Mikael Urankar2026-07-211-1/+1
| | | | PR: 296645
* lang/rust: Bump revisions after 1.96.0Mikael Urankar2026-06-041-1/+1
| | | | PR: 295694
* lang/rust: Bump revisions after 1.95.0Mikael Urankar2026-04-271-1/+1
| | | | PR: 294615
* lang/rust: Bump revisions after 1.94.0Mikael Urankar2026-03-231-1/+1
| | | | PR: 293615
* lang/rust: Bump revisions after 1.93.0Mikael Urankar2026-01-281-1/+1
| | | | PR: 292360
* lang/rust: Bump revisions after 1.92.0Mikael Urankar2025-12-161-1/+1
| | | | PR: 291582
* lang/rust: Bump revisions after 1.91.1Mikael Urankar2025-11-111-1/+1
| | | | PR: 290816
* lang/rust: Bump revisions after 1.90.0Mikael Urankar2025-10-031-0/+1
| | | | PR: 289709
* net/quiche: update to 0.24.5 (fixes CVE-2025-4820, CVE-2025-4821 and ↵Ralf van der Enden2025-09-263-251/+337
| | | | | | CVE-2025-7054) PR: 289810
* lang/rust: Bump revisions after 1.89.0Mikael Urankar2025-09-011-1/+1
| | | | PR: 288923
* lang/rust: Bump revisions after 1.88.0Mikael Urankar2025-07-031-1/+1
| | | | PR: 287766
* lang/rust: Bump revisions after 1.87.0Mikael Urankar2025-06-051-0/+1
| | | | PR: 286829
* net/quiche: Update to 0.24.2Ralf van der Enden2025-05-107-296/+790
| | | | | | | | | | | | | | | | | | | Update BoringSSL to e1d6cd95a. Force libc++ linking via BORING_BSSL_RUST_CPPLIB environment variable. Now requires git and llvm as a dependency. Changlogs: https://github.com/cloudflare/quiche/releases/tag/0.23.1 https://github.com/cloudflare/quiche/releases/tag/0.23.2 https://github.com/cloudflare/quiche/releases/tag/0.23.4 https://github.com/cloudflare/quiche/releases/tag/0.23.5 https://github.com/cloudflare/quiche/releases/tag/0.23.6 https://github.com/cloudflare/quiche/releases/tag/0.23.7 https://github.com/cloudflare/quiche/releases/tag/0.24.0 https://github.com/cloudflare/quiche/releases/tag/0.24.2 PR: 285520 Approved by: Junho Choi <junho.choi@gmail.com> (maintainer)
* lang/rust: Bump revisions after 1.86.0Mikael Urankar2025-04-081-1/+1
| | | | PR: 285840
* lang/rust: Bump revisions after 1.85.0Mikael Urankar2025-02-241-1/+1
| | | | PR: 284884
* lang/rust: Bump revisions after 1.84.0Mikael Urankar2025-01-201-1/+1
| | | | PR: 283962
* */*: fix INSTALL_LIB static library invocationsSiva Mahadevan2024-12-171-2/+2
| | | | | | | | | | INSTALL_LIB must not be used to install static libraries as it strips the installed library; static libraries are useless when stripped. PR: 283258 Approved by: portmgr (infrastructure blanket) MFH: 2024Q4
* lang/rust: Bump revisions after 1.83.0Mikael Urankar2024-12-011-1/+1
| | | | PR: 283000
* lang/rust: Bump revisions after 1.82.0Mikael Urankar2024-11-081-1/+1
| | | | PR: 282516
* net/quiche: Fix build on i386Yuri Victorovich2024-10-311-0/+2
| | | | | Reported by: fallout Approved by: portmgr@ (blanket; unbreak)
* Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based portsYuri Victorovich2024-10-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reasons: * Port build shouldn't use cross-compilation mode because it buids for the same architecture. * RUSTFLAGS isn't passed to the build of all or some Rust ports in the cross-compilation mode. Essential changes: * Remove the CARGO_BUILD_TARGET make variable. * Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV. * Update many ports that used CARGO_BUILD_TARGET. * Build paths now don't include the architecture triplet part. Immadiate benefits: * Unbreak build on architectures like i386 that sometimes require special RUSTFLAGS that were not effective in the cross-compilation mode. Ports that really need cross-compilation for some reason should enable it on case-by-case basis. Example: net-p2p/cncli (Not sure why does net-p2p/cncli actually need it, but it only builds with these options.) PR: 280305 Approved by: rust@FreeBSD.org (maintainer's timeout; 98 days)
* lang/rust: Bump revisions after 1.81.0Mikael Urankar2024-09-101-1/+1
| | | | PR: 281300
* lang/rust: Bump revisions after 1.80.1Mikael Urankar2024-08-261-0/+1
| | | | PR: 280490
* net/quiche: update to 0.22.0Junho Choi2024-07-223-240/+220
| | | | | | | | | | | | | | | Install .so with a version and make symlink. Now libquiche.so has soname, so need to set it up correctly. Replace do-build with a default one. Add a default test target. Pet portfmt. Changelogs: https://github.com/cloudflare/quiche/releases/tag/0.22.0 https://github.com/cloudflare/quiche/releases/tag/0.21.0 PR: 280274 Approved by: submitter is maintainer
* lang/rust: Bump revisions after 1.79.0Mikael Urankar2024-06-181-1/+1
| | | | PR: 279707
* lang/rust: Bump revisions after 1.78.0Mikael Urankar2024-05-131-0/+1
| | | | PR: 278834
* net/quiche: fix build on powerpc64lePiotr Kubaj2024-04-123-0/+36
|
* net/quiche: update to 0.20.1Junho Choi2024-03-292-5/+4
| | | | | | | | | | | | | | | | | Fixes security issues. * CVE-2024-1410 * Base Score: N/A * Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L * CVE-2024-1765 * Base Score: N/A * Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H PR: 277692 Reported by: Ralf van der Enden <tremere@cainites.net> Approved by: junho.choi@gmail.com (maintainer) Security: CVE-2024-1410 CVE-2024-1765
* lang/rust: Bump revisions after 1.77.0Mikael Urankar2024-03-231-1/+1
| | | | PR: 277786
* lang/rust: Bump revisions after 1.76.0Mikael Urankar2024-02-191-0/+1
| | | | PR: 276920
* net/quiche: Update to 0.20.0Koichiro Iwao2024-01-093-101/+100
| | | | | | PR: 276826 Approved by: maintainer Changes: https://github.com/cloudflare/quiche/compare/0.18.0...0.20.0
* lang/rust: Bump revisions after 1.75.0Mikael Urankar2024-01-091-1/+1
| | | | PR: 276033
* lang/rust: Bump revisions after 1.74.1Mikael Urankar2023-12-081-0/+1
| | | | PR: 275243
* net/quiche: update to 0.18.0, move crates to Makefile.crates, pet portfmt, ↵Ralf van der Enden2023-11-033-224/+321
| | | | | | | | | and more Changelog: https://github.com/cloudflare/quiche/compare/0.12.0...0.18.0 PR: 274821 Approved by: junho.choi@gmail.com (maintainer)
* lang/rust: Bump revisions after 1.73.0Mikael Urankar2023-10-241-1/+1
| | | | PR: 274499
* lang/rust: Bump revisions after 1.72.0Mikael Urankar2023-09-081-1/+1
| | | | PR: 273331
* lang/rust: Bump revisions after 1.71.0Mikael Urankar2023-07-171-1/+1
| | | | PR: 272449
* lang/rust: Bump revisions after 1.70.0Mikael Urankar2023-06-091-1/+1
| | | | PR: 271797
* *: regular cleanup for GH_TAGNAME bad usageMathieu Arnold2023-05-241-1/+0
|
* lang/rust: Bump revisions after 1.69.0Mikael Urankar2023-04-231-1/+1
| | | | PR: 270953
* lang/rust: Bump revisions after 1.68.0Mikael Urankar2023-03-161-1/+1
| | | | PR: 270080
* lang/rust: Bump revisions after 1.67.1Mikael Urankar2023-02-131-1/+1
| | | | PR: 269336
* */*: Bump rust (cargo) ports to reflect on WITH_LTODaniel Engberg2023-01-071-1/+1
| | | | | Bump ports in tree so they get rebuilt with new default settings for cargo ports
* lang/rust: Bump revisions after 1.66.0Mikael Urankar2022-12-201-1/+1
| | | | PR: 268415
* lang/rust: Bump revisions after 1.65.0Mikael Urankar2022-11-171-1/+1
| | | | PR: 267622
* lang/rust: Bump revisions after 1.64.0Mikael Urankar2022-10-301-1/+1
| | | | PR: 267173
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+1
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* rust: bring back update to 1.63Baptiste Daroussin2022-08-251-1/+1
| | | | | | | | | | | | | | | | Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr
* Revert "lang/rust: Bump revisions after 1.63.0"Piotr Kubaj2022-08-251-1/+1
| | | | | | This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d. PR: 265915