Skip to content
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

putty: update to 0.82 #4629

Merged
merged 1 commit into from
Dec 20, 2024
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
3 changes: 2 additions & 1 deletion packages/p/putty/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__isoc99_sscanf
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__memset_chk
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
Expand Down Expand Up @@ -180,6 +179,7 @@ libc.so.6:setresuid
libc.so.6:setsid
libc.so.6:setsockopt
libc.so.6:setutxent
libc.so.6:setvbuf
libc.so.6:shutdown
libc.so.6:sigaction
libc.so.6:sigaddset
Expand Down Expand Up @@ -231,6 +231,7 @@ libc.so.6:utime
libc.so.6:utimes
libc.so.6:waitpid
libc.so.6:wcrtomb
libc.so.6:wcslen
libc.so.6:wcsncmp
libc.so.6:write
libcairo.so.2:cairo_clip
Expand Down
6 changes: 3 additions & 3 deletions packages/p/putty/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : putty
version : '0.81'
release : 14
version : '0.82'
release : 15
source :
- https://the.earth.li/~sgtatham/putty/0.81/putty-0.81.tar.gz : cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe
- https://the.earth.li/~sgtatham/putty/latest/putty-0.82.tar.gz : 195621638bb6b33784b4e96cdc296f332991b5244968dc623521c3703097b5d9
license : MIT
component : network.remote
homepage : https://www.chiark.greenend.org.uk/~sgtatham/putty
Expand Down
14 changes: 7 additions & 7 deletions packages/p/putty/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>putty</Name>
<Homepage>https://www.chiark.greenend.org.uk/~sgtatham/putty</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>MIT</License>
<PartOf>network.remote</PartOf>
Expand Down Expand Up @@ -43,12 +43,12 @@
</Files>
</Package>
<History>
<Update release="14">
<Date>2024-09-14</Date>
<Version>0.81</Version>
<Update release="15">
<Date>2024-12-20</Date>
<Version>0.82</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>
Loading