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

    Packages update Request

    Scheduled Pinned Locked Moved pfSense Packages
    26 Posts 9 Posters 9.5k Views
    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.
    • T
      ToxIcon
      last edited by

      HI I know that everyone has given a lot to the development of pfsense and i thank you for all the time and effort that you have given in making pfsense, I can't thank you guys enough.

      But I was wondering if someone can update these  packages to

      Nmap 5.00

      squid-3.0

      SquidGuard-1.4

      Havp Version 0.91

      imspector-0.9

      Thank you

      1 Reply Last reply Reply Quote 0
      • D
        dvserg
        last edited by

        I'm have rest. Maibe return to the packages at september.

        SquidGuardDoc EN  RU Tutorial
        Localization ru_PFSense

        1 Reply Last reply Reply Quote 0
        • J
          josteinc
          last edited by

          Hey,

          Any progress on this avserg?

          imspector would be useful, since the group-chat issue with the new MSN version is resolved in 0.9.

          Or is there a way to manually upgrade imspector that would work?

          1 Reply Last reply Reply Quote 0
          • dotdashD
            dotdash
            last edited by

            I believe dsverg was commenting on the squidguard package and not any others.
            billm did a lot of work on the IMspector package. If you want it updated, I would suggest starting a bounty and he might find the time to work on it again.

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

              There is a bounty started on updating squid.  If others would help contribute to the bounty, it might get the interest of a developer.

              1 Reply Last reply Reply Quote 0
              • D
                dvserg
                last edited by

                Sorry guys, I was busy in September. How to appear a little free time - I'll do anything.  :-\

                SquidGuardDoc EN  RU Tutorial
                Localization ru_PFSense

                1 Reply Last reply Reply Quote 0
                • jimpJ
                  jimp Rebel Alliance Developer Netgate
                  last edited by

                  @dvserg:

                  Sorry guys, I was busy in September. How to appear a little free time - I'll do anything.  :-\

                  dvserg,

                  Thanks for all the great work you've done. I updated the squid and squidguard package to work properly on NanoBSD – Namely adding conf_mount_rw(); and conf_mount_ro(); calls around where disk writes were needed, making sure file downloads go to /root and not /tmp (since /tmp is very small on NanoBSD), and so on. I have not been able to get to the HAVP package, however. I'm not sure what changes may need to be made in order to make it work there, since the RAM and writable space are limited it may not work at all. You can review my commits to the package repository over the past week and see what I have done.

                  If you could take a look at the HAVP package code and see if you can come up with a way to make that work it would be appreciated. I suppose forcing a RAM disk for scanning would be ideal, but that would also limit the file scan size a bit. Probably a good idea to limit it anyhow, since the resources are limited in general when dealing with embedded systems.

                  Feel free to say "sorry, I don't think it will work" also, that's a valid choice, but we'd like to open as many packages up for NanoBSD as possible.

                  Thanks!

                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                  Need help fast? Netgate Global Support!

                  Do not Chat/PM for help!

                  1 Reply Last reply Reply Quote 0
                  • J
                    josteinc
                    last edited by

                    @dotdash:

                    I believe dsverg was commenting on the squidguard package and not any others.
                    billm did a lot of work on the IMspector package. If you want it updated, I would suggest starting a bounty and he might find the time to work on it again.

                    I'm kinda new to this forum, so pardon my stupid questions. How to start a bounty?

                    1 Reply Last reply Reply Quote 0
                    • C
                      ColdFusion
                      last edited by

                      Under Post a Bounty.

                      1 Reply Last reply Reply Quote 0
                      • D
                        danswartz
                        last edited by

                        No news on havp/embedded, I take it?  I really like having the nanobsd setup, but I may have to switch back to the HD install I was using, since I am not wild about having no antivirus setup.

                        1 Reply Last reply Reply Quote 0
                        • D
                          danswartz
                          last edited by

                          Just noticed the nano platform now has a dashboard widget for havp?  Does this mean havp is being worked on?  If not, I'm not sure what the point is?

                          1 Reply Last reply Reply Quote 0
                          • jimpJ
                            jimp Rebel Alliance Developer Netgate
                            last edited by

                            I just forgot to tag the havp widget as not being for embedded, but I would like to see havp working on nanobsd if possible. I haven't had any more time to look at it.

                            Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                            Need help fast? Netgate Global Support!

                            Do not Chat/PM for help!

                            1 Reply Last reply Reply Quote 0
                            • D
                              danswartz
                              last edited by

                              bummer, i had high hopes :)  Is there any way I can help with this?  I work with software for a living, so I'm not out of my depth here…

                              1 Reply Last reply Reply Quote 0
                              • jimpJ
                                jimp Rebel Alliance Developer Netgate
                                last edited by

                                I outlined what needs to happen a few posts back when I addressed a post toward dvserg. Basically any time that the package needs to write to the CF, it needs to first switch to read/write mode and then back to read only mode when complete. This would be for config changes, writing out an RC script, updating virus defs, etc.

                                Also, HDD scanning would have to be disabled, and only RAM disk scanning allowed, since there is no HDD. (Eventually I suppose support could be added to allow using external storage such as a USB HDD, but that is beyond the scope of what we're doing right now)

                                File activity in /tmp and /var need to be limited as well. You can write small files there all the time but nothing large, as it is also a RAM-based disk.

                                Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                Need help fast? Netgate Global Support!

                                Do not Chat/PM for help!

                                1 Reply Last reply Reply Quote 0
                                • D
                                  danswartz
                                  last edited by

                                  Okay, this sounds manageable, given that I am on a learning curve here (bsd pkg system).  Would I take the HD version of the package and make those changes?  If so, where would I get it?

                                  1 Reply Last reply Reply Quote 0
                                  • jimpJ
                                    jimp Rebel Alliance Developer Netgate
                                    last edited by

                                    It's not the bsd package system you'd be dealing with, but the pfSense package system.

                                    You can checkout the pfSense packages repo from git if you want to look at the individual packages.

                                    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                    Need help fast? Netgate Global Support!

                                    Do not Chat/PM for help!

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      danswartz
                                      last edited by

                                      sorry for the confusion.  i'm aware there is a difference - i was referring to the pkg_* system, which is specific to BSD, not (for example) linux.  i will take a look…

                                      1 Reply Last reply Reply Quote 0
                                      • jimpJ
                                        jimp Rebel Alliance Developer Netgate
                                        last edited by

                                        Ah… well, the pfSense package stuff is mainly XML and PHP. In this case, all of the changes will probably be in the PHP code for the package.

                                        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                        Need help fast? Netgate Global Support!

                                        Do not Chat/PM for help!

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          danswartz
                                          last edited by

                                          I am not clear if there is a difference between the embedded versions and the full versions, in terms of: are there different actual packages, or does the package have to figure out the operating environment and act accordingly?

                                          1 Reply Last reply Reply Quote 0
                                          • jimpJ
                                            jimp Rebel Alliance Developer Netgate
                                            last edited by

                                            There is no difference in packages. If any platform-specific code is needed, you can check /etc/platform, if the file contains the text "nanobsd" then it's on nanobsd.

                                            The functions to mount things read/write and read only are basically a no-op on full installs, so they can be inserted where needed and will only affect nanobsd.

                                            Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                            Need help fast? Netgate Global Support!

                                            Do not Chat/PM for help!

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