Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
0dc4e8e87b |
19
_service
19
_service
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/glib-networking.git</param>
|
||||
<param name="revision">2.80.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
BIN
glib-networking-2.78.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
glib-networking-2.78.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
glib-networking-2.80.1.obscpio
(Stored with Git LFS)
BIN
glib-networking-2.80.1.obscpio
(Stored with Git LFS)
Binary file not shown.
@@ -1,42 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 22:17:02 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.80.1:
|
||||
+ OpenSSL:
|
||||
- Fix crash in complete_handshake
|
||||
- Fix invalid free in
|
||||
openssl_get_binding_tls_server_end_point()
|
||||
+ TLS test should handle G_IO_ERROR_WOULD_BLOCK
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 21:04:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.80.0:
|
||||
+ Mark plugin functions as exports on Windows.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 07:38:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.80.rc:
|
||||
+ GnuTLS:
|
||||
- fix improper use of IP address in SNI extension.
|
||||
- major performance improvement: reduce unnecessary trust list
|
||||
creation.
|
||||
+ OpenSSL: properly handle BIO_CTRL_EOF.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 08:12:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.80.alpha:
|
||||
+ GnuTLS: Add warning when system has no trusted certificates.
|
||||
+ OpenSSL: Fix bug when populating trust store.
|
||||
+ Fix license on dtls-connection.c test.
|
||||
+ Updated translations.
|
||||
- Require ca-certificates-mozilla to not run into the new warning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 17:32:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,4 +0,0 @@
|
||||
name: glib-networking
|
||||
version: 2.80.1
|
||||
mtime: 1736373066
|
||||
commit: 1417a8dd98c46c208853c5ed95de61c384acea21
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glib-networking
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
||||
Name: glib-networking
|
||||
Version: 2.80.1
|
||||
Version: 2.78.0
|
||||
Release: 0
|
||||
Summary: Network-related GIO modules for glib
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://www.gnome.org
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source0: https://download.gnome.org/sources/glib-networking/2.78/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: ca-certificates-mozilla
|
||||
@@ -42,8 +42,6 @@ BuildRequires: pkgconfig(libproxy-1.0) >= 0.4.16
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
# org.gnome.system.proxy schema is used
|
||||
Requires: gsettings-desktop-schemas
|
||||
# GnuTLS: Add warning when system has no trusted certificates.
|
||||
Requires: ca-certificates-mozilla
|
||||
Supplements: %{gio_real_package}
|
||||
%{glib2_gio_module_requires}
|
||||
|
||||
|
Reference in New Issue
Block a user