[X2Go-Commits] [x2goserver] 79/99: x2goserver/bin/x2goupdateoptionsstring: correctly use MIME::Base64.
git-admin at x2go.org
git-admin at x2go.org
Mon Dec 28 06:10:51 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goserver.
commit cfceb86cf447d3afd4ea259065f771dffa94e005
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Nov 29 16:02:32 2020 +0100
x2goserver/bin/x2goupdateoptionsstring: correctly use MIME::Base64.
---
debian/changelog | 1 +
x2goserver/bin/x2goupdateoptionsstring | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6c473c2b..c2e44815 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -349,6 +349,7 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium
- X2Go/Server/Agent/NX/Options.pm: add extract_element subroutine, used to
extract key-value pairs. This one will be exportable, too. Documentation
to be done.
+ - x2goserver/bin/x2goupdateoptionsstring: correctly use MIME::Base64.
* debian/control:
+ Build-depend upon lsb-release for distro version detection.
* debian/x2goserver.manpages:
diff --git a/x2goserver/bin/x2goupdateoptionsstring b/x2goserver/bin/x2goupdateoptionsstring
index 69848a26..e29e44e7 100755
--- a/x2goserver/bin/x2goupdateoptionsstring
+++ b/x2goserver/bin/x2goupdateoptionsstring
@@ -570,7 +570,7 @@ sub Main {
my $bytes = encode ("UTF-8", $extract, Encode::FB_CROAK);
# Encode the data.
- my $base64 = base64_encode ($extract, q{});
+ my $base64 = MIME::Base64::encode_base64 ($extract, q{});
if (!(defined ($out))) {
# Create it.
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list