Releases: FreshPorts/freshports
Releases · FreshPorts/freshports
filesystems - new category
Full Changelog: 2.10.8...2.11.0
Nothing specific in here for the new filesystems category.
commits need an id
www/commit.php: if you don't supply an id, 404
The logs are rife with this:
2600:1f18:7d7a:2701:ff49:a0be:6b0:80f - - [28/Sep/2024:12:23:50 +0000] "GET /commit.php?category=graphics HTTP/1.1" 503 108 "-" "W3C_Validator/1.3 libwww-perl/6.68"
2600:1f18:7d7a:2701:670d:2776:40b6:3010 - - [28/Sep/2024:12:23:51 +0000] "GET /commit.php?category=devel HTTP/1.1" 503 108 "-" "W3C_Validator/1.3 libwww-perl/6.68"
2600:1f18:7d7a:2701:670d:2776:40b6:3010 - - [28/Sep/2024:12:24:04 +0000] "GET /commit.php?category=net-mgmt HTTP/1.1" 503 108 "-" "W3C_Validator/1.3 libwww-perl/6.68"
2600:1f18:7d7a:2701:f0c:8e5c:cfcd:d862 - - [28/Sep/2024:12:24:48 +0000] "GET /commit.php?category=mail HTTP/1.1" 200 4158 "-" "W3C_Validator/1.3 libwww-perl/6.68"
2600:1f18:7d7a:2701:ff49:a0be:6b0:80f - - [28/Sep/2024:12:25:44 +0000] "GET /commit.php?files=yes HTTP/1.1" 200 4157 "-" "W3C_Validator/1.3 libwww-perl/6.68"
the 503
codes are rate limiting responses.
One of the problems: that's an invalid URL. So let's make it a proper 404.
fix package name sorting
What's Changed
- 599 qemu port crashes freshports by @dlangille in #600
Full Changelog: 2.10.6...2.10.7
Sort python package names by version not alphabetically - part 2
Remove special case code, it breaks the general case.
re #568
Sort python package names by version not alphabetically
Instead of:
- py27-Jinja2
- py311-Jinja2
- py37-Jinja2
Display:
- py27-Jinja2
- py37-Jinja2
- py311-Jinja2
ALSO sneaking in here:
improvements to classes/vuxml_ranges.php - FreshPorts/vuxml#9
- vuxml ranges will now be displayed with math symbols, not lt, gt, etc.
What's Changed
- Sort python package names by the package version, not the usual sort… by @dlangille in #597
Full Changelog: 2.10.4...2.10.5
package_imports improvements
package dump now sorted by name/date
Full Changelog: 2.10.2...2.10.3
add /--/package-imports.php
Full Changelog: 2.10.1...2.10.2
see #593 593
Adjust opensearch xml
What's Changed
- www/opensearch.php: Echo XML declaration by @tobiasmboelz in #588
Full Changelog: 2.10.0...2.10.1
Sponsored by: Wrightsville Beach, North Carolina, USA
Adding OpenSearch support
What's Changed
- OpenSearch support by @tobiasmboelz in #586
New Contributors
- @tobiasmboelz made their first contribution in #586
Full Changelog: 2.9.11...2.10.0