Age | Commit message (Collapse) | Author | Files | Lines |
|
2.7 (2016-12-08)
* New option (--nouri-encode) to prevent URL encoding of URLs. Avoids
breaking display of URLS which contain non-ASCII.
* Misc bug fixes
2.6 (2016-09-10)
* Improved tool mode bibtex output. This has some normalisation
consequences for YEAR and custom fields. See PDF doc.
* Support for new \ifuniquebaretitle test
* Sourcemaps can now be restricted to particular refsections
* Perl 5.24 is now required due to use of postfix deref notation
* Removed RIS input driver due to lack of use
* Added extended name format - see documentation
* Added notfield function to sourcemaps - see documentation
2.5 (2016-05-10)
* Added data annotations feature - see biblatex documentation.
* Removed the "latinkeys.txt" Unicode::Collate table. This is now
pointless because the compiled 'allkeys.txt' is faster and complete.
* Incompatible biblatex/biber version is now a fatal error.
* Significant performance improvements, particularly in sorting
subsystem.
* Addition of new bblXML output format and associated RelaxNG XML
schema based on active datamodel.
* Integration with new biblatex 3.4 labelprefix name change and
refcontext option.
* Integration with new biblatex 3.4 \DeclareDatafieldSet
functionality.
* Improved sourcemap looping functionality
|
|
|
|
Use CFLAGS and LDFLAGS.
(Debian removed this as "dead" in 2006, perhaps we should too?)
|
|
|
|
|
|
and should have bumped PKGREVISION.
|
|
This has not been accepted upstream in various previous tries, but is
deemed useful functionality anyway.
Bump PKGREVISION.
While here, revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.
|
|
to link to it.
|
|
|
|
While the tarball was made available, upstream views it as not quite
released and asks that it not be packaged yet.
|
|
Upstream NEWS (some points summarized):
* Changes from 5.2.12
1) Critical bugfix
* Correct mis-defined paper type that collided with standard
A4 paper. This resulted in some Canon and PCL printers
mishandling A4 paper.
2) Added support for the following Epson inkjet printers:
EPSON Artisan 1430
EPSON L210
3) Improvements to the dye-sublimation driver:
* Code optimizations in the dye-sublimation driver, resulting
in a significant (2x-2.7x) boost in performance.
* Added support for the following thermal printer:
Mitsubishi P93DW
* Enhanced support (and bugfixes) for several printers (Canon,
Fujifilm, Kodak, Mitsubishi)
4) Improvements to the Gimp plugin
* Compilation fixes when CUPS is not enabled
* Fix non-interactive plugin mode
5) Changes to the Canon driver:
* Added support for many printer models.
* Corrected black-only and color-only cartridge support for MP230
series
* Improved printer firmware papersize detection when using
automatic paper source selection (Autofeed), by changing paper
width from calculated to a constant value for paper sizes known
to the driver.
* Added several resolution modes for Pro9500
6) Added the Datamax-O'Neil H class series of printers.
7) Added the two Honeywell printers, RP2 (SAV2) and RP4 (SAV4).
|
|
This fixes RELRO build.
Bump PKGREVISION
|
|
|
|
From 717df38fd8509bf883b70d680c9b1b3cf36732ee Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 6 Jul 2017 20:02:00 +0200
Subject: [PATCH] comics: Remove support for tar and tar-like commands
When handling tar files, or using a command with tar-compatible syntax,
to open comic-book archives, both the archive name (the name of the
comics file) and the filename (the name of a page within the archive)
are quoted to not be interpreted by the shell.
But the filename is completely with the attacker's control and can start
with "--" which leads to tar interpreting it as a command line flag.
This can be exploited by creating a CBT file (a tar archive with the
.cbt suffix) with an embedded file named something like this:
"--checkpoint-action=exec=bash -c 'touch ~/hacked;'.jpg"
CBT files are infinitely rare (CBZ is usually used for DRM-free
commercial releases, CBR for those from more dubious provenance), so
removing support is the easiest way to avoid the bug triggering. All
this code was rewritten in the development release for GNOME 3.26 to not
shell out to any command, closing off this particular attack vector.
This also removes the ability to use libarchive's bsdtar-compatible
binary for CBZ (ZIP), CB7 (7zip), and CBR (RAR) formats. The first two
are already supported by unzip and 7zip respectively. libarchive's RAR
support is limited, so unrar is a requirement anyway.
Discovered by Felix Wilhelm from the Google Security Team.
https://bugzilla.gnome.org/show_bug.cgi?id=784630
Bump PKGREVISION
|
|
|
|
|
|
require much less memory.
|
|
core:
* FormFieldButton::setState() shouldn't check the field is readOnly
* Fix crashes on multiple broken files
utils:
* pdfunite: Fix crash with broken documents.
|
|
|
|
combinations. Bump PKGREVISION to ensure user preferences are respected.
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
Release Notes
HPLIP 3.17.6 - This release has the following changes:
Added Support for the Following New Printers:
- HP LaserJet Enterprise M607n
- HP LaserJet Enterprise M607dn
- HP LaserJet Enterprise M608n
- HP LaserJet Enterprise M608dn
- HP LaserJet Enterprise M608x
- HP LaserJet Enterprise M608dh
- HP LaserJet Enterprise M609dn
- HP LaserJet Enterprise M609x
- HP LaserJet Managed E60055dn
- HP LaserJet Managed E60065dn
- HP LaserJet Managed E60065x
- HP LaserJet Managed E60075dn
- HP LaserJet Managed E60075x
- HP LaserJet Enterprise MFP M631dn
- HP LaserJet Enterprise Flow MFP M631h
- HP LaserJet Enterprise MFP M631z
- HP LaserJet Enterprise Flow MFP M632z
- HP LaserJet Enterprise MFP M632fht
- HP LaserJet Enterprise MFP M632h
- HP LaserJet Enterprise Flow MFP M633z
- HP LaserJet Enterprise MFP M633fh
- HP LaserJet Managed MFP E62555dn
- HP LaserJet Managed Flow MFP E62565h
- HP LaserJet Managed MFP E62565hs
- HP LaserJet Managed Flow MFP E62565z
- HP LaserJet Managed Flow MFP E62575z
- HP Color LaserJet Enterprise M652dn
- HP Color LaserJet Enterprise M652n
- HP Color LaserJet Enterprise M653dn
- HP Color LaserJet Enterprise M653dh
- HP Color LaserJet Enterprise M653x
- HP Color LaserJet Managed E65050dn
- HP Color LaserJet Managed E65060dn
- HP Color LaserJet Managed MFP E67550dh
- HP Color LaserJet Managed Flow MFP E67560z
- HP Color LaserJet Enterprise MFP M681dh
- HP Color LaserJet Enterprise MFP M681f
- HP Color LaserJet Enterprise Flow MFP M681z
- HP Color LaserJet Enterprise Flow MFP M681f
- HP Color LaserJet Enterprise Flow MFP M682z
- HP PageWide Managed P77750z Multifunction Printer
- HP Pagewide Pro 750dn
- HP Pagewide Pro 750dw
- HP PageWide Pro 772dw Multifunction Printer
- HP PageWide Managed P77740zs Multifunction Printer
- HP PageWide Managed P77750zs Multifunction Printer
- HP PageWide Managed P75050dn Printer
- HP LaserJet Pro MFP M25a
- HP LaserJet Pro MFP M25nw
- HP LaserJet Pro MFP M26a
- HP LaserJet Pro MFP M26nw
- HP LaserJet Pro MFP M27c
- HP LaserJet Pro MFP M27cnw
Added support for the following new Distro's:
- Ubuntu 17.04
- Debian 8.8
Launchpad fixes:
1690515 - DeskJet 3775 - scanner not found
1690408 - hplip-3.17.4.run doesn't work on linux mint 18.1
1690516 - Head alignment dont work (HPLIP 3.17.4)
Known Issues:
1. Edge to Edge Not supported
2. Greayscale option is present even though HP LaserJet Pro MFP
M25a,M25nw,M26a,M26nw,M27c,M27cnw are mono devices
|
|
do the right thing for packages in the middle of dependency chain.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
The package provides several file hooks (AtBegin, AtEnd, ...)
for files read by \input, \include and \InputIfFileExists.
General hooks for all such files (e.g. all \include'd ones) and
file specific hooks only used for named files are provided; two
hooks are provided for the end of \included files -- one
before, and one after the final \clearpage.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
tex-{apa6,biblatex-apa,continue,cutwin,hang,hanging,leading,mfirstuc,thmtools}{,-doc}
|
|
Format documents in APA style (6th edition)
Add tex-biblatex-apa{,-doc} 7.4
BibLaTeX citation and reference style for APA
Add tex-continue{,-doc} 0.1
Prints 'continuation' marks on recto pages of multipage documents
Add tex-cutwin{,-doc} 0.1
Cut a window in a paragraph, typeset material in it
Add tex-hang{,-doc} 2.1
Environments for hanging paragraphs and list items
Add tex-hanging{,-doc} 1.2b
Hanging paragraphs
Add tex-leading{,-doc} 0.3
Define leading with a length
Add tex-mfirstuc{,-doc} 2.04
Uppercase the first letter of a word
Add tex-thmtools{,-doc} 66
Extensions to theorem environments
|
|
|
|
Updated fonts/tex-raleway{,-doc} to 1.4
Updated print/tex-readarray{,-doc} to 2.0
Updated graphics/tex-repere{,-doc} to 17.05
Updated fonts/tex-sansmathfonts{,-doc} to 2017
Updated print/tex-siunitx{,-doc} to 2.7g
Updated fonts/tex-sourcesanspro{,-doc} to 2.6
Updated print/tex-sttools{,-doc} to 2.0
Updated print/tex-tcolorbox{,-doc} to 4.03
Updated print/tex-tetex{,-doc} to 3.0.44331
Updated print/tex-tex4ht{,-doc} to 2017
Updated print/tex-texconfig{,-doc} to 2017
Updated print/tex-texdoc{,-doc} to 2017
Updated print/tex-texinfo to 5.1.43137
Updated print/tex-texlive.infra to 2017
Updated print/tex-texlive-scripts to 2017
Updated graphics/tex-tikzmark{,-doc} to 1.3
Updated graphics/tex-tikzsymbols{,-doc} to 4.02
Updated print/tex-todonotes{,-doc} to 1.0.5
Updated print/tex-tools{,-doc} to 2017
Updated print/tex-toptesi{,-doc} to 5.9.06
Updated print/tex-udesoftec{,-doc} to 1.6.0
Updated print/tex-updmap-map to 2017
Updated fonts/tex-xcharter{,-doc} to 1.08
Updated print/tex-xdvi to 22.87.03
|
|
Updated print/tex-paralist{,-doc} to 2.7
Updated print/tex-pdfpages{,-doc} to 0.5h
Updated print/tex-plain to 3.141592653.43076
Updated print/tex-platex{,-doc} to 2017
Updated print/tex-polski{,-doc} to 1.3.4
Updated print/tex-preview{,-doc} to 11.90
Updated print/tex-program{,-doc} to 3.3.14
Updated graphics/tex-pst-3dplot{,-doc} to 2.04
Updated graphics/tex-pst-barcode{,-doc} to 0.16a
Updated graphics/tex-pst-circ{,-doc} to 2.14
Updated geography/tex-pst-geo{,-doc} to 2.06
Updated graphics/tex-pst-node{,-doc} to 1.39
Updated graphics/tex-pst-pdf{,-doc} to 1.2c
Updated graphics/tex-pst-plot{,-doc} to 1.79
Updated graphics/tex-pst-tools{,-doc} to 0.06
Updated graphics/tex-pst-tree{,-doc} to 1.13
Updated graphics/tex-pstricks{,-doc} to 2.73a
Updated graphics/tex-pstricks-add{,-doc} to 3.83
Updated print/tex-ptex-base{,-doc} to 2017
Updated fonts/tex-ptex-fonts{,-doc} to 2017
|
|
Updated print/tex-marginnote{,-doc} to 1.2b
Updated print/tex-mathtools to 1.19
Updated graphics/tex-mcf2graph{,-doc} to 4.23
Updated print/tex-media9{,-doc} to 0.80
Updated print/tex-mhchem{,-doc} to 4.06
Updated print/tex-minted{,-doc} to 2.4.1
Updated print/tex-multirow{,-doc} to 2.2
Updated print/tex-musixtex to 1.24
Updated print/tex-mwcls{,-doc} to 0.75
Updated print/tex-mweights{,-doc} to 20170330
Updated fonts/tex-newpx{,-doc} to 1.320
Updated fonts/tex-newtx{,-doc} to 1.525
Updated fonts/tex-newtxsf{,-doc} to 1.05
Updated fonts/tex-newtxtt{,-doc} to 1.055
Updated print/tex-oberdiek{,-doc} to 2017
Updated print/tex-onlyamsmath{,-doc} to 0.20
|
|
Updated print/tex-koma-script to 3.23
Updated print/tex-kotex-oblivoir{,-doc} to 2.1.8
Updated devel/tex-l3experimental to 2017
Updated devel/tex-l3kernel{,-doc} to 2017
Updated devel/tex-l3packages{,-doc} to 2017
Updated print/tex-latex{,-doc} to 20170101.1
Updated textproc/tex-latexdiff{,-doc} to 1.2.0
Updated print/tex-leaflet{,-doc} to 1.1b
Updated fonts/tex-libertine{,-doc} to 5.3.0.43603
Updated devel/tex-lualibs{,-doc} to 2.5
Updated fonts/tex-luaotfload{,-doc} to 2.8.2
Updated print/tex-luatex{,-doc} to 1.0.4
|
|
Updated print/tex-glossaries{,-doc} to 4.30
Updated print/tex-graphics{,-doc} to 1.2a
Updated print/tex-graphics-def{,-doc} to 2017
Updated graphics/tex-graphics-pln{,-doc} to 2017
Updated print/tex-hausarbeit-jura{,-doc} to 1.5
Updated print/tex-hyperref{,-doc} to 6.85a
Updated print/tex-hyphen-base to 2017
Updated print/tex-hyphen-german to 2017
Updated print/tex-hyphen-latin to 3.1.2017
Updated fonts/tex-inconsolata{,-doc} to 1.112
Updated fonts/tex-ipaex-type1{,-doc} to 0.4a
Updated fonts/tex-japanese-otf{,-doc} to 1.7b6.42950
Updated print/tex-jsclasses to 2017
|
|
Updated print/tex-dehyph-exptl{,-doc} to 0.41
Updated print/tex-diagbox{,-doc} to 2.2
Updated fonts/tex-dozenal{,-doc} to 7.0
Updated print/tex-dvips{,-doc} to 2017
Updated graphics/tex-epstopdf{,-doc} to 2.26
Updated fonts/tex-erewhon{,-doc} to 1.08
Updated devel/tex-etoolbox{,-doc} to 2.4
Updated print/tex-europasscv{,-doc} to 2017
Updated print/tex-fancyhdr{,-doc} to 3.9
Updated fonts/tex-fbb{,-doc} to 1.12
Updated fonts/tex-fetamont{,-doc} to 20170415
Updated fonts/tex-fira{,-doc} to 4.2
Updated print/tex-fixme{,-doc} to 4.4
Updated fonts/tex-fontmfizz{,-doc} to 2017
Updated fonts/tex-fontools{,-doc} to 2017
Updated fonts/tex-fontspec{,-doc} to 2.6a
|
|
Updated fonts/tex-cabin{,-doc} to 2017
Updated graphics/tex-circuitikz{,-doc} to 0.8.3
Updated fonts/tex-cjhebrew{,-doc} to 0.2a
Updated print/tex-cjk-gs-integrate{,-doc} to 20170505.0
Updated fonts/tex-comicneue{,-doc} to 1.1
Updated print/tex-comment{,-doc} to 3.8
Updated print/tex-context{,-doc} to 2017
Updated print/tex-context-filter{,-doc} to 2017
Updated print/tex-csbulletin{,-doc} to 1.1
Updated print/tex-csplain to 2017
Updated print/tex-csquotes{,-doc} to 5.2b
Updated print/tex-cweb{,-doc} to 3.64b
|
|
Updated print/tex-babel{,-doc} to 3.10
Updated print/tex-babel-english to 3.3q
Updated print/tex-babel-french to 3.3a
Updated print/tex-babel-galician to 2017
Updated print/tex-babel-german to 2.9
Updated print/tex-babel-greek to 1.9g
Updated print/tex-babel-russian to 1.3i
Updated fonts/tex-baskervaldx{,-doc} to 1.072
Updated print/tex-beamer{,-doc} to 3.41
Updated print/tex-biblatex{,-doc} to 3.7
Updated fonts/tex-boondox{,-doc} to 1.02d
Updated print/tex-breqn to 0.98e
|
|
Updated fonts/tex-academicons{,-doc} to 1.8.0
Updated fonts/tex-adobemapping to 2017
Updated fonts/tex-alegreya{,-doc} to 2017
Updated fonts/tex-allrunes{,-doc} to 2.1.1
Updated print/tex-amsmath{,-doc} to 2.16a
Updated graphics/tex-animate{,-doc} to 20170518
Updated print/tex-arsclassica{,-doc} to 20170201
|
|
Updated converters/dvi2tty to 6.0.0nb1
Updated fonts/afm2pl to 0.7.1nb3
Updated fonts/gsftopkk to 1.19.2nb8
Updated fonts/lcdftypetools to 2.106
Updated fonts/ps2pkm to 1.8nb1
Updated fonts/ttf2pk to 2.0nb3
Updated fonts/ttfdump to 0.5.5nb4
Updated print/cjkutils to 4.8.4nb2
Updated print/dvidvi to 1.1nb1
Updated print/dviljk to 2.6.5nb8
Updated print/dvipdfmx to 20170318
Updated print/dvipsk to 5.997
Updated print/kpathsea to 6.2.3
Updated print/lacheck to 1.28nb2
Updated print/luatex to 1.0.4
Updated print/ptexenc to 1.3.5
Updated print/seetexk to 1.1nb3
Updated print/tex4ht to 0.0.20170523
Updated print/vlna to 1.5nb3
Updated print/web2c to 2017
Updated print/xdvik to 22.87.03nb1
Updated print/xetex to 0.99997
Updated print/xpdfopen to 0.86nb2
Updated textproc/makeindexk to 2.15nb9
Updated textproc/mendexk to 2.6fnb7
|
|
---- Version 8.13.11 - 2017-06-15 ----
Fix crash when twice a same voice in %%score inside tune
Fix some compilation warnings and crash with gcc-5.4
(reported by Guido Gonzato and more people)
Fix more crashes in recent versions of MacOS X
(reported by David Lacroix)
|