Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] opkg: update to 0.5.0.
@ 2022-05-14  6:51 mobinmob
  2022-05-16 22:41 ` Piraty
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mobinmob @ 2022-05-14  6:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages opkg
https://github.com/void-linux/void-packages/pull/37121

opkg: update to 0.5.0.
Also:
- remove --enable-openssl, as it is automatically enabled with
 --enable-ssl-curl and is not used anymore.

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

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

@Piraty 

<!--
#### 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 add ci skip tag as described in
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, (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/37121.patch is attached

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

From 7e6c8e36d5a4a3ff7532fb09957cc53f8454c62c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 14 May 2022 09:48:26 +0300
Subject: [PATCH] opkg: update to 0.5.0.

Also:
- remove --enable-openssl, as it is automatically enabled with
 --enable-ssl-curl and is not used anymore.
---
 srcpkgs/opkg/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/opkg/template b/srcpkgs/opkg/template
index 33b8bdd334fe..40915500902b 100644
--- a/srcpkgs/opkg/template
+++ b/srcpkgs/opkg/template
@@ -1,10 +1,10 @@
 # Template file for 'opkg'
 pkgname=opkg
-version=0.4.5
+version=0.5.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
- $(vopt_if ssl '--enable-openssl --enable-ssl-curl') $(vopt_enable gpg)"
+ $(vopt_if ssl ' --enable-ssl-curl') $(vopt_enable gpg)"
 hostmakedepends="pkg-config libtool automake"
 makedepends="libarchive-devel libcurl-devel $(vopt_if gpg gpgme-devel)"
 checkdepends="python3"
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-2.0-or-later"
 homepage="http://code.google.com/p/opkg/"
 distfiles="https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz"
-checksum=a1214a75fa34fb9228db8da47308e0e711b1c93fd8938cf164c10fd28eb50f1e
+checksum=559c3e1b893abaa1dd473ce3a9a5f7dd3f60ceb6cd14caaef76ddf0f7721ad1c
 
 build_options="gpg lz4 ssl"
 build_options_default="ssl"

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

end of thread, other threads:[~2022-06-22 22:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14  6:51 [PR PATCH] opkg: update to 0.5.0 mobinmob
2022-05-16 22:41 ` Piraty
2022-05-16 22:42 ` Piraty
2022-05-17 12:44 ` [PR PATCH] [Updated] " mobinmob
2022-05-17 12:46 ` mobinmob
2022-05-17 12:47 ` [PR PATCH] [Updated] " mobinmob
2022-05-17 12:48 ` mobinmob
2022-06-22 22:15 ` [PR PATCH] [Closed]: " Piraty

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