aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2
Commit message (Collapse)AuthorAgeFilesLines
* textproc/libxml2: fix build with VALIDATION option offAdriaan de Groot2021-05-052-7/+39
| | | | | | | | | | | | | | Grab two commits from upstream that fix the build when --no-valid is passed to configure; in the ports build that translates to the VALIDATION option turned off. These come straight from GNOME GitLab, although I've bunged them into one patch-* file. Not bumping PORTREVISION, since with this option off it would never have built, and with the option on the resulting package is unchanged. PR: 253596
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/libxml2: rename VALID option to VALIDATIONTobias C. Berner2021-02-121-5/+5
| | | | | | | | | | | | - The option name could under some circumctances lead to issues with the VALID_CATEGOIRES variable of the ports framework. - Simply rename the option, to something similar. PR: 252933 Submitted by: andrew@tao11.riddles.org.uk Notes: svn path=/head/; revision=565061
* textproc/libxml2: ship patches via files/ due to gitlabTobias C. Berner2020-11-305-6/+199
| | | | | | | | | | | | - gitlab has a tendency to change checksum of patches due to metadata changes - switch to including the patches in the tree directly instead of using PATCH_FILES PR: 251040 Submitted by: daniel.engberg.lists@pyret.net Reported by: David Armstrong <bink19th@pm.me> Notes: svn path=/head/; revision=556670
* textproc/libxml2: backport python 3.9.x supportDima Panov2020-10-132-3/+6
| | | | | | | | | | No PORTREVISION bump, py-libxml2 was always unbuildable with py39 With hat: desktop Obtained from: libxml2 repo Notes: svn path=/head/; revision=552164
* textproc/libxml2: Multiple vulnerabilitiesTobias C. Berner2020-09-252-2/+14
| | | | | | | | | | | | | | | Includes upstreams fixes for * CVE-2019-20388 * CVE-2020-7595 * CVE-2020-24977 PR: 249386 Submitted by: daniel.engberg.lists@pyret.net MFH: 2020Q3 Notes: svn path=/head/; revision=550081
* In preparation of the update of glib remove the -reference portsBaptiste Daroussin2020-09-191-4/+0
| | | | | | | | | Those ports mainly concern old Gnome2 libraries, the behaviour of this infra is not compatible with the meson build system (being used in newer version) the documentation is provided otherwise in the other version Notes: svn path=/head/; revision=548955
* Unbreak py-libxml2Antoine Brodin2020-01-181-1/+1
| | | | Notes: svn path=/head/; revision=523498
* textproc/libxml2: Remove gmake dependencyTobias C. Berner2020-01-181-1/+1
| | | | | | | | | | - remove dependency on gmake in textproc/libxml2 and textproc/libxml2-reference PR: 243346 Submitted by: daniel.engberg.lists@pyret.net Notes: svn path=/head/; revision=523496
* textproc/libxml2: update to 2.9.10Tobias C. Berner2019-11-238-21/+21
| | | | | | | | | | PR: 24004 Exp-run by: antoine Reviewed by: madpilot Differential Revision: https://reviews.freebsd.org/D22410 Notes: svn path=/head/; revision=518268
* Create desktop@ as maintainer of some shared desktop portsTobias C. Berner2019-11-151-1/+1
| | | | | | | | | | | | | | | | | | | This idea has been around for quite some time. Time to make it happen. In order to share the load on the ports required by multiple desktop environments start to share the responsibility of maintainership. This is the initial list that came to mind, but we can probably extend it, to include another handful of ports. WWW: https://wiki.freebsd.org/DesktopTeam Mailing List: https://lists.freebsd.org/mailman/listinfo/freebsd-desktop Approved by: swills, kwm (gnome), madpilot (xfce) Differential Revision: https://reviews.freebsd.org/D22389 Notes: svn path=/head/; revision=517700
* MASTERDIR is always defined after bsd.port.pre.mkAntoine Brodin2019-10-051-5/+5
| | | | Notes: svn path=/head/; revision=513808
* Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.soMark Linimon2019-10-041-3/+5
| | | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. Tested on both amd64 and powerpc64. PR: 239153 Approved by: gnome (maintainer-timeout, > 1 month) Notes: svn path=/head/; revision=513791
* textproc/libxml2: Update to 2.9.9 [1]Steve Wills2019-06-132-4/+4
| | | | | | | | | | | | | | While here, fix a bug in libxslt triggered by the libxml2 update PR: 235713 [1] PR: 238522 Exp-run by: antoine Reported by: kunda <chitty_cloud@me.com> [1] Reviewed by: kwm [1] [2] Obtained from: https://gitlab.gnome.org/GNOME/libxslt/commit/5b0965010abf274f7a3a1291d16dde34c167e8a7 Notes: svn path=/head/; revision=504090
* Workaround https://bugzilla.gnome.org/show_bug.cgi?id=789714Antoine Brodin2019-03-081-0/+35
| | | | | | | | PR: 234633 Obtained from: Fedora / openSuse Notes: svn path=/head/; revision=495019
* textproc/libxml2: fix build with GCC-based architecturesSteve Wills2019-01-051-0/+3
| | | | | | | | | PR: 234563 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Pointyhat to: swills Notes: svn path=/head/; revision=489423
* Fix LICENSE_PERMSAntoine Brodin2019-01-031-1/+1
| | | | Notes: svn path=/head/; revision=489194
* textproc/libxml2: update to 2.9.8Steve Wills2019-01-0113-73/+59
| | | | | | | | PR: 233804 Exp-run by: antoine Notes: svn path=/head/; revision=489055
* Remove usage of _PyVerify_fd().Koop Mast2018-10-251-0/+30
| | | | | | | | | | | | | This function appears to be removed in python 3.5.0. Instead of adding a version check like the submitter proposed. Grab the upstream patch instead that just removes the function usage. PR: 224902 Submitted by: Michael Zhilin <mizhka@gmail.com> Obtained from: libxml2 upstream Notes: svn path=/head/; revision=482978
* - Add LICENSEDmitry Marakasov2018-03-141-0/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=464471
* Switch some MASTER_SITES from http/ftp to https.Mathieu Arnold2018-02-271-3/+1
| | | | | | | | | | | Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight Notes: svn path=/head/; revision=463123
* textproc/libxml2: update to 2.9.7Steve Wills2017-12-133-61/+4
| | | | | | | | | | | | | PR: 222893 PR: 224189 Reported by: Walter Hop <walter@lifeforms.nl> Approved by: gnome@ (kwm) Exp-run by: antoine MFH: 2017Q4 Security: 76e59f55-4f7a-4887-bcb0-11604004163a Notes: svn path=/head/; revision=456210
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* textproc/libxml2: remove LICENSE block to unbreak libxml2-referenceJohn Marino2016-08-311-3/+0
| | | | | | | | | | | | | | | The addition of the MIT licence block broke at least the textproc/libxml2-reference port due to how the helper script bsd.gnome-reference.mk works. Removed at the request of person that suggested the license be added [2]. PR: 209806 PR: 212265 [2] Reported by: cpm Notes: svn path=/head/; revision=421190
* Update libxml2 to 2.9.4.Koop Mast2016-08-283-3/+64
| | | | | | | | | | | | | | | | Add license block. Pull extra patch to fix NULL pointer deref. [1] Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html PR: 209806 Submitted by: pi@ Obtained from: upstream [1] MFH: 2016Q3 Security: e195679d-045b-4953-bb33-be0073ba2ac6 Notes: svn path=/head/; revision=421031
* New release to fix a number of CVE's.Koop Mast2015-11-206-226/+11
| | | | | | | | | | | CVE-2015-1819 is also listed in the release notes of 2.9.3 but that issue was fixed in a previous commit and documented in another vuxml entry. MFH: 2015Q4 Security: e5423caf-8fb8-11e5-918c-bcaec565249c Notes: svn path=/head/; revision=402102
* - Add option to disable validatorDmitry Marakasov2015-07-161-2/+4
| | | | | | | Approved by: kwm Notes: svn path=/head/; revision=392275
* Fix libxml2 CVE-2015-1819Koop Mast2015-07-012-2/+172
| | | | | | | | | | | doc/ tree tested by: wblock@ Obtained from: libxml2 upstream MFH: 2015Q3 Security: 9c7177ff-1fe1-11e5-9a01-bcaec565249c Notes: svn path=/head/; revision=391064
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Add CPE infoDmitry Marakasov2015-05-101-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386028
* Fix regression introduced in CVE-201403660 fix.Koop Mast2014-10-292-13/+27
| | | | | | | | Submitted by: gjb@ Obtained from: libxml2 upstream Notes: svn path=/head/; revision=371693
* patch-parser.c:Koop Mast2014-10-203-31/+49
| | | | | | | | | | | | | | Replace allready applied patch with new patch from upstream to unbreak the xmlcatalog command. patch-uri.c: Revert uri.c commit that causes the document chain to fail. Reported by: antoine@ Tested by: bapt@ MFH: 2014Q4 Notes: svn path=/head/; revision=371269
* Update to 2.9.2.Koop Mast2014-10-186-204/+14
| | | | | | | | | | This release fixes CVE-2014-3660 (DoS). MFH: 2014Q4 Security: 0642b064-56c4-11e4-8b87-bcaec565249c Notes: svn path=/head/; revision=371120
* Fix miss merge relating to iconv support.Koop Mast2014-05-161-2/+2
| | | | | | | Reported & tested by: Cyril Kalinchikov <cyr.k@me.com> Notes: svn path=/head/; revision=354210
* Make sure to remove all orphaned doc dirs.Koop Mast2014-05-141-1/+1
| | | | | | | Submitted by: port jenkins via swills@ Notes: svn path=/head/; revision=354061
* Make check-plist not trow it cookies.Koop Mast2014-05-131-0/+5
| | | | Notes: svn path=/head/; revision=354000
* Update to libxml2 2.9.1 [1]Koop Mast2014-05-1313-502/+271
| | | | | | | | | | | | This version fixes CVE-2013-2877. Add upstream patch for CVE-2014-0191. CVE's Reported by: Akinori MUSHA <knu@iDaemons.org> Obtained from: GNOME dev repo [1], libxml2 upstream [2] MFH: 2014Q2 Notes: svn path=/head/; revision=353989
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-163-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Add STAGEDIR support.Hiroki Sato2013-11-253-31/+36
| | | | | | | | - Use *_CONFIGURE_WITH. - Add workaround for an iconv incompatibility on 10.X and later. Notes: svn path=/head/; revision=334822
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forBoris Samorodov2013-09-071-1/+1
| | | | | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326683
* Track down the latest USE_GNOME=pkgconfigBaptiste Daroussin2013-09-021-3/+1
| | | | Notes: svn path=/head/; revision=325971
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Fix build with LZMA. All supported versions have liblzma in the base.Jung-uk Kim2013-04-183-3/+20
| | | | | | | | Approved by: gnome (mezz) Feature safe: yes Notes: svn path=/head/; revision=316079
* - Add http mirror in case FTP is not availableBryan Drewery2013-04-051-0/+1
| | | | | | | | Approved by: gnome (kwm) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315735
* Fix options evaluation that got mixed up in the OptionsNG converstion.Koop Mast2013-03-291-7/+4
| | | | | | | | | PR: ports/177480 Submitted by: scf@ Pointyhat for: kwm Notes: svn path=/head/; revision=315569
* Fix typoKoop Mast2013-03-291-1/+1
| | | | | | | | PR: ports/177480 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Notes: svn path=/head/; revision=315548
* Update to 2.8.0. [1]Koop Mast2013-03-2912-140/+444
| | | | | | | | | | | | Add patch to fix CVE-2013-0338 and CVE-2013-0339. [2] Convert to OptionsNG, rename patches to standard form. [1] Notified by: swills@ [2] Obtained from: gnome team repo [1] Security: 843a4641-9816-11e2-9c51-080027019be0 Notes: svn path=/head/; revision=315540