aboutsummaryrefslogtreecommitdiff
path: root/security/i2pd
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 2.37.0Dmitry Marakasov2021-03-232-5/+4
| | | | Notes: svn path=/head/; revision=569030
* - Install reseed certificates [1]Dmitry Marakasov2021-03-193-3/+36
| | | | | | | | | | - Switch to upstream installation PR: 253965 [1] Submitted by: admin@support.od.ua [1] Notes: svn path=/head/; revision=568793
* - Fix signal used in reload commandDmitry Marakasov2021-03-042-1/+2
| | | | | | | | | PR: 253965 Submitted by: admin@support.od.ua MFH: 2021Q1 Notes: svn path=/head/; revision=567271
* - Update to 2.36.0Dmitry Marakasov2021-02-282-5/+4
| | | | Notes: svn path=/head/; revision=566821
* - Use configuration fileDmitry Marakasov2021-01-186-17/+40
| | | | | | | PR: 252159 Notes: svn path=/head/; revision=561985
* - Update to 2.35.0Dmitry Marakasov2021-01-182-8/+5
| | | | Notes: svn path=/head/; revision=561953
* Revert 561829, this is not a correct solutionDmitry Marakasov2021-01-182-15/+3
| | | | | | | PR: 252159 Notes: svn path=/head/; revision=561921
* security/i2pd: make the port compatible with sysloggingEugene Grosbein2021-01-172-2/+15
| | | | | | | | | | | | | | | | | | | | | | | i2pd supports logging via syslog. This may be enabled with its configuration file, but port's startup script forces logging to a file using command line switches that override configuration file. This change adds syslogging support with following rc.conf setting: i2pd_logfile="syslog" # translates to: --log syslog or i2pd_logfile="syslog:warn" # translates to: --log syslog --loglevel warn The change is backward compatible with previous settings. PR: 252159 Approved by: amdmi3 (maintainer timeout over 3 weeks) Notes: svn path=/head/; revision=561829
* - Update to 2.33.0Dmitry Marakasov2020-08-262-5/+4
| | | | Notes: svn path=/head/; revision=546295
* - Add support for reload command for rc.d scriptDmitry Marakasov2020-07-032-0/+3
| | | | | | | Submitted by: Eugene Grosbein Notes: svn path=/head/; revision=541111
* - Update to 2.32.1Dmitry Marakasov2020-06-042-4/+4
| | | | Notes: svn path=/head/; revision=537907
* - Update to 2.32.0Dmitry Marakasov2020-05-262-4/+4
| | | | Notes: svn path=/head/; revision=536632
* - Update to 2.31.0Dmitry Marakasov2020-04-132-4/+4
| | | | Notes: svn path=/head/; revision=531636
* - Update to 2.30.0Dmitry Marakasov2020-02-262-5/+4
| | | | Notes: svn path=/head/; revision=527175
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* - Update to 2.29.0Dmitry Marakasov2019-10-302-4/+4
| | | | Notes: svn path=/head/; revision=516063
* - Update to 2.28.0Dmitry Marakasov2019-08-292-5/+4
| | | | Notes: svn path=/head/; revision=510160
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-0/+6
| | | | Notes: svn path=/head/; revision=508909
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* - Update to 2.27.0Dmitry Marakasov2019-07-232-4/+4
| | | | Notes: svn path=/head/; revision=507218
* - Update to 2.26.0Dmitry Marakasov2019-06-133-4/+15
| | | | Notes: svn path=/head/; revision=504082
* - Update to 2.25.0Dmitry Marakasov2019-06-032-5/+4
| | | | Notes: svn path=/head/; revision=503396
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* - Update to 2.24.0Dmitry Marakasov2019-03-253-62/+4
| | | | Notes: svn path=/head/; revision=496827
* security/i2pd: unbreak with boost 1.70Jan Beich2019-03-182-0/+5
| | | | | | | | PR: 236600 Obtained from: upstream Notes: svn path=/head/; revision=496120
* - Add upstream patch to fix occasional crashesDmitry Marakasov2019-02-042-0/+53
| | | | | | | See https://github.com/PurpleI2P/i2pd/issues/1290 Notes: svn path=/head/; revision=492146
* - Update to 2.23.0Dmitry Marakasov2019-01-242-5/+4
| | | | Notes: svn path=/head/; revision=491123
* Do not set opt_DESC twiceTobias Kortkamp2019-01-071-1/+0
| | | | Notes: svn path=/head/; revision=489584
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* - Update to 2.22.0Dmitry Marakasov2018-11-102-4/+4
| | | | Notes: svn path=/head/; revision=484603
* - Update to 2.21.1Dmitry Marakasov2018-10-242-4/+4
| | | | Notes: svn path=/head/; revision=482935
* - Update to 2.21.0Dmitry Marakasov2018-10-082-5/+4
| | | | Notes: svn path=/head/; revision=481546
* - Update WWWDmitry Marakasov2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480903
* - Fix log rotation by using right signal to make i2pd reopen its logfileDmitry Marakasov2018-08-282-1/+2
| | | | | | | | PR: 230714 Reported by: eugen Notes: svn path=/head/; revision=478322
* - Update to 2.20.0Dmitry Marakasov2018-08-284-44/+4
| | | | Notes: svn path=/head/; revision=478300
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* - Update to 2.19.0Dmitry Marakasov2018-06-284-5/+43
| | | | Notes: svn path=/head/; revision=473495
* - update to miniupnpc 2.1Dirk Meyer2018-05-091-1/+1
| | | | | | | | | | | | | | PR: 228050 Submitted by: Hung-Yi Chen - fix python build - add LICENSE for slave port - make portlint happier - bump PORTREVISION on ports using the shared lib Notes: svn path=/head/; revision=469430
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* - Update to 2.18.0Dmitry Marakasov2018-02-176-58/+4
| | | | Notes: svn path=/head/; revision=462197
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* - Fix build with boost 1.66Dmitry Marakasov2017-12-123-0/+38
| | | | | | | | PR: 224179 Reported by: jbeich@FreeBSD.org Notes: svn path=/head/; revision=456169
* Re-try ports affected by bug 193528 on powerpc* after r449590Jan Beich2017-12-121-2/+0
| | | | Notes: svn path=/head/; revision=456105
* - Update to 2.17.0Dmitry Marakasov2017-12-053-18/+6
| | | | Notes: svn path=/head/; revision=455618