Skip to content

Releases: FreshPorts/freshports

filesystems - new category

10 Nov 19:19
Compare
Choose a tag to compare

Full Changelog: 2.10.8...2.11.0

Nothing specific in here for the new filesystems category.

commits need an id

28 Sep 12:30
Compare
Choose a tag to compare

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

15 Sep 18:23
cf46b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.6...2.10.7

Sort python package names by version not alphabetically - part 2

12 Sep 11:47
Compare
Choose a tag to compare

Remove special case code, it breaks the general case.

re #568

Sort python package names by version not alphabetically

10 Sep 12:17
Compare
Choose a tag to compare

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

25 Aug 11:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.3...2.10.4

package dump now sorted by name/date

24 Aug 15:52
Compare
Choose a tag to compare

add /--/package-imports.php

24 Aug 12:49
Compare
Choose a tag to compare

Adjust opensearch xml

10 Aug 20:16
ad2bedc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.10.1

Sponsored by: Wrightsville Beach, North Carolina, USA

Adding OpenSearch support

09 Aug 18:11
5859bda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.11...2.10.0