Page MenuHomeFreeBSD

net/dante: Update to 1.4.2
ClosedPublic

Authored by cpm on Jul 10 2017, 12:24 AM.
Tags
None
Referenced Files
F114730311: D11552.diff
Wed, Apr 16, 1:32 AM
Unknown Object (File)
Fri, Mar 28, 8:46 PM
Unknown Object (File)
Wed, Mar 26, 2:25 AM
Unknown Object (File)
Mar 13 2025, 8:51 AM
Unknown Object (File)
Jan 25 2025, 3:57 AM
Unknown Object (File)
Jan 24 2025, 4:31 PM
Unknown Object (File)
Jan 4 2025, 9:05 PM
Unknown Object (File)
Dec 30 2024, 1:38 PM
Subscribers
None

Details

Summary
- Update to 1.4.2
- Update MASTER_SITES
- Register LIB_DEPENDS on net/miniupnpc and security/cyrus-sasl2
- Update WWW in pkg-descr
- Take maintainership

Changes: https://www.inet.no/dante/announce-1.4.2
Test Plan
  • portlint -acoutput looks fine.
  • poudriere testport builds fine on 10.3/i386, 10.3/amd64, 11.0/i386, 11.0/amd64, 12.0/i386 and 12.0/amd64.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

cpm edited the test plan for this revision. (Show Details)
cpm edited the summary of this revision. (Show Details)

Apologies, I don't have time to review unfamilar ports. Ports Committers is a better choice if you're not confident enough about something.

net/dante/Makefile
25

It seems to build fine as is. Why do you need --without-bsdauth on FreeBSD (and DragonFly)?

checking bsd_auth.h usability... no
checking bsd_auth.h presence... no
checking for bsd_auth.h... no
checking for auth_userokay... no
checking for bsd authentication... no, usable bsd_auth.h not found
[...]
BSD Auth:          Disabled, usable bsd_auth.h not found

Apologies, I don't have time to review unfamilar ports. Ports Committers is a better choice if you're not confident enough about something.

I disabled BSD Auth because I thought that it won't work on all supported releases.

At least it is not usable in any of them.

I really appreciated your help when I'm not quite sure of some changes.

Thanks for taking some time to help here :)

cpm marked an inline comment as done.Jul 12 2017, 5:37 PM
cpm added inline comments.
net/dante/Makefile
25

I have removed the configuration option.

This revision was automatically updated to reflect the committed changes.