Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libhtp: update to 0.5.39
@ 2021-11-22 11:59 clyhtsuriva
  2021-11-26  0:25 ` paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-11-22 11:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages libhtp-update
https://github.com/void-linux/void-packages/pull/34195

libhtp: update to 0.5.39
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl

#### Note
Update done in prevision of another update for **suricata 6.0.4** which needs **libhtp >= 0.5.39**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libhtp-update-34195.patch --]
[-- Type: text/x-diff, Size: 1000 bytes --]

From b59ccc4f1cfc79e04957d27fb3bea7715b1e2fc0 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 22 Nov 2021 12:54:26 +0100
Subject: [PATCH] libhtp: update to 0.5.39

---
 srcpkgs/libhtp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libhtp/template b/srcpkgs/libhtp/template
index 38ceef8b9704..e03a4d4fd65f 100644
--- a/srcpkgs/libhtp/template
+++ b/srcpkgs/libhtp/template
@@ -1,6 +1,6 @@
 # Template file for 'libhtp'
 pkgname=libhtp
-version=0.5.36
+version=0.5.39
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/OISF/libhtp"
 distfiles="https://github.com/OISF/libhtp/archive/${version}.tar.gz"
-checksum=ab1dd6cfd4ab4c36624a5c74793d80d1b7f50f5791620f47bfd831a79e32bc4b
+checksum=d5956b49314fc6a058864130fbcf040a12584ee1e38f3b6ea52aedfa99d4c14a
 
 pre_configure() {
 	autoreconf -fi

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

* Re: libhtp: update to 0.5.39
  2021-11-22 11:59 [PR PATCH] libhtp: update to 0.5.39 clyhtsuriva
@ 2021-11-26  0:25 ` paper42
  2021-11-26 12:11 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-11-26  0:25 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34195#issuecomment-979534168

Comment:
> #### Testing the changes
> 
>  * I tested the changes in this PR: **NO**
>
> Update done in prevision of another update for **suricata 6.0.4** which needs **libhtp >= 0.5.39**

You can include two commits in one PR - one for each package.


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

* Re: [PR PATCH] [Updated] libhtp: update to 0.5.39
  2021-11-22 11:59 [PR PATCH] libhtp: update to 0.5.39 clyhtsuriva
  2021-11-26  0:25 ` paper42
@ 2021-11-26 12:11 ` clyhtsuriva
  2021-11-26 12:32 ` libhtp: update to 0.5.39, suricata: update to 6.0.4 clyhtsuriva
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-11-26 12:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages libhtp-update
https://github.com/void-linux/void-packages/pull/34195

libhtp: update to 0.5.39
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl

#### Note
Update done in prevision of another update for **suricata 6.0.4** which needs **libhtp >= 0.5.39**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libhtp-update-34195.patch --]
[-- Type: text/x-diff, Size: 1000 bytes --]

From b59ccc4f1cfc79e04957d27fb3bea7715b1e2fc0 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 22 Nov 2021 12:54:26 +0100
Subject: [PATCH] libhtp: update to 0.5.39

---
 srcpkgs/libhtp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libhtp/template b/srcpkgs/libhtp/template
index 38ceef8b9704..e03a4d4fd65f 100644
--- a/srcpkgs/libhtp/template
+++ b/srcpkgs/libhtp/template
@@ -1,6 +1,6 @@
 # Template file for 'libhtp'
 pkgname=libhtp
-version=0.5.36
+version=0.5.39
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/OISF/libhtp"
 distfiles="https://github.com/OISF/libhtp/archive/${version}.tar.gz"
-checksum=ab1dd6cfd4ab4c36624a5c74793d80d1b7f50f5791620f47bfd831a79e32bc4b
+checksum=d5956b49314fc6a058864130fbcf040a12584ee1e38f3b6ea52aedfa99d4c14a
 
 pre_configure() {
 	autoreconf -fi

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

* Re: libhtp: update to 0.5.39, suricata: update to 6.0.4
  2021-11-22 11:59 [PR PATCH] libhtp: update to 0.5.39 clyhtsuriva
  2021-11-26  0:25 ` paper42
  2021-11-26 12:11 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2021-11-26 12:32 ` clyhtsuriva
  2021-11-26 12:45 ` clyhtsuriva
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-11-26 12:32 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/34195#issuecomment-979945501

Comment:
It seems I'll have to put more work into it than I thought.
I'll be working on it ASAP, but if anyone more experienced wants to take the lead, I'm totally ok with it.

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

* Re: libhtp: update to 0.5.39, suricata: update to 6.0.4
  2021-11-22 11:59 [PR PATCH] libhtp: update to 0.5.39 clyhtsuriva
                   ` (2 preceding siblings ...)
  2021-11-26 12:32 ` libhtp: update to 0.5.39, suricata: update to 6.0.4 clyhtsuriva
@ 2021-11-26 12:45 ` clyhtsuriva
  2021-11-26 12:45 ` clyhtsuriva
  2021-12-03 11:18 ` [PR PATCH] [Closed]: " clyhtsuriva
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-11-26 12:45 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/34195#issuecomment-979952883

Comment:
Hi @paper42, sorry for bothering you. 
Should I put this PR in draft mode, maybe completely close it or let it stay in this state ?

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

* Re: libhtp: update to 0.5.39, suricata: update to 6.0.4
  2021-11-22 11:59 [PR PATCH] libhtp: update to 0.5.39 clyhtsuriva
                   ` (3 preceding siblings ...)
  2021-11-26 12:45 ` clyhtsuriva
@ 2021-11-26 12:45 ` clyhtsuriva
  2021-12-03 11:18 ` [PR PATCH] [Closed]: " clyhtsuriva
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-11-26 12:45 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/34195#issuecomment-979945501

Comment:
It seems I'll have to put more work into it than I thought.
I'll try to work on it, but if anyone more experienced wants to take the lead, I'm totally ok with it.

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

* Re: [PR PATCH] [Closed]: libhtp: update to 0.5.39, suricata: update to 6.0.4
  2021-11-22 11:59 [PR PATCH] libhtp: update to 0.5.39 clyhtsuriva
                   ` (4 preceding siblings ...)
  2021-11-26 12:45 ` clyhtsuriva
@ 2021-12-03 11:18 ` clyhtsuriva
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-12-03 11:18 UTC (permalink / raw)
  To: ml

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

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

libhtp: update to 0.5.39, suricata: update to 6.0.4
https://github.com/void-linux/void-packages/pull/34195

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl

#### Note
Update done in prevision of another update for **suricata 6.0.4** which needs **libhtp >= 0.5.39**

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

end of thread, other threads:[~2021-12-03 11:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 11:59 [PR PATCH] libhtp: update to 0.5.39 clyhtsuriva
2021-11-26  0:25 ` paper42
2021-11-26 12:11 ` [PR PATCH] [Updated] " clyhtsuriva
2021-11-26 12:32 ` libhtp: update to 0.5.39, suricata: update to 6.0.4 clyhtsuriva
2021-11-26 12:45 ` clyhtsuriva
2021-11-26 12:45 ` clyhtsuriva
2021-12-03 11:18 ` [PR PATCH] [Closed]: " clyhtsuriva

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).