public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/elinks] rawhide: rebase to the latest upstream release
Date: Tue, 04 Aug 2026 10:39:45 GMT [thread overview]
Message-ID: <178583998588.1.1973704955321900411.rpms-elinks-f1af1b22f0ff@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/elinks
Branch : rawhide
Commit : f1af1b22f0ff98eb3eb6b916c867f9237114cea6
Author : Lukáš Zaoral <lzaoral@redhat.com>
Date : 2026-08-04T10:47:58+02:00
Stats : +16/-17 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/elinks/c/f1af1b22f0ff98eb3eb6b916c867f9237114cea6?branch=rawhide
Log:
rebase to the latest upstream release
- correct configure option for lua integration
Co-authored-by: Lukáš Zaoral <lzaoralr@redhat.com>
Co-authored-by: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
---
diff --git a/0000-elinks-0.19.0-ssl-noegd.patch b/0000-elinks-0.19.0-ssl-noegd.patch
index 7b80ae9..5539416 100644
--- a/0000-elinks-0.19.0-ssl-noegd.patch
+++ b/0000-elinks-0.19.0-ssl-noegd.patch
@@ -1,4 +1,4 @@
-From 06a4ef9dd099b011346fccd2a1cc96711cf129f3 Mon Sep 17 00:00:00 2001
+From 75059b672a90005368e1977d56ff0b49a439cd9d Mon Sep 17 00:00:00 2001
From: Kamil Dudka <kdudka@redhat.com>
Date: Mon, 11 Apr 2022 09:14:52 +0200
Subject: [PATCH] Resolves: #90663 - prevent crash when HOME is unset
@@ -8,13 +8,13 @@ Subject: [PATCH] Resolves: #90663 - prevent crash when HOME is unset
1 file changed, 17 deletions(-)
diff --git a/src/network/ssl/ssl.c b/src/network/ssl/ssl.c
-index dbc506c..c09daa2 100644
+index 083bce2..bf2a6f7 100644
--- a/src/network/ssl/ssl.c
+++ b/src/network/ssl/ssl.c
-@@ -123,23 +123,6 @@ ssl_set_private_paths(SSL_CTX *ctx)
- init_openssl(struct module *module)
- {
- ELOG
+@@ -141,23 +141,6 @@ init_openssl(void)
+ }
+ initialized = 1;
+
- char f_randfile[PATH_MAX];
-
- /* In a nutshell, on OS's without a /dev/urandom, the OpenSSL library
@@ -36,5 +36,5 @@ index dbc506c..c09daa2 100644
{
unsigned char *os_pool;
--
-2.34.1
+2.55.0
diff --git a/elinks.spec b/elinks.spec
index b7a0048..1fb5afb 100644
--- a/elinks.spec
+++ b/elinks.spec
@@ -6,8 +6,8 @@
Name: elinks
Summary: A text-mode Web browser
-Version: 0.19.1
-Release: 3%{?dist}
+Version: 0.20.0
+Release: 1%{?dist}
License: GPL-2.0-only
URL: https://github.com/rkd77/elinks
Source: https://github.com/rkd77/elinks/releases/download/v%{version}/elinks-%{version}.tar.xz
@@ -73,16 +73,11 @@ autoconf
autoheader
%build
-export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -D_GNU_SOURCE"
-
-# make the code build with lua-5.4.x
-CFLAGS="$CFLAGS -DLUA_COMPAT_5_3"
-
%configure \
--enable-256-colors \
--enable-bittorrent \
--with-gssapi \
- --with-lua \
+ --with-luapkg=lua \
--with-openssl \
%{?with_gpm:--with-gpm} \
%{!?with_gpm:--without-gpm} \
@@ -90,7 +85,7 @@ CFLAGS="$CFLAGS -DLUA_COMPAT_5_3"
--without-spidermonkey \
--without-x
-%make_build -j1
+%make_build
%install
%make_install
@@ -136,6 +131,10 @@ exit 0
%{_mandir}/man5/*
%changelog
+* Tue Aug 04 2026 Lukáš Zaoral <lzaoral@redhat.com> - 0.20.0-1
+- rebase to the latest upstream release
+- correct configure option for lua integration
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index b8c7b19..ad68911 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (elinks-0.19.1.tar.xz) = 7efd0074d65aef2fa5a63eb298518e87f3e594826603b10ad7c4f4d4468e13bdb24529ee92413972dc5dede5cc3fa222f06e00d65fae54088ba9a1f6c2982f63
+SHA512 (elinks-0.20.0.tar.xz) = a1ad2e94c73f20f7bbed6b47634d7c3b2343bd2e7a13a0563f701711724cae08a4906cc3adc24000742287a1653468ab3edd82db7708d3e5a336889a326dda44
reply other threads:[~2026-08-04 10:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178583998588.1.1973704955321900411.rpms-elinks-f1af1b22f0ff@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox