svn commit: r460218 - head/www/groupoffice

Jochen Neumeister joneum at FreeBSD.org
Sun Jan 28 14:32:22 UTC 2018


Author: joneum
Date: Sun Jan 28 14:32:21 2018
New Revision: 460218
URL: https://svnweb.freebsd.org/changeset/ports/460218

Log:
  www/groupoffice: Update to 6.2.79
  
  Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.2/www/CHANGELOG.TXT
  
  Approved by:	mentors (implicit)

Modified:
  head/www/groupoffice/Makefile
  head/www/groupoffice/distinfo
  head/www/groupoffice/pkg-plist

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Sun Jan 28 14:10:39 2018	(r460217)
+++ head/www/groupoffice/Makefile	Sun Jan 28 14:32:21 2018	(r460218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	groupoffice
 DISTVERSIONPREFIX=	com-
-DISTVERSION=	6.2.77
+DISTVERSION=	6.2.79
 CATEGORIES=	www
 MASTER_SITES=	SF/group-office/${DISTVERSION:R}
 

Modified: head/www/groupoffice/distinfo
==============================================================================
--- head/www/groupoffice/distinfo	Sun Jan 28 14:10:39 2018	(r460217)
+++ head/www/groupoffice/distinfo	Sun Jan 28 14:32:21 2018	(r460218)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516147276
-SHA256 (groupoffice-com-6.2.77.tar.gz) = d18f0e293bd804a961371cbab5d4c8bf8b18a60102eb7451020b14b2877dfc2f
-SIZE (groupoffice-com-6.2.77.tar.gz) = 34166627
+TIMESTAMP = 1517146020
+SHA256 (groupoffice-com-6.2.79.tar.gz) = 5d75b1a2efb8242411801944577fd22c57200c8ef38dca4605a203dbc76871db
+SIZE (groupoffice-com-6.2.79.tar.gz) = 34229059

Modified: head/www/groupoffice/pkg-plist
==============================================================================
--- head/www/groupoffice/pkg-plist	Sun Jan 28 14:10:39 2018	(r460217)
+++ head/www/groupoffice/pkg-plist	Sun Jan 28 14:32:21 2018	(r460218)
@@ -2342,6 +2342,7 @@
 %%WWWDIR%%/modules/email/install/uninstall.sql
 %%WWWDIR%%/modules/email/install/updates.inc.php
 %%WWWDIR%%/modules/email/install/updatescripts/2_imap_encryption.php
+%%WWWDIR%%/modules/email/install/updatescripts/3_re_encrypt.php
 %%WWWDIR%%/modules/email/install/updatescripts/encrypt.inc.php
 %%WWWDIR%%/modules/email/language/bg.php
 %%WWWDIR%%/modules/email/language/bn_BD.php
@@ -4924,6 +4925,7 @@
 %%WWWDIR%%/sounds/message-new-email.mp3
 %%WWWDIR%%/sounds/message-new-email.ogg
 %%WWWDIR%%/vendor/autoload.php
+%%WWWDIR%%/vendor/bin/generate-defuse-key
 %%WWWDIR%%/vendor/bin/generate_vcards
 %%WWWDIR%%/vendor/bin/naturalselection
 %%WWWDIR%%/vendor/bin/sabredav
@@ -4937,6 +4939,40 @@
 %%WWWDIR%%/vendor/composer/autoload_real.php
 %%WWWDIR%%/vendor/composer/autoload_static.php
 %%WWWDIR%%/vendor/composer/installed.json
+%%WWWDIR%%/vendor/defuse/php-encryption/.gitignore
+%%WWWDIR%%/vendor/defuse/php-encryption/.php_cs
+%%WWWDIR%%/vendor/defuse/php-encryption/LICENSE
+%%WWWDIR%%/vendor/defuse/php-encryption/README.md
+%%WWWDIR%%/vendor/defuse/php-encryption/bin/generate-defuse-key
+%%WWWDIR%%/vendor/defuse/php-encryption/composer.json
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/Makefile
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/box.json
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/signingkey.asc
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/CryptoDetails.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/FAQ.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/InstallingAndVerifying.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/InternalDeveloperDocs.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/Tutorial.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/UpgradingFromV1.2.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/Crypto.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/File.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/Key.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/KeyProtectedByPassword.md
+%%WWWDIR%%/vendor/defuse/php-encryption/psalm.xml
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Core.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Crypto.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/DerivedKeys.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Encoding.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/BadFormatException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/CryptoException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/EnvironmentIsBrokenException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/IOException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/File.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Key.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/KeyOrPassword.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/KeyProtectedByPassword.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/RuntimeTests.php
 %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/.gitignore
 %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/README.md
 %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/composer.json
@@ -5504,6 +5540,24 @@
 %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service2.json
 %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service_3.json
 %%WWWDIR%%/vendor/guzzle/guzzle/tests/bootstrap.php
+%%WWWDIR%%/vendor/paragonie/random_compat/LICENSE
+%%WWWDIR%%/vendor/paragonie/random_compat/build-phar.sh
+%%WWWDIR%%/vendor/paragonie/random_compat/composer.json
+%%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
+%%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/byte_safe_strings.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/cast_to_int.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/error_polyfill.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_int.php
+%%WWWDIR%%/vendor/paragonie/random_compat/other/build_phar.php
+%%WWWDIR%%/vendor/paragonie/random_compat/psalm-autoload.php
+%%WWWDIR%%/vendor/paragonie/random_compat/psalm.xml
 %%WWWDIR%%/vendor/sabre/dav/.gitignore
 %%WWWDIR%%/vendor/sabre/dav/.travis.yml
 %%WWWDIR%%/vendor/sabre/dav/CHANGELOG.md
@@ -8198,6 +8252,7 @@
 %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/colorscm.png
 %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/colorset.png
 %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/core.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/csv.png
 %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/database.png
 %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/deb.png
 %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/doc.png
@@ -8988,6 +9043,7 @@
 %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/colorscm.png
 %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/colorset.png
 %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/core.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/csv.png
 %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/database.png
 %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/deb.png
 %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/doc.png


More information about the svn-ports-all mailing list