Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.20.0.240205 12 Jan 2025 21:36:52
    |
Piotr Kubaj (pkubaj)  |
net/libiscsi: generalize arm and i386 fix for powerpc |
1.20.0.240205 19 Dec 2024 14:38:39
    |
Robert Clausecker (fuz)  |
net/libiscsi: fix build on armv7
Same fix as for i386.
Approved by: portmgr (build fix blanket)
MFH: 2024Q4 |
1.20.0.240205 13 Aug 2024 18:31:59
    |
Vladimir Druzenko (vvd)  Author: Martin Birgmeier |
net/libiscsi: fix build on i386
While here refresh patches with "make makepatch".
PR: 280800
MFH: 2024Q3 |
1.20.0.240205 11 Aug 2024 13:09:21
    |
Zsolt Udvari (uzsolt)  Author: Martin Birgmeier |
net/libiscsi: update to 1.20.0
Strip library.
Pet portfmt.
PR: 277892
Approved by: submitter is maintainer |
1.19.0.230208_1 25 Feb 2024 09:17:50
    |
Muhammad Moinur Rahman (bofh)  |
net/libiscsi: Moved man to share/man
Approved by: portmgr (blanket) |
1.19.0.230208 14 Feb 2023 12:31:20
    |
Fernando Apesteguía (fernape)  Author: Martin Birgmeier |
net/libiscsi: update to HEAD of 2023-02-08
This fixes the build in 14-current.
PR: 269502
Reported by: d8zNeCFG@aon.at (maintainer) |
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.19.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.19.0 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.19.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.19.0 06 Jun 2020 04:03:08
  |
pkubaj  |
net/libiscsi: fix build on GCC architectures
Use newer GCC to support missing flags:
cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
cc1: error: unrecognized command line option "-Wno-stringop-truncation" |
1.19.0 30 May 2020 00:31:39
  |
bofh  |
[NEW] net/libiscsi: Client-side library to implement the iSCSI protocol
Libiscsi is a client-side library to implement the iSCSI protocol
that can be used to access the resources of an iSCSI target.
The library is fully asynchronous with regards to iSCSI commands
and SCSI tasks, but a synchronous layer is also provided for ease
of use for simpler applications.
WWW: https://github.com/sahlberg/libiscsi
PR: 217355
Submitted by: d8zNeCFG@aon.at |