100 Commits

Author SHA1 Message Date
tb
e3aa90c3a5 archivers/unrar: change AES encryption patches to use EVP_CIPHER_CTX
on the heap instead of the stack.

tested by and looks correct to naddy (maintainer)
2021-11-20 13:40:18 +00:00
naddy
12da0f5790 archivers/unrar: Update to 6.02 2021-06-17 18:33:50 +00:00
naddy
75de062e4d archivers/unrar: update to 6.01 2021-05-06 15:52:04 +00:00
naddy
5222c850d5 maintenance update to 6.00 (minor incremental changes only) 2021-01-15 20:56:49 +00:00
naddy
a9e06ebad1 update to 5.91 2020-07-11 18:39:42 +00:00
naddy
91ab7cf5b0 maintenance update to 5.90 2020-04-06 16:10:11 +00:00
naddy
61d1a052b4 update to 5.80 2019-12-29 11:52:10 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
tj
fb0f863edb switch more homepage and master_sites links to https 2019-07-11 17:16:59 +00:00
naddy
07f590766d update to 5.71 2019-05-05 00:13:41 +00:00
naddy
5f30cf3f2d update to 5.70 2019-03-09 22:57:53 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
4109a05f37 update to 5.61 2018-10-18 13:56:48 +00:00
naddy
3e50c8bff2 update to 5.60 2018-08-02 10:43:01 +00:00
naddy
aacb9c3ae2 Security update to 5.50 for directory traversal and memory safety bugs.
Prodded by Bryan Linton
2017-09-04 15:18:08 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
naddy
7e667b1403 update to 5.50 beta 5 (5.5.6) 2017-07-06 20:42:17 +00:00
naddy
54be5b61ab Security update to 5.50 beta 4 to fix the VMSF_DELTA filter signedness
error and unspecified other issues.
2017-06-21 21:19:05 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
28e85af527 oops, restore EPOCH 2016-11-03 16:09:22 +00:00
naddy
4367d62ac8 update to 5.40 2016-11-03 15:20:14 +00:00
naddy
3f14a23e1c maintenance update to 5.31 2016-04-12 15:03:11 +00:00
naddy
d8f86af3c9 update to upstream tarball 5.2.7, still labeled version 5.21 2015-04-10 20:32:12 +00:00
naddy
4946712c9c update to 5.21 2015-04-03 11:58:51 +00:00
naddy
4f3539cdee update to 5.1.6; specifically tested on sparc64 2014-09-08 18:54:30 +00:00
naddy
ac3afc458c Update to 5.00 and take maintainer.
Multithreading is enabled but doesn't appear to be functional.
2013-09-06 13:28:15 +00:00
espie
c80849c13c regress -> test
PERMIT_* cleanup
2013-03-10 22:28:04 +00:00
naddy
9c89a75479 maintenance update to 4.20; drop maintainer by his request 2012-11-26 17:17:41 +00:00
naddy
269d47161b update to 4.10; suggested by Amit Kulkarni 2012-04-08 17:04:20 +00:00
naddy
5b8d075767 Use OpenSSL instead of the included AES code to speed up extraction
of encrypted archives.
2012-04-08 16:36:12 +00:00
naddy
ade68cd88e don't echo the password on sparc/sparc64; ok sthen@ 2012-04-08 11:30:25 +00:00
jasper
e9c99a93b8 amit kulkarni takes over maintainership 2011-09-08 11:13:30 +00:00
naddy
bd3be081c6 Update to 4.00 release; maintainer timeout.
Switch version numbering to the official version from version.hpp,
different from the distfile numbering.  jasper@ agrees.

The current license allows PERMIT_*=Yes.  sthen@ agrees.
2011-03-18 20:14:58 +00:00
miod
a60af20a1f Change sprintfw() from a macro to an inline function, as g++ 2 doesn't like
variadic macros (yet gcc 2 does), and remove the no longer necessary alpha
optimization flags downgrade.
ok giovanni@ benoit@
2011-01-11 18:23:12 +00:00
benoit
7fe2ad4550 - update unrar to 4.02
- maintainer timeout
- add and regen patches

ok giovanni@
2010-12-30 07:51:27 +00:00
espie
cbd9341a86 switch to REVISION 2010-07-11 15:57:46 +00:00
jasper
ac35c6ef87 - workaround no longer needed for mips64 2010-05-22 07:44:29 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
sthen
648b05ef6f minor update to 3.9.7, ok rui@ 2009-12-19 22:34:58 +00:00
jasper
a3b6708089 - another file upset gcc on mips64 2009-11-08 16:42:21 +00:00
naddy
18d6c9cfbb work around internal compiler error on alpha, too; ok rui@, merdely@ 2009-11-08 16:30:40 +00:00
naddy
5a91efa6d2 update to 3.96; ok rui@ 2009-09-11 16:14:01 +00:00
rui
f40ddf5034 - maintenance update to unrar 3.85.
ok jasper@
2008-12-31 18:43:07 +00:00
rui
7a8012026a - maintenance update to unrar 3.82.
ok jasper@
2008-09-21 18:25:32 +00:00
rui
919fd92639 - maintenance update to unrar 3.81
ok jasper@
2008-06-09 08:18:01 +00:00
rui
a8f72637fb - update my e-mail address
ok jasper@
2008-02-14 21:36:27 +00:00
jasper
4c3bcd5faf fix build on mips64.
no bump, because !mips64 packages didn't change, and mips64 didn't package.
2007-11-06 09:44:54 +00:00
rui
fdc4464053 maintenance update to 3.7.8
ok sthen@
2007-09-25 19:40:57 +00:00
espie
01eeb5f64b zap all quotes in COMMENT/PERMIT_* 2007-09-15 10:14:32 +00:00