Squid 0.3.4 change log leads to a 404 error
-
If you head over to packages and try to see the change log for Squid3 package 0.3.4, you get a 404 Not Found from Github when trying to get to this URL:
https://github.com/pfsense/pfsense-packages/commits/master/config/34
-
Ya, been that way for a while :(
Change the URL to https://github.com/pfsense/pfsense-packages/commits/master/config/squid3
-
File a bug about pfSense itself. There's nothing that could be done with packages. The URLs are automagically generated by /usr/local/www/pkg_mgr.php, the offending code being:
/* get history/changelog git dir */ $commit_dir=explode("/",$index['config_file']); $changeloglink = "https://github.com/pfsense/pfsense-packages/commits/master/config/"; if ($commit_dir[(count($commit_dir)-2)] == "config") $changeloglink .= $commit_dir[(count($commit_dir)-1)]; else $changeloglink .= $commit_dir[(count($commit_dir)-2)];
-
Ticket opened:
https://redmine.pfsense.org/issues/5515
-
Nice waste of time.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.