diff -Nru eoxserver-1.2.2/debian/changelog eoxserver-1.2.2/debian/changelog --- eoxserver-1.2.2/debian/changelog 2023-03-05 12:00:00.000000000 +0000 +++ eoxserver-1.2.2/debian/changelog 2023-03-06 09:44:43.000000000 +0000 @@ -1,3 +1,9 @@ +eoxserver (1.2.2-0~jammy2) jammy; urgency=low + + * Applied upstream patch https://github.com/EOxServer/eoxserver/commit/20f33cf01a3928e08aa84b9c94771a4c03166f12. + + -- Angelos Tzotsos Mon, 06 Mar 2023 12:00:00 +0200 + eoxserver (1.2.2-0~jammy1) jammy; urgency=low * Updated dependency list. diff -Nru eoxserver-1.2.2/debian/patches/charonpdp.patch eoxserver-1.2.2/debian/patches/charonpdp.patch --- eoxserver-1.2.2/debian/patches/charonpdp.patch 1970-01-01 00:00:00.000000000 +0000 +++ eoxserver-1.2.2/debian/patches/charonpdp.patch 2023-03-06 09:45:44.000000000 +0000 @@ -0,0 +1,32 @@ +Description: Syntax typo fix + * Applied upstream patch https://github.com/EOxServer/eoxserver/commit/20f33cf01a3928e08aa84b9c94771a4c03166f12. +Author: Angelos Tzotsos + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2023-03-06 + +--- eoxserver-1.2.2.orig/eoxserver/services/auth/charonpdp.py ++++ eoxserver-1.2.2/eoxserver/services/auth/charonpdp.py +@@ -293,7 +293,11 @@ class AuthorisationClient(object): + # Get XML snippet for the Environment part of the XACMLAuthzDecisionQuery + def _getPartEnvironment(self): + now = datetime.datetime.now() +- formattedNow = now.strftime("%Y-%m-%dT%H:%M:%S.%f%z")urlparse ++ formattedNow = now.strftime("%Y-%m-%dT%H:%M:%S.%f%z") ++ ++ return template_attribute.format(attrib_current_date, \ ++ dt_date, \ ++ formattedNow) + # Get the full XACMLAuthzDecisionQuery + def _getFullRequest(self, userAttributes, resourceAttributes, action): + return template_request.format(self._getPartSubject(userAttributes), \ diff -Nru eoxserver-1.2.2/debian/patches/series eoxserver-1.2.2/debian/patches/series --- eoxserver-1.2.2/debian/patches/series 2023-03-05 12:00:00.000000000 +0000 +++ eoxserver-1.2.2/debian/patches/series 2023-03-06 09:45:09.000000000 +0000 @@ -0,0 +1 @@ +charonpdp.patch