Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Squid 0.3.4 change log leads to a 404 error

    Cache/Proxy
    4
    5
    887
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • KOMK
      KOM
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • T
        trinidadrancheria
        last edited by

        Ya, been that way for a while :(

        Change the URL to https://github.com/pfsense/pfsense-packages/commits/master/config/squid3

        1 Reply Last reply Reply Quote 0
        • D
          doktornotor Banned
          last edited by

          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)];
          
          
          1 Reply Last reply Reply Quote 0
          • S
            spittlbm
            last edited by

            Ticket opened:

            https://redmine.pfsense.org/issues/5515

            1 Reply Last reply Reply Quote 0
            • D
              doktornotor Banned
              last edited by

              Nice waste of time.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.