smarty4 4.3.1-1 source package in Ubuntu

Changelog

smarty4 (4.3.1-1) unstable; urgency=medium

  * New upstream release.
    - CVE-2023-28447: Fix cross site scripting vulnerability in Javascript
      escaping. (Closes: #1033965).
  * debian/copyright:
    + Update copyright attributions.

 -- Mike Gabriel <email address hidden>  Thu, 15 Jun 2023 16:21:25 +0200

Upload details

Uploaded by:
Mike Gabriel
Uploaded to:
Sid
Original maintainer:
Mike Gabriel
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
smarty4_4.3.1-1.dsc 1.9 KiB 06743399aaaa8f2807d030a27b1a6f7a9197a9db5a5b92ef08dd2aaeb01f3983
smarty4_4.3.1.orig.tar.gz 352.8 KiB c91bed535eac590b3ad89f2abb5b8eab82171403ba2b5fdb486f52a656200af6
smarty4_4.3.1-1.debian.tar.xz 8.8 KiB 9a79f3ae87f15b1206a03efabc88424c7952b30cca80207f0b7e0c19c1af453c

Available diffs

No changes file available.

Binary packages built by this source

smarty4: Smarty - the compiling PHP template engine

 Smarty is a template engine for PHP. More specifically, it
 facilitates a manageable way to separate application logic and content
 from its presentation.
 .
 Smarty 3.1 is a departure from 2.0 compatibility. Most notably, all
 backward compatibility has been moved to a separate class file named
 SmartyBC.class.php. If you require compatibility with 2.0, you will
 need to use this class.