| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: 207126
Submitted by: Thibault Payet <monwarez@mailoo.org>
Approved by: Eric Camachat <eric@camachat.org> (maintainer)
Notes:
svn path=/head/; revision=409331
|
|
|
|
|
|
|
| |
Approved by: eric@camachat.org (maintainer)
Notes:
svn path=/head/; revision=403347
|
|
|
|
|
|
|
|
| |
PR: 203992
Submitted by: eric@camachat.org (maintainer)
Notes:
svn path=/head/; revision=400119
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTEPOCH as version goes backwards
- Remove unneeded variables
- Pet portlint
PR: 203913
Submitted by: maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=399909
|
|
|
|
|
|
|
|
|
| |
PR: 197147
Submitted by: amdmi3
Approved by: eric@camachat.org (maintainer)
Notes:
svn path=/head/; revision=378100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
Notes:
svn path=/head/; revision=376062
|
|
|
|
|
|
|
|
|
|
|
|
| |
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports)
Notes:
svn path=/head/; revision=364143
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
Notes:
svn path=/head/; revision=352986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add option to lock databases after user inactivity
* Add compatibility with libgcrypt 1.6
* Display passwords in monospace font
* Use an icon for the button that shows/masks passwords
* Add an option to show passwords by default
* Improve password generator design
* On Linux link .kdbx files with KeePassX
* Remember window size
* Disallow global auto-typing when the database is locked
* Support copying entries and groups using drag'n'drop
* Open last used databases on startup
* Made the kdbx file parser more robust
* Only edit entries on doubleclick (not single) or with enter key
* Allow removing multiple entries
* Added option to minimize window when copying data to clipboard
* Save password generator settings
* Fixed auto-type producing wrong chars in some keyboard configurations
* Added some more actions to the toolbar
PR: ports/189220
Submitted by: myself
Approved by: maintainer (via email)
Notes:
svn path=/head/; revision=352825
|
|
|
|
|
|
|
|
|
| |
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
Notes:
svn path=/head/; revision=346721
|
|
PR: ports/173282
Submitted by: Eric Camachat <eric@camachat.org>
Approved by: eadler, osa, rm (mentors, implicit)
Notes:
svn path=/head/; revision=332100
|