Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.0 07 Aug 2024 11:44:35 |
Zsolt Udvari (uzsolt) Author: kikadf |
net/megacmd: update to 1.7.0
Add DragonFly and NetBSD-specific patches to better maintain.
PR: 279273
Approved by: submitter is maintainer |
1.6.3_3 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
1.6.3_2 05 Oct 2023 12:13:51 |
Jason E. Hale (jhale) |
security/cryptopp: Update to 8.9.0
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release890.html |
1.6.3_1 12 Jul 2023 05:31:32 |
Jason E. Hale (jhale) |
security/cryptopp: Update to 8.8.0
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release880.html |
1.6.3 13 Jun 2023 10:06:13 |
Muhammad Moinur Rahman (bofh) Author: kikadf |
net/megacmd: Fix build with openssl-3.x
PR: 271656 |
1.6.3 18 May 2023 08:19:47 |
Robert Clausecker (fuz) Author: kikadf |
net/megacmd: update to 1.6.3
Update megasdk to 4.17.1d.
Simplify SHEBANG_FILES.
Run mega-* wrapper commands with sh(1) instead of bash(1).
PR: 271430 |
1.6.1 20 Apr 2023 11:49:23 |
Robert Clausecker (fuz) Author: kikadf |
net/megacmd: update to 1.6.1
- update sdk to 4.17.1a
- fix segmentation fault with cryptopp-8.7.0:
add -DCRYPTOPP_DISABLE_ASM to CXXFLAGS on i386 and amd64
- adopt port
PR: 269979, 270916 |
1.5.0_1 16 Sep 2022 03:56:45 |
Jason E. Hale (jhale) |
security/cryptopp: Update to 8.7.0
Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.
Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release870.html |
1.5.0 08 Sep 2022 23:12:06 |
Lorenzo Salvadore (salvadore) Author: Daniel Menelkir |
all: Return Daniel Menelkir's ports to the pool per his request
PR: 266294 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 27 Feb 2022 18:32:00 |
Fernando Apesteguía (fernape) |
net/megacmd: Update to 1.5.0
PR: 261344
Reported by: menelkir@itroll.org (maintainer) |
1.4.1 12 Dec 2021 18:46:22 |
Tijl Coosemans (tijl) |
devel/automake: update to 1.16.5 |
1.4.1 24 Jun 2021 17:24:42 |
Fernando Apesteguía (fernape) |
net/megacmd: Update to 1.4.1
No changelog available.
The change from the Linux to Win version in the distfile is intended.
PR: 256760
Reported by: menelkir@itroll.org (maintainer) |
1.4.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0 10 Mar 2021 11:50:00 |
fernape |
net/megacmd: Update to 1.4.0
PR: 254168
Submitted by: menelkir@itroll.org (maintainer) |
1.0.0_1 19 Jan 2021 04:26:12 |
jhale |
security/cryptopp: Update to 8.4.0
Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.
Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]
[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e
Changes: https://www.cryptopp.com/release840.html |
1.0.0 19 Oct 2020 03:29:21 |
lwhsu |
Add net/megacmd
Command Line Interactive and Scriptable Application to access MEGA
PR: 231485
Submitted by: kikadf <kikadf.01@gmail.com>
Daniel Menelkir <menelkir@itroll.org> |