1 Commits

6 changed files with 21 additions and 106 deletions

BIN
weechat-4.7.1.tar.xz LFS Normal file

Binary file not shown.

16
weechat-4.7.1.tar.xz.asc Normal file
View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmig4lkACgkQ+C9LFt7E
CPjm/A/8DGLdd1jN1t9/11TR1CHkHiWsvjbQk2yFWJ3uFsWE0RimHKa6fOLmQ0Sk
7hSogvIbN8PD/t/yDz3KDGcCBafkeLBDXB6cRyNwQzWINmpR8kTRdWb4YPn6LA3q
o+pY66Pot7NbGfQ8mSECm/SqSG/WASERWjZiUCj77HBpwicPPquxsT9JNZeZyj15
MlTBFzxcA4QePNBdrw9wDsX9FGEpm0H7Fc6qysnIRDpTD2xqYxQuGPIRrSTx03/6
u6iv39APBSHtYRqH89YmDV3DH84hGu3lgv98/c14GuO94afL+OlsAomr5ILYytu+
2D3PvhB7P0F7iXh5QH0VWTVH4Y4d81B/WC0RHawORuTTFaYxaT0jJduxTcepGvH8
ZEpMDH3husLFjgwOJ66r9V4SVnFyRJZuvxLm4xTJF8NjC4BG3XTBcpAP3q9rh2qJ
PBuCSG/YvYa+hUO5P87/yAV1D7hXMdmfpJ69M5vniAzQf90iW376wz1jyfxV0I0n
h/a5PPj+fWg+Ih27O/ed5YIr/n18jwL5y2NagywpVXq7v0R5ZO5ATYs3ZNm9PFxg
G0i0mAcbvqBcM8Eu3AembPrkgVbjCwpbNCEBNL54dZi+ocySE9eRDXurUIszFgQk
y/dZURUvhi06wId/XLofwG9VATGwv5Sq5ADOEeOxAiB4jfrl9as=
=r9LD
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7ac1fbcc71458ed647aada8747990905cb5bfb93fd8ccccbc2a969673a4285a
size 2789552

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmkt4mYACgkQ+C9LFt7E
CPgRzA//ZmYFB1guO8d33ZTFdFAyAO2elUVj5T8xMXY4nJlUXQI+Ya/4wohvm/4l
5DefU/ATwcif7dm2RYj+sP3pvHqRTMyeNJpJYEPTfkD4Uq1VtHPiePCQWJ2TPlv8
WCcIh1lQUwZxa+NtBgCBIauhty1jCRn1mGwypzWg+jW8xbcE+cSpplO3cWpCckBI
6laYkNSuhfWzmwJd+5Bv9fCOq2MbQqlaH5ieDn7oPE84KIP9qKz+AEwy6j/oGTZD
Kph9N1XiDWnz0M78/Asgk0ZSFlHN4WrfKlIOzD6Xatg2L54kxDfNGi6Co0n/f3d2
bRiSqemlSqfPEj7JJ3AwcIbVrqz0hTqmLUSRMJHJiXjVTmRqPbaubpNb7iVQf1+M
4vUHMDhEHhTgCZbJFKjZJ/hBC2vN7IjHowOoDJ1+3TK6oQ/CnAOnF5tJUUHznCNB
UO3G7IE2/P6kVyYHuKGsp2lfNR5+4ev2obTSBZtDbye4ceZQnCBVYIgnHK7+Ro1q
2FDiKpMY/PdA8NgU0iHnmmQjND4zqwlrEq7d2AjdLbJ+LSHLowKFyngFTpupFlXE
Xl8wsgvw24mxEnfzqF7lezEEeaFBM2M0Y+gNFT7LSv5Svgax6ZQx348gp0WxFpvp
GgwXzUWf2eSWMSBjVcPGTCV2BqJNNhoYR8Q0d9fup8kdXw0iCPQ=
=V72M
-----END PGP SIGNATURE-----

View File

@@ -1,89 +1,3 @@
-------------------------------------------------------------------
Tue Dec 2 01:51:43 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to 4.8.1:
* core: fix buffer size in function util_parse_time, causing buffer
overflow error in unit tests
* irc: fix creation of irc.msgbuffer option without a server name
-------------------------------------------------------------------
Mon Dec 1 06:17:56 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to 4.8.0:
Removed
* irc: remove temporary servers and option irc.look.temporary_servers
Changed
* api: add support of date like ISO 8601 but with spaces and lower
t and z in function util_parse_time (#886)
* irc: request and perform SASL authentication when the server
advertises SASL support with message "CAP NEW" (#2277)
* irc: send SASL username with mechanism EXTERNAL (#2270)
* logger: change default time format to %@%F %T.%fZ (UTC) (#886)
* logger: use function util_parse_time to parse date/time in log
files (#886)
* relay/api: return an error 400 (Bad Request) when URL parameters
"colors", "nicks", "lines" and "lines_free" have an invalid value
* relay/api: return an error 401 (Unauthorized) when header
"x-weechat-totp" has an invalid value
* xfer: add buffer local variable "server" in DCC CHAT buffers
* core, irc, relay: add tag "tls" in gnutls messages
* irc: add tags "irc_cap" and "log3" in client capability request
and SASL not supported messages
* build: require Curl ≥ 7.68.0 (#2268)
* build: require GnuTLS ≥ 3.6.3 (#2268)
* build: require libgcrypt ≥ 1.8.0 (#2268)
* build: require Enchant v2 (#2268)
* build: require Lua ≥ 5.3 (#2268)
Added
* core: add option weechat.completion.cycle
* core: add hdata for hooks
* api: add functions util_parse_int, util_parse_long and
util_parse_longlong
* buflist: add variable ${index_displayed}
Fixed
* core: display an error message in case of invalid parameters in
commands /bar, /buffer, /cursor, /print and /window
* api: fix file descriptor leak in hook_url when a timeout occurs
or if the hook is removed during the transfer (#2284)
* api: fix parsing of date/times with timezone offset in function
util_parse_time
* irc: fix warning on creation of irc.msgbuffer option when the
server name contains upper case letters (#2281)
* irc: display a warning for each unknown or invalid server option
in commands /connect and /server
* irc: fix colors in messages 367 (ban mask), 728 (quiet mask) and
MODE (#2286)
* irc: fix reset of color when multiple modes are set with
command /mode
* relay/api: fix crash when an invalid HTTP request is received
from a client
* relay/api: return HTTP error 404 instead of 400 when the buffer
is not found in resources completion and input
* relay/api: return HTTP error 400 in case of invalid body in
resource ping
-------------------------------------------------------------------
Tue Nov 25 00:21:56 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to 4.7.2:
Fixed
* api: fix file descriptor leak in hook_url when a timeout occurs
or if the hook is removed during the transfer (#2284)
* irc: fix colors in messages 367 (ban mask), 728 (quiet mask) and
MODE (#2286)
* irc: fix reset of color when multiple modes are set with
command /mode
-------------------------------------------------------------------
Sat Nov 22 21:26:34 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Mon Aug 18 19:29:05 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>

View File

@@ -17,7 +17,7 @@
Name: weechat
Version: 4.8.1
Version: 4.7.1
Release: 0
Summary: Multi-protocol extensible Chat Client
License: GPL-3.0-or-later
@@ -43,6 +43,7 @@ BuildRequires: ncurses-devel
BuildRequires: perl
BuildRequires: pkgconfig
BuildRequires: ruby-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(enchant-2)
BuildRequires: pkgconfig(gnutls) >= 3.3.0
BuildRequires: pkgconfig(libcjson)