# Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= gxneur PORTVERSION= 0.17.0 DISTVERSIONSUFFIX=.orig CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/ DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= mizhka@gmail.com COMMENT= GTK frontend for XNeur keyboard layout switcher LICENSE= GPLv2 BUILD_DEPENDS= xneur:deskutils/xneur RUN_DEPENDS= xneur:deskutils/xneur GNU_CONFIGURE= yes USES= pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gconf2 gtk20 libglade2 INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --without-nls post-patch: @${REINPLACE_CMD} -e '/all_modifiers/d' ${WRKSRC}/src/misc.c @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure .include eset'], $CONF['sms_send_function']) - allow local alias targets (without @domain) - see #134 - add $CONF['edit_alias'] to disable "edit_alias" function for users - add php_crypt $CONF["encrypt"] option (see #170 for examples) - add random_compat phar (see: https://github.com/paragonie/random_compat) to support random_int()/random_string() in older PHP versions. - add support for MySQL connections over SSL - language updates: sk, ja, nl, bg, fr, cz - update bundled smarty library (lib/smarty to 3.1.32; includes security fixes) - split up pacrypt() into different functions; add some minimal test coverage - add id autoincrement field to log table (#89) - add token to login.php to prevent CSRF - lots of bugfixes and code cleanup - drop unused code in postfixadmin-cli - introduce PHP-CS-Fixer to enforce code style - vacation.pl: - avoid answering to more known autoresponders - add $no_vacation_pattern to avoid sending autoresponders based on the To: address - replace Deprecated Mail::Sender by Email::Sender - use MIME:EncWords - remove unused MIME::Base64 - add docker repo, see https://github.com/postfixadmin/docker PR: 229370 Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer) Sponsored by: Netzkommune
  - move public facing stuff into public/, this allows us to stop exposing
    templates_c/ etc. to the world (but also means you'll need to adjust your
    webserver config)
  - enable users to reset their passwords by mail or SMS
    ($CONF['forgotten_user_password_reset'],
    $CONF['forgotten_admin_password_reset'], $CONF['sms_send_function'])
  - allow local alias targets (without @domain) - see #134
  - add $CONF['edit_alias'] to disable "edit_alias" function for users
  - add php_crypt $CONF["encrypt"] option (see #170 for examples)
  - add random_compat phar (see: https://github.com/paragonie/random_compat) to
    support random_int()/random_string() in older PHP versions.
  - add support for MySQL connections over SSL
  - language updates: sk, ja, nl, bg, fr, cz
  - update bundled smarty library (lib/smarty to 3.1.32; includes security fixes)
  - split up pacrypt() into different functions; add some minimal test coverage
  - add id autoincrement field to log table (#89)
  - add token to login.php to prevent CSRF
  - lots of bugfixes and code cleanup
  - drop unused code in postfixadmin-cli
  - introduce PHP-CS-Fixer to enforce code style
  - vacation.pl:
    - avoid answering to more known autoresponders
    - add $no_vacation_pattern to avoid sending autoresponders based on the To:
      address
    - replace Deprecated Mail::Sender by Email::Sender
    - use MIME:EncWords
    - remove unused MIME::Base64
- add docker repo, see https://github.com/postfixadmin/docker

PR:		229370
Submitted by:	Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Sponsored by:	Netzkommune
mail/postfixadmin: Update to 3.1 2017-09-06T02:51:58+00:00 dbaio dbaio@FreeBSD.org 2017-09-06T02:51:58+00:00 896ee2b618bb5117fce5e8dc5892cf6356ae1dc8 Ensure emplates_c/ directory is created. Changes: https://github.com/postfixadmin/postfixadmin/blob/master/CHANGELOG.TXT PR: 221965 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Approved by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Ensure emplates_c/ directory is created.

Changes:	https://github.com/postfixadmin/postfixadmin/blob/master/CHANGELOG.TXT

PR:		221965
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by:	Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Update mail/postfixadmin to 3.0.2 (security fix) 2017-02-10T17:33:53+00:00 krion krion@FreeBSD.org 2017-02-10T17:33:53+00:00 20fbbe350ac67f652c742d4f2a4f1a2105d04434 SECURITY FIX: don't allow to delete protected aliases (CVE-2017-5930, PR#23). Following non-security bugs were fixed: - Fix VacationHandler for PostgreSQL - AliasHandler: restrict mailbox subquery to allowed and specified domains to improve performance on setups with +lots of mailboxes - Allow switching between dovecot: password schemes while still accepting passwords hashed using the previous dov +ecot: scheme - FetchmailHandler: use a valid date as default for 'date' - Fix date formatting in non-english languages when using PostgreSQL PR: 216932 Submitted by: lukasz@wasikowski.net Approved by: maintainer, mat (mentor) Differential Revision: https://reviews.freebsd.org/D9521
SECURITY FIX: don't allow to delete protected aliases
(CVE-2017-5930, PR#23).

Following non-security bugs were fixed:

- Fix VacationHandler for PostgreSQL
- AliasHandler: restrict mailbox subquery to allowed and specified domains to improve performance on setups with
+lots of mailboxes
- Allow switching between dovecot: password schemes while still accepting passwords hashed using the previous dov
+ecot: scheme
- FetchmailHandler: use a valid date as default for 'date'
- Fix date formatting in non-english languages when using PostgreSQL

PR:		216932
Submitted by:	lukasz@wasikowski.net
Approved by:	maintainer, mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9521
- Update to 3.0 2016-09-13T16:42:33+00:00 amdmi3 amdmi3@FreeBSD.org 2016-09-13T16:42:33+00:00 313efd04ce486d1c04893397022280584ae01f6e - While here, fix LICENSE PR: 212636 Submitted by: ports.maintainer@evilphi.com (maintainer)
- While here, fix LICENSE

PR:		212636
Submitted by:	ports.maintainer@evilphi.com (maintainer)
Update to 2.93. 2015-10-28T12:57:41+00:00 mat mat@FreeBSD.org 2015-10-28T12:57:41+00:00 cb59a503951c2e4313f3deef99439e0c354a1056 While there, convert to options helpers. PR: 204086 Submitted by: maintainer Sponsored by: Absolight
While there, convert to options helpers.

PR:		204086
Submitted by:	maintainer
Sponsored by:	Absolight