non port: net-p2p/c-lightning/Makefile |
Number of commits found: 41 |
Friday, 8 Nov 2024
|
10:23 Vasil Dimov (vd)
net-p2p/c-lightning: upgrade from 24.08.1 to 24.08.2
80d853e |
Wednesday, 2 Oct 2024
|
07:48 Vasil Dimov (vd)
net-p2p/c-lightning: upgrade from 24.08 to 24.08.1
5136508 |
Tuesday, 1 Oct 2024
|
18:56 Rene Ladan (rene)
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601
4485bd8 |
Tuesday, 3 Sep 2024
|
11:34 Vasil Dimov (vd)
net-p2p/c-lightning: upgrade from 24.05 to 24.08
3a870bc |
Tuesday, 11 Jun 2024
|
17:16 Vasil Dimov (vd)
net-p2p/c-lightning: upgrade from 24.02.2 to 24.05
9c47963 |
Monday, 20 May 2024
|
10:33 Vsevolod Stakhov (vsevolod)
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se>
b66e494 |
Sunday, 21 Apr 2024
|
10:22 Vasil Dimov (vd)
net-p2p/c-lightning: upgrade from 24.02 to 24.02.2
57f32d8 |
Sunday, 24 Mar 2024
|
10:50 Nuno Teixeira (eduardo)
net-p2p/c-lightning: Move man pages to share/man
Approved by: portmgr (blanket)
686f36b |
Wednesday, 28 Feb 2024
|
10:46 Vasil Dimov (vd)
net-p2p/c-lightning: upgrade from 23.11.2 to 24.02
76e8026e |
Friday, 16 Feb 2024
|
09:25 Vasil Dimov (vd)
net-p2p/c-lightning: hook dependencies for the clnrest plugin
The clnrest plugin is already installed but it depends on a bunch of
Python packages. Add an option to net-p2p/c-lightning to install and
depend on those packages.
Further, 3 of those packages were not in the FreeBSD ports. Add them:
* net-p2p/pyln-bolt7 Lightning Network BOLT7 implementation
* net-p2p/pyln-client Python client library for lightningd (net-p2p/c-lightning)
* net-p2p/pyln-proto Lightning Network protocol implementation
To enable the plugin, add
clnrest-port=
clnrest-protocol=
clnrest-host=
to /usr/local/etc/lightningd-bitcoin.conf, see
https://docs.corelightning.org/docs/rest
Differential Revision: https://reviews.freebsd.org/D43863
50d1b70 |
Tuesday, 13 Feb 2024
|
11:32 Vasil Dimov (vd)
net-p2p/c-lightning: unbreak (fixed in 23.11.2) and make build verbose
Suggested by: danfe@
61d237a |
Monday, 12 Feb 2024
|
08:45 Vasil Dimov (vd)
net-p2p/c-lightning: upgrade from 23.11 to 23.11.2
783ddb9 |
Sunday, 11 Feb 2024
|
11:48 Piotr Kubaj (pkubaj)
net-p2p/c-lightning: mark BROKEN on powerpc
Same issue as i386.
6c82d5b |
Monday, 4 Dec 2023
|
10:20 Vasil Dimov (vd)
net-p2p/c-lightning: mark as broken on i386
Does not compile due to Werror and an unsigned vs signed mismatch.
af6b117 |
Thursday, 30 Nov 2023
|
09:08 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 23.08.1 to 23.11
a866773 |
Tuesday, 3 Oct 2023
|
11:11 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 23.08 to 23.08.1
6206813 |
Tuesday, 29 Aug 2023
|
11:08 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 23.05.2 to 23.08
54cb4dc |
Tuesday, 25 Jul 2023
|
07:58 Vasil Dimov (vd)
net-p2p/c-lightning: fix architecture name: arm64 is aarch64
232405d |
Tuesday, 18 Jul 2023
|
12:11 Vasil Dimov (vd)
net-p2p/c-lightning: attempt to unbreak on arm64
Since arm64 uses two's complement (char)0xff is the same as -1.
Changing to use the latter should silence this compiler error:
ccan/ccan/base64/base64.c:34:10: error: result of comparison of constant 255
with expression of type 'int8_t' (aka 'signed char') is always false
[-Werror,-Wtautological-constant-out-of-range-compare]
if (ret == (char)0xff) {
~~~ ^ ~~~~~~~~~~
b8e1692 |
Thursday, 29 Jun 2023
|
16:30 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 23.05.1 to 23.05.2
81a351e |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Friday, 23 Jun 2023
|
10:02 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 0.11.2 to 23.05.1
ac28bd0 |
Thursday, 18 May 2023
|
16:09 Muhammad Moinur Rahman (bofh)
net-p2p/c-lightning: Unbreak on llvm15
Approved by: portmgr (blanket)
770e3cc |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov
* Doug Barton <dougb@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Florent Thoumie <flz@xbsd.org>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Gea-Suan Lin <gslin@gslin.org>
* Holger Lamm <holger@e-gitt.net>
* Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
* Jeremy Faulkner <gldisater@gldis.ca>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Martin Matuska <mm@FreeBSD.org>
* Maxim Ignatenko <gelraen.ua@gmail.com>
* Michael Johnson <ahze@ahze.net>
* Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Oleg Alexeenkov <proler@gmail.com>
* Oleg R. Muhutdinov <mor@WhiteLuna.com>
* Pankov Pavel <pankov_p@mail.ru>
* Pav Lucistnik <pav@oook.cz>
* Rod Taylor <rbt@zort.on.ca>
* Ryan Steinmetz <zi@FreeBSD.org>
* Shaun Amott <shaun@FreeBSD.org>
* Stas Timokhin <stast@bsdportal.ru>
* Sverrir Valgeirsson <e96sv@yahoo.se> and
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Vasil Dimov <vd@FreeBSD.org>
* Yashin Dmitry <yashin.dm@gmail.com>
* glocke@bsdstammtisch.at
With hat: portmgr
ef8eaee |
Wednesday, 29 Jun 2022
|
08:45 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 0.11.1 to 0.11.2
aa6c6f7 |
Thursday, 16 Jun 2022
|
07:10 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 0.10.2 to 0.11.1
9cd2d4b |
Monday, 22 Nov 2021
|
11:52 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 0.10.1 to 0.10.2
1ec2987 |
Saturday, 23 Oct 2021
|
18:52 Stefan Eßer (se)
net-p2p/c-lightning: Add CPE information
Approved by: portmgr (blanket)
ef9af39 |
Tuesday, 10 Aug 2021
|
11:27 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 0.10.0 to 0.10.1
98c51cb |
Tuesday, 6 Apr 2021
|
15:08 Vasil Dimov (vd)
net-p2p/c-lightning: Upgrade from 0.9.3 to 0.10.0
79edb89 |
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 10 Mar 2021
|
10:29 vd
net-p2p/c-lightning: Upgrade from 0.9.3 to 0.9.3
|
Monday, 14 Dec 2020
|
10:12 vd
net-p2p/c-lightning: Upgrade from 0.9.1 to 0.9.2
|
Monday, 5 Oct 2020
|
14:54 vd
net-p2p/c-lightning: Upgrade from 0.8.2.1 to 0.9.1
|
Monday, 25 May 2020
|
13:17 vd
net-p2p/c-lightning: Upgrade from 0.8.1 to 0.8.2.1
|
Tuesday, 17 Mar 2020
|
17:23 vd
net-p2p/c-lightning: fix on head and wait bitcoind
* Fix compilation on FreeBSD 13-CURRENT
* Instruct rc(8) to start lightningd after bitcoind, if the latter is to be
started on this host.
* Wait for bitcoind RPC to be available before starting lightningd because:
- even though bitcoind would start and its rc script exit, it will not serve
RPC requests immediately
- lightningd would not start if bitcoind RPC is not available
|
Tuesday, 18 Feb 2020
|
13:33 vd
net-p2p/c-lightning: Upgrade from 0.8.0 to 0.8.1
|
Tuesday, 21 Jan 2020
|
10:48 pkubaj
net-p2p/c-lightning: fix build on GCC architectures
Needs C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"
Needs include sys/types.h in fdpass.c:
ccan/ccan/fdpass/fdpass.c: In function 'fdpass_send':
ccan/ccan/fdpass/fdpass.c:16:12: error: 'register_t' undeclared (first use in
this function)
16 | char buf[CMSG_SPACE(sizeof(fd))];
| ^~~~~~~~~~
PR: 243481
Approved by: vd (maintainer)
MFH: 2020Q1 (fix build blanket)
|
Tuesday, 7 Jan 2020
|
11:12 vd
net-p2p/c-lightning: fix bitcoin-cli exec setup
lightningd does execute bitcoin-cli internally during runtime.
Fix two problems with that:
* The bitcoin-cli executable is usually located in
/usr/local/bin/bitcoin-cli but service(8) would remove /usr/local/bin
from PATH before executing our rc script /usr/local/etc/rc.d/lightningd
and so the lightningd daemon would inherit a PATH that does not contain
bitcoin-cli. To fix this give the full path to bitcoin-cli to lightningd.
* bitcoin-cli(1) tries to create its datadir when it starts if it does not
exist. By default that is ${HOME}/.bitcoin. service(8) would set HOME=/
and if / is mounted read-only, then this creation would fail. Because we
don't want this directory created (it is not necessary and remains empty)
tell lightningd to execute
bitcoin-cli --datadir=/some/directory/that/already/exists.
Also, append ${lightningd_extra_args} to the lightingd arguments. This was
forgotten in the initial commit and setting lightningd_extra_args would have
had no effect.
Reported by: https://github.com/bitcoin-software
|
Tuesday, 31 Dec 2019
|
16:36 vd
net-p2p/c-lightning: Add a new port - Lightning Network implementation in C
A lighweight, highly customizable and standard compliant
implementation of the Lightning Network protocol.
https://github.com/ElementsProject/lightning
|
Number of commits found: 41 |