From: Dietmar Maurer Date: Fri, 25 Jul 2014 05:04:27 +0000 (+0200) Subject: update java code signature X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=commitdiff_plain;h=11089334e9269853a20550478beb576e6f45c266 update java code signature --- diff --git a/Makefile b/Makefile index 599a756..ce6f24b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ RELEASE=3.2 PACKAGE=vncterm # Note: also change version in debian/control and debian/changelog VERSION=1.1 -PACKAGERELEASE=7 +PACKAGERELEASE=8 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) CDATE:=$(shell date +%F) @@ -47,7 +47,7 @@ jar: tigervnc.org ln -s ../tigerpatches tigervnc/patches cd tigervnc; quilt push -a cd tigervnc/java/src/com/tigervnc/vncviewer; make clean; make - jarsigner -keystore ${KEYSTORE} -signedjar VncViewer.jar tigervnc/java/src/com/tigervnc/vncviewer/VncViewer.jar "proxmox server solutions gmbh's comodo ca limited id" + jarsigner -keystore ${KEYSTORE} -signedjar VncViewer.jar tigervnc/java/src/com/tigervnc/vncviewer/VncViewer.jar "dc475d72-124a-11e4-a53f-005056c00008" # this is for version 1.2 # ln -s ../newtigerpatches tigervnc/patches diff --git a/VncViewer.jar b/VncViewer.jar index 0569e04..6444d18 100644 Binary files a/VncViewer.jar and b/VncViewer.jar differ diff --git a/debian/changelog.Debian b/debian/changelog.Debian index ef40531..575f9b6 100644 --- a/debian/changelog.Debian +++ b/debian/changelog.Debian @@ -1,3 +1,9 @@ +vncterm (1.1-8) unstable; urgency=low + + * update applet signature (new code signing cert) + + -- Proxmox Support Team Fri, 25 Jul 2014 06:57:46 +0200 + vncterm (1.1-7) unstable; urgency=low * new option -notls (for novnc)