Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] open-iscsi: update to 2.1.4.
@ 2021-03-20 12:10 ailiop-git
  2021-04-11  3:25 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2021-03-20 12:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1599 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages open-iscsi
https://github.com/void-linux/void-packages/pull/29607

open-iscsi: update to 2.1.4.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/29607.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-open-iscsi-29607.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]

From 2accb71cb047e5c766ec8a55b91b882a97948d46 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 20 Mar 2021 13:05:51 +0100
Subject: [PATCH] open-iscsi: update to 2.1.4.

---
 srcpkgs/open-iscsi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/open-iscsi/template b/srcpkgs/open-iscsi/template
index 7cd8308b0498..e4510336c910 100644
--- a/srcpkgs/open-iscsi/template
+++ b/srcpkgs/open-iscsi/template
@@ -1,7 +1,7 @@
 # Template file for 'open-iscsi'
 pkgname=open-iscsi
-version=2.1.3
-revision=2
+version=2.1.4
+revision=1
 conf_files="/etc/iscsi/iscsid.conf /etc/iscsi/initiatorname.iscsi"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.open-iscsi.com/"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
-checksum=5410474b23552016220d04aa181903cb50ae988f29e99cb03f3e2de86a109be4
+checksum=a5a73f7c795d1dc214100b1eb70647d6c2ceccf8973e584f50ee7f92c40d2a8a
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) CFLAGS+="-D_LINUX_IF_ETHER_H -Wno-error=format -Wno-error=cpp";;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: open-iscsi: update to 2.1.4.
  2021-03-20 12:10 [PR PATCH] open-iscsi: update to 2.1.4 ailiop-git
@ 2021-04-11  3:25 ` ericonr
  2021-08-27 14:16 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-11  3:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29607#issuecomment-817240809

Comment:
```
 session.c: In function 'iscsi_sessions_get':
session.c:294:14: error: implicit declaration of function 'reallocarray' [-Werror=implicit-function-declaration]
  294 |  *sessions = reallocarray(*sessions, *session_count, sizeof(struct iscsi_session *));
```

either add an inline definition of the function as a patch (acceptable) or wait for musl 1.2.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] open-iscsi: update to 2.1.4.
  2021-03-20 12:10 [PR PATCH] open-iscsi: update to 2.1.4 ailiop-git
  2021-04-11  3:25 ` ericonr
@ 2021-08-27 14:16 ` ailiop-git
  2022-02-12 16:01 ` paper42
  2022-02-12 16:01 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-08-27 14:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages open-iscsi
https://github.com/void-linux/void-packages/pull/29607

open-iscsi: update to 2.1.4.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/29607.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-open-iscsi-29607.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]

From 81628fea6fe3a7e2dcbb6e8fed56c9815b8a7a71 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 27 Aug 2021 13:54:46 +0000
Subject: [PATCH] open-iscsi: update to 2.1.4.

---
 srcpkgs/open-iscsi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/open-iscsi/template b/srcpkgs/open-iscsi/template
index 7cd8308b0498..e4510336c910 100644
--- a/srcpkgs/open-iscsi/template
+++ b/srcpkgs/open-iscsi/template
@@ -1,7 +1,7 @@
 # Template file for 'open-iscsi'
 pkgname=open-iscsi
-version=2.1.3
-revision=2
+version=2.1.4
+revision=1
 conf_files="/etc/iscsi/iscsid.conf /etc/iscsi/initiatorname.iscsi"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.open-iscsi.com/"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
-checksum=5410474b23552016220d04aa181903cb50ae988f29e99cb03f3e2de86a109be4
+checksum=a5a73f7c795d1dc214100b1eb70647d6c2ceccf8973e584f50ee7f92c40d2a8a
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) CFLAGS+="-D_LINUX_IF_ETHER_H -Wno-error=format -Wno-error=cpp";;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: open-iscsi: update to 2.1.4.
  2021-03-20 12:10 [PR PATCH] open-iscsi: update to 2.1.4 ailiop-git
  2021-04-11  3:25 ` ericonr
  2021-08-27 14:16 ` [PR PATCH] [Updated] " ailiop-git
@ 2022-02-12 16:01 ` paper42
  2022-02-12 16:01 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-12 16:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/29607#issuecomment-1037268801

Comment:
already done

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: open-iscsi: update to 2.1.4.
  2021-03-20 12:10 [PR PATCH] open-iscsi: update to 2.1.4 ailiop-git
                   ` (2 preceding siblings ...)
  2022-02-12 16:01 ` paper42
@ 2022-02-12 16:01 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-12 16:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1439 bytes --]

There's a closed pull request on the void-packages repository

open-iscsi: update to 2.1.4.
https://github.com/void-linux/void-packages/pull/29607

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-12 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 12:10 [PR PATCH] open-iscsi: update to 2.1.4 ailiop-git
2021-04-11  3:25 ` ericonr
2021-08-27 14:16 ` [PR PATCH] [Updated] " ailiop-git
2022-02-12 16:01 ` paper42
2022-02-12 16:01 ` [PR PATCH] [Closed]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).