FreeBSD Bugzilla – Attachment 217895 Details for
Bug 249263
archivers/libunrar5: Update to 5.9.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 5.9.4
libunrar5-5.9.4.diff (text/plain), 3.80 KB, created by
Niclas
on 2020-09-12 00:18:46 UTC
(
hide
)
Description:
Update to 5.9.4
Filename:
MIME Type:
Creator:
Niclas
Created:
2020-09-12 00:18:46 UTC
Size:
3.80 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 548265) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= libunrar5 >-PORTVERSION= 5.6.8 >-PORTREVISION= 1 >+PORTVERSION= 5.9.4 > CATEGORIES= archivers > MASTER_SITES= http://www.rarlab.com/rar/ > DISTNAME= unrarsrc-${PORTVERSION} >Index: distinfo >=================================================================== >--- distinfo (revision 548265) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1539042126 >-SHA256 (unrarsrc-5.6.8.tar.gz) = a4cc0ac14a354827751912d2af4a0a09e2c2129df5766576fa7e151791dd3dff >-SIZE (unrarsrc-5.6.8.tar.gz) = 226647 >+TIMESTAMP = 1599781628 >+SHA256 (unrarsrc-5.9.4.tar.gz) = 3d010d14223e0c7a385ed740e8f046edcbe885e5c22c5ad5733d009596865300 >+SIZE (unrarsrc-5.9.4.tar.gz) = 229921 >Index: files/patch-os.hpp >=================================================================== >--- files/patch-os.hpp (revision 548265) >+++ files/patch-os.hpp (working copy) >@@ -1,6 +1,6 @@ >---- os.hpp.orig 2017-04-28 17:28:46 UTC >+--- os.hpp.orig 2019-04-27 20:05:18 UTC > +++ os.hpp >-@@ -150,6 +150,10 @@ >+@@ -166,6 +166,10 @@ > #include <locale.h> > > >Index: files/patch-rijndael.cpp >=================================================================== >--- files/patch-rijndael.cpp (revision 548265) >+++ files/patch-rijndael.cpp (working copy) >@@ -1,4 +1,4 @@ >---- rijndael.cpp.orig 2018-06-24 15:10:31 UTC >+--- rijndael.cpp.orig 2019-04-27 20:05:20 UTC > +++ rijndael.cpp > @@ -7,6 +7,8 @@ > ***************************************************************************/ >@@ -59,7 +59,7 @@ > #ifdef USE_SSE > // Check SSE here instead of constructor, so if object is a part of some > // structure memset'ed before use, this variable is not lost. >-@@ -111,6 +141,7 @@ void Rijndael::Init(bool Encrypt,const b >+@@ -114,6 +144,7 @@ void Rijndael::Init(bool Encrypt,const b > > if(!Encrypt) > keyEncToDec(); >@@ -67,7 +67,7 @@ > } > > void Rijndael::blockEncrypt(const byte *input,size_t inputLen,byte *outBuffer) >-@@ -118,6 +149,15 @@ void Rijndael::blockEncrypt(const byte * >+@@ -121,6 +152,15 @@ void Rijndael::blockEncrypt(const byte * > if (inputLen <= 0) > return; > >@@ -83,7 +83,7 @@ > size_t numBlocks = inputLen/16; > #ifdef USE_SSE > if (AES_NI) >-@@ -176,6 +216,7 @@ void Rijndael::blockEncrypt(const byte * >+@@ -179,6 +219,7 @@ void Rijndael::blockEncrypt(const byte * > input += 16; > } > Copy128(m_initVector,prevBlock); >@@ -91,7 +91,7 @@ > } > > >-@@ -217,6 +258,15 @@ void Rijndael::blockDecrypt(const byte * >+@@ -220,6 +261,15 @@ void Rijndael::blockDecrypt(const byte * > if (inputLen <= 0) > return; > >@@ -107,7 +107,7 @@ > size_t numBlocks=inputLen/16; > #ifdef USE_SSE > if (AES_NI) >-@@ -279,6 +329,8 @@ void Rijndael::blockDecrypt(const byte * >+@@ -282,6 +332,8 @@ void Rijndael::blockDecrypt(const byte * > } > > memcpy(m_initVector,iv,16); >@@ -116,7 +116,7 @@ > } > > >-@@ -314,7 +366,7 @@ void Rijndael::blockDecryptSSE(const byt >+@@ -317,7 +369,7 @@ void Rijndael::blockDecryptSSE(const byt > } > #endif > >@@ -125,7 +125,7 @@ > ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// > // ALGORITHM > ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// >-@@ -454,7 +506,7 @@ void Rijndael::GenerateTables() >+@@ -457,7 +509,7 @@ void Rijndael::GenerateTables() > U1[b][0]=U2[b][1]=U3[b][2]=U4[b][3]=T5[i][0]=T6[i][1]=T7[i][2]=T8[i][3]=FFmul0e(b); > } > } >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 548265) >+++ pkg-descr (working copy) >@@ -3,4 +3,4 @@ > of memory to operate. It can be used by other programs to extract > RAR archives. > >-WWW: http://www.rarsoft.com/ >+WWW: https://www.rarlab.com/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249263
: 217895