FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ deskutils/taskcoach | 1.4.3 | 1.4.4 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
mail/dovecot sodium not enabled
Hi, I just saw that sodium is explicitely disabled: CONFIGURE_ARGS= --localstatedir=/var \ --with-statedir=/var/db/dovecot \ --without-shadow \ --without-sodium \ by disabling it, dovecot cannot use argon2 as hash for passwords which is recommended for new deployments and developments. Is there a special reason why this was disabled? Thanks a lot. -- Gruß Matthias ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: mail/dovecot sodium not enabled
On Tue, 04 Dec 2018 10:00:56 +0100, Matthias Fechner stated: >Hi, > >I just saw that sodium is explicitely disabled: >CONFIGURE_ARGS= --localstatedir=/var \ > --with-statedir=/var/db/dovecot \ > --without-shadow \ > --without-sodium \ > >by disabling it, dovecot cannot use argon2 as hash for passwords which >is recommended for new deployments and developments. > >Is there a special reason why this was disabled? > >Thanks a lot. I was just going to post a question regarding that myself. -- Carmel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: mail/dovecot sodium not enabled
On Tue, Dec 04, 2018 at 10:51:16AM +, Carmel NY wrote: > On Tue, 04 Dec 2018 10:00:56 +0100, Matthias Fechner stated: > > >Hi, > > > >I just saw that sodium is explicitely disabled: > >CONFIGURE_ARGS= --localstatedir=/var \ > > --with-statedir=/var/db/dovecot \ > > --without-shadow \ > > --without-sodium \ > > > >by disabling it, dovecot cannot use argon2 as hash for passwords which > >is recommended for new deployments and developments. > > > >Is there a special reason why this was disabled? > > > >Thanks a lot. > > I was just going to post a question regarding that myself. I've added a libsodium option in r486595. I inherited the port, and the previous maintainer had made that decision. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 signature.asc Description: PGP signature
make makepatch does not work (only 2 of 5 expected patches created)
I am trying to create patch for pandorafms_console to make it work with PHP 7.1. There are 5 file that need to be patched. I created *.orig for all of them, make changes in them and then "make makepatch" created patches only for 2 out of 5 files. Patches are crated for: install.php include/auth/mysql.php Not created for: include/functions.php include/functions_agents.php include/functions_db.php I tried it many times but makepatch always ignores functions files in include dir. Has it something to do with filenames? Kind regards Miroslav Lachman ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: make makepatch does not work (only 2 of 5 expected patches created)
Miroslav Lachman wrote on 2018/12/04 12:44: I am trying to create patch for pandorafms_console to make it work with PHP 7.1. There are 5 file that need to be patched. I created *.orig for all of them, make changes in them and then "make makepatch" created patches only for 2 out of 5 files. Patches are crated for: install.php include/auth/mysql.php Not created for: include/functions.php include/functions_agents.php include/functions_db.php I tried it many times but makepatch always ignores functions files in include dir. Has it something to do with filenames? Sorry for the noise. It was mistake on my side. functions files did not contain changes. Miroslav Lachman ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: mail/dovecot sodium not enabled
On Tue, Dec 4, 2018 at 4:44 AM Larry Rosenman wrote: > > On Tue, Dec 04, 2018 at 10:51:16AM +, Carmel NY wrote: > > On Tue, 04 Dec 2018 10:00:56 +0100, Matthias Fechner stated: > > > > >Hi, > > > > > >I just saw that sodium is explicitely disabled: > > >CONFIGURE_ARGS= --localstatedir=/var \ > > > --with-statedir=/var/db/dovecot \ > > > --without-shadow \ > > > --without-sodium \ > > > > > >by disabling it, dovecot cannot use argon2 as hash for passwords which > > >is recommended for new deployments and developments. > > > > > >Is there a special reason why this was disabled? > > > > > >Thanks a lot. > > > > I was just going to post a question regarding that myself. > I've added a libsodium option in r486595. > > I inherited the port, and the previous maintainer had made that > decision. It's all true! At the time, I couldn't get the NaCl support to compile and gave up. I'm glad to see it's working now! # Adam -- Adam Weinberger ad...@adamw.org https://www.adamw.org ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: mail/dovecot sodium not enabled
On Tue, 4 Dec 2018 08:47:41 -0700, Adam Weinberger stated: >On Tue, Dec 4, 2018 at 4:44 AM Larry Rosenman wrote: >> >> On Tue, Dec 04, 2018 at 10:51:16AM +, Carmel NY wrote: >> > On Tue, 04 Dec 2018 10:00:56 +0100, Matthias Fechner stated: >> > >> > >Hi, >> > > >> > >I just saw that sodium is explicitely disabled: >> > >CONFIGURE_ARGS= --localstatedir=/var \ >> > > --with-statedir=/var/db/dovecot \ >> > > --without-shadow \ >> > > --without-sodium \ >> > > >> > >by disabling it, dovecot cannot use argon2 as hash for passwords which >> > >is recommended for new deployments and developments. >> > > >> > >Is there a special reason why this was disabled? >> > > >> > >Thanks a lot. >> > >> > I was just going to post a question regarding that myself. >> I've added a libsodium option in r486595. >> >> I inherited the port, and the previous maintainer had made that >> decision. > >It's all true! At the time, I couldn't get the NaCl support to compile >and gave up. I'm glad to see it's working now! > ># Adam I see that the port was updated twice today. I have it installed and working fine on a 11.2 amd64 machine. Thanks for the quick response. -- Carmel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: mail/dovecot sodium not enabled
Hi Larry, Am 04.12.2018 um 12:35 schrieb Larry Rosenman: > I inherited that port, and I just added a libsodium option in r486595. wow, this was amazingly fast. Thanks a lot! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook signature.asc Description: OpenPGP digital signature