ports/security/i2pd/files/pkg-message.in
Dries Michiels 074939ea07 security/i2pd: Update to 2.40.0
- Take maintainership
- Switch to DISTVERSION
- Enable AESNI by default (run time detection if it can be used or not)
- Pet portfmt and portclippy
- Respect hier(7) for config files and dirs

Changes:		https://github.com/PurpleI2P/i2pd/releases/tag/2.40.0
PR:			260206
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D33384
2021-12-13 18:54:29 +01:00

16 lines
506 B
Text

[
{ type: install
message: <<EOM
You may want to increase default i2pd bandwidth limit by adding
setting "bandwidth" parameter to "X" in %%ETCDIR%%/i2pd.conf
EOM
}
{ type: upgrade
message: <<EOM
Some defaults in the sample config file have been changed to respect hier(7).
It is advised to take a look at i2pd.conf.sample and reflect the better defaults
in your i2pd.conf manually. Dont forget to move the config files from the old
to the new location after changing the location in i2pd.conf.
EOM
}
]