8000 mutt: Update to v2.2.14 by davidjharder · Pull Request #5673 · getsolus/packages · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mutt: Update to v2.2.14 #5673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions packages/m/mutt/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ libc.so.6:__fdelt_chk
libc.so.6:__fgets_unlocked_chk
libc.so.6:__fprintf_chk
libc.so.6:__fread_chk
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoll
libc.so.6:__isoc23_strtoul
libc.so.6:__isoc23_strtoull
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__memmove_chk
libc.so.6:__memset_chk
libc.so.6:__printf_chk
libc.so.6:__realpath_chk
libc.so.6:__snprintf_chk
Expand Down Expand Up @@ -174,7 +179,6 @@ libc.so.6:strerror
libc.so.6:strftime
libc.so.6:strlen
libc.so.6:strncasecmp
libc.so.6:strncat
libc.so.6:strncmp
libc.so.6:strncpy
libc.so.6:strpbrk
Expand All @@ -185,10 +189,6 @@ libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtok
libc.so.6:strtok_r
libc.so.6:strtol
libc.so.6:strtoll
libc.so.6:strtoul
libc.so.6:strtoull
libc.so.6:symlink
libc.so.6:sysconf
libc.so.6:tcgetattr
Expand Down Expand Up @@ -324,6 +324,8 @@ libncursesw.so.6:curs_set
libncursesw.so.6:curses_version
libncursesw.so.6:endwin
libncursesw.so.6:flushinp
libncursesw.so.6:getcurx
libncursesw.so.6:getcury
libncursesw.so.6:has_colors
libncursesw.so.6:init_pair
libncursesw.so.6:initscr
Expand Down
7 changes: 7 additions & 0 deletions packages/m/mutt/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
releases:
id: 2035
rss: https://gitlab.com/muttmua/mutt/-/tags?format=atom
security:
cpe:
- vendor: mutt
product: mutt
8 changes: 4 additions & 4 deletions packages/m/mutt/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name : mutt
version : 2.2.12
release : 32
version : 2.2.14
release : 33
source :
- https://gitlab.com/muttmua/mutt/-/archive/mutt-2-2-12-rel/mutt-mutt-2-2-12-rel.tar.bz2 : 70e4f8c11ce6f5e78d1cecd17499651b07f4d554435c792bec6993150af01915
homepage : http://www.mutt.org
- https://gitlab.com/muttmua/mutt/-/archive/mutt-2-2-14-rel/mutt-mutt-2-2-14-rel.tar.gz : 77148a941f8bec316a36224a7208d7bb6e0468c9f2a78a879e294c2bac8d43f0
homepage : https://gitlab.com/muttmua/mutt
license : GPL-2.0-or-later
component : network.mail
summary : Mutt (Small, powerful text based email client)
Expand Down
18 changes: 9 additions & 9 deletions packages/m/mutt/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<PISI>
<Source>
<Name>mutt</Name>
<Homepage>http://www.mutt.org</Homepage>
<Homepage>https://gitlab.com/muttmua/mutt</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>network.mail</PartOf>
<Summary xml:lang="en">Mutt (Small, powerful text based email client)</Summary>
<Description xml:lang="en">Mutt is a small but powerful text-based mail client for Unix operating systems. It was originally based on ELM, and was written by Michael Elkins.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>mutt</Name>
Expand Down Expand Up @@ -127,12 +127,12 @@
</Files>
</Package>
<History>
<Update release="32">
<Date>2023-09-29</Date>
<Version>2.2.12</Version>
<Update release="33">
<Date>2025-05-23</Date>
<Version>2.2.14</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
</Update>
</History>
</PISI>
0