| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From pinentry's NEWS file:
Noteworthy changes in version 0.9.7 (2015-12-07)
------------------------------------------------
* Fix regressions in the Qt pinentry.
* Fix minor problems pinnetyr-tty.
* New option --invisible-char.
Noteworthy changes in version 0.9.6 (2015-09-10)
------------------------------------------------
* Many improvements for the dump tty pinentry.
* Use the standard GTK+-2 text entry widget instead of our outdated
and back-then-it-was-more-secure text widget.
* Use the standard Qt text widget.
* Allow for building a static Qt variant.
* Fix regression in w32 pinentry.
Compare to 0.9.5, the biggest change from a ports perspective is improved
support for libc++ in pinentry-qt, as upstream got rid of its custom entry
widget that only worked with libstdc++. This allows the Makefile to be
simplified and pinentry-qt4 to be built with libc++.
There is also an option to build a Qt5-based version of pinentry, but I did
not add the new port in this patch.
PR: 207567
Approved by: makc (maintainer)
|
|
|
|
|
|
| |
a options change always build it with libsecret support.
Approved by: maintainer (implicit)
|
|
|
|
|
|
| |
PR: 202509
Submitted by: myself
Approved by: maintainer (makc@)
|
|
|
|
| |
- Add GNOME 3 pinentry dialog
|
|
|
|
|
|
|
| |
- Fix build: libassuan is now mandatory dependence
- Explicitly disable GNOME 3 and Emacs versions
MFH: 2015Q3
|
|
|
|
|
|
|
|
| |
- Disable LIBSECRET option for GTK2 by default. It does not work and broke
Thunderbird/Enigmail for me.
Approved by: makc (maintainer)
MFH: 2015Q3
|
|
|
|
|
| |
- Update to 0.9.2
- Add optional support for libsecret and enable it for GTK frontend
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately this still doesn't build on FreeBSD 10 which uses libc++.
It is unknown if it builds on FreeBSD11, but it has been ignored on
FreeBSD11. The main benefit is for gcc5 support right now.
I confirmed that it still builds on FreeBSD 8 and FreeBSD 9.
Approved by: blanket (gcc5)
|
|
|
|
|
| |
- Update to 0.9.1
- Remove no longer needed patch
|
|
|
|
|
|
|
| |
- Make it apparent that Qt 4 frontend is broken on 10.x and greater
PR: 196681
Submitted by: Gerard Seibert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Resolve mutual conflict for security/pinentry-* ports
- Add new port security/pinentry-tty for pure console version of pinentry
- Convert security/pinentry to meta-alike port that depends on pinentry-tty by
default and installs commons files (documentation). Mark it architecture
independent.
|
|
|
|
|
|
|
|
| |
- Check for the presence of libc++ rather than for OSVERSION and
fix options processing [1]
- Use MOC variable provided by bsd.qt.mk
Reported by: wblock [1]
|
|
|
|
|
|
| |
- Update to 0.9.0
- Remove pinentry-gtk port (GTK+ 1 support is discontinued upstream)
- Ignore Qt 4 frontend on 10 and greater, it fails to build with clang/libc++
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
|
| |
|
|
|
|
|
| |
PR: ports/183086
Submitted by: sbruno
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
|
|
|
|
| |
security)
|
| |
|
|
|
|
|
| |
- Remove stale patch
- Drop deprecated PTHREAD_* stuff
|
|
|
|
| |
- minor fixes/changes.
|
|
|
|
|
| |
PR: ports/179207
Reported by: Scot Hetzel <swhetzel at gmail.com>
|
|
|
|
| |
Convert USE_READLINE by USES=readline
|
| |
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Adjust comment
Reported by: bapt
|
|
|
|
|
| |
- use CONFLICTS_INSTALL
- other minor changes
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
|
|
|
|
| |
PR: ports/157142
Submitted by: Raphael Kubo da Costa <kubito at gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patch also adds a verify target for the PGP signature
of the distfile.
Noteworthy changes in version 1.2.0 (2011-03-01)
------------------------------------------------
* New functions to allow the creation of X.509 certificates.
This release adds features required by the GnuPG 2.1 development
version.
PR: ports/155506
Submitted by: me
Approved by: maintainer timeout
|
| |
|
|
|
|
|
| |
Reported by: ale and others via private email
Another pointy to: glarkin
|
|
|
|
|
| |
Requested by: kwm
Pointyhat to: glarkin
|
|
|
|
|
| |
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
|
|
|
| |
Allow slave ports to override PORTREVISION
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
Feature safe: yes
|
| |
|
| |
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
| |
|
|
|
|
| |
Add new frontend: pinentry-qt4
|
|
|
|
| |
Approved by: miwi (implicit)
|
|
|
|
| |
PR: ports/127478
|
|
|
|
|
| |
PR: ports/123116
Reported by: Jason E. Hale <bsdkaffee at gmail.com>
|
|
|
|
|
| |
PR: ports/123116
Submitted by: Yarodin <yarodin at gmail.com>
|
|
|
|
|
|
| |
to email.
Hat: portmgr
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
| |
Submitted by: Andrew W. Nosenko
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
| |
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
- Chase shared library bumps
- Update gnupg-devel to 1.9.20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| |
|
| |
|
|
|
|
|
|
| |
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
|
|
|
|
| |
big upgrade.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
previous attempt didn't work.
|
|
|
|
| |
in ${LOCALBASE}.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
| |
(Part 1)
|
|
|
|
|
|
|
|
| |
(and basically allocates more mem by default).
PR: ports/57086
Submitted by: Melvyn Sopacua <melvyn@webteckies.org>
Approved by: arved (Mentor)
|
|
|
|
| |
Approved by: arved (Mentor)
|
|
|
|
| |
use USE_GETOPT_LONG instead.
|
|
|
|
|
| |
Submitted by: maintainer
Update to 0.6.9, the latest release version.
|
| |
|
|
|
|
|
| |
PR: 48565
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Use new AUTO* Rules
Use GNOMENG.
PR: 48548[1]
Submitted by: maintainer[1]
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/48068
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> (maintainer)
|
|
dialogs.
|