non port: textproc/libxml2/Makefile |
SVNWeb
|
Number of commits found: 217 (showing only 100 on this page) |
Wed, 19 Oct 2022
|
[ 08:10 Jan Beich (jbeich) ] dfe25d7 (Only the first 10 of 208 ports in this commit are shown above. )
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
|
Mon, 17 Oct 2022
|
[ 06:03 Dima Panov (fluffy) ] def7c5c
textproc/libxml2: update to 2.10.3 security release (+)
* [CVE-2022-40304] Fix dict corruption caused by entity reference cycles
* [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE
* Fix overflow check in SAX2.c
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.3
MFH: 2022Q4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 31 Aug 2022
|
[ 08:34 Dima Panov (fluffy) ] dbbe3ed
textproc/libxml2: update to 2.10.2 maintenance release (+)
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.2
|
Sat, 27 Aug 2022
|
[ 14:08 Dima Panov (fluffy) ] 8697e02
textproc/libxml2: update to 2.10.1 release (+)
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.10.0 \
https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.10.1
|
Sun, 24 Jul 2022
|
[ 13:28 Dima Panov (fluffy) ] b4f7a63
textproc/libxml2: update to 2.9.14 maintenance release (+)
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.9.14
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] 57dd5ab (Only the first 10 of 11 ports in this commit are shown above. )
textproc/{,py-}libxml2: switch back to autotools
See notes in Makefile and linked PRs.
While here, disable the ICU option by default. CFLAGS for libicu
are passed to libxml2's consumers when the option is enabled. As
icu's API is not stable between versions, PORTREVISION bumps can
get missed.
Additionally, properly exclude all OPTIONS from py-libxml2 and
prevent do-configure from unnecessarily running.
Co-authored-by: diizzy
PR: 262853, 262940, 262877
Approved by: fluffy (mentor)
|
Thu, 7 Apr 2022
|
[ 00:39 Jan Beich (jbeich) ] 268cee3 (Only the first 10 of 179 ports in this commit are shown above. )
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
|
Fri, 25 Mar 2022
|
[ 17:14 Daniel Engberg (diizzy) ] a13ec21 (Only the first 10 of 20 ports in this commit are shown above. )
textproc/libxml2: Update to 2.9.13 and migrate to CMake
Depend on ICU and (lib)readline to follow other distros
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.9.13
I'd like to thank both tcberner and mandree for reviewing,
suggesting improvements and helping out in general. I'd also like
thank antoine for doing exp-runs.
PR: 262288
Reviewed by: tcberner, mandree
Approved by: desktop (tcberner)
Differential Revision: https://reviews.freebsd.org/D34338
Exp-run by: antoine
|
Mon, 6 Sep 2021
|
[ 19:27 Tobias Kortkamp (tobik) ] 91e9ee8 (Only the first 10 of 13 ports in this commit are shown above. )
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
Mon, 21 Jun 2021
|
[ 21:19 Gleb Popov (arrowd) Author: Daniel Engberg ] 4c0c936 (Only the first 10 of 13 ports in this commit are shown above. )
textproc/libxml2: Update to 2.9.12
PR: 256436
Reviewed by: arrowd
Tested by: arrowd
|
Sun, 23 May 2021
|
[ 14:31 Tobias C. Berner (tcberner) Author: Yasuhiro Kimura ] 83889bd
textproc/libxml2: add upstream fix for CVE-2021-3541
This is relapted to parameter entities expansion and following
the line of the billion laugh attack. Somehow in that path the
counting of parameters was missed and the normal algorithm based
on entities "density" was useless.
PR: 256094
Obtained
from: https://gitlab.gnome.org/GNOME/libxml2/-/commit/8598060bacada41a0eb09d95c97744ff4e428f8e
Security: CVE-2021-3541
|
Wed, 5 May 2021
|
[ 00:17 Adriaan de Groot (adridg) ] cd8e694
textproc/libxml2: fix build with VALIDATION option off
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 12 Feb 2021
|
[ 20:27 tcberner ]
textproc/libxml2: rename VALID option to VALIDATION
- 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
|
Mon, 30 Nov 2020
|
[ 18:45 tcberner ]
textproc/libxml2: ship patches via files/ due to gitlab
- 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>
|
Tue, 13 Oct 2020
|
[ 00:55 fluffy ]
textproc/libxml2: backport python 3.9.x support
No PORTREVISION bump, py-libxml2 was always unbuildable with py39
With hat: desktop
Obtained from: libxml2 repo
|
Fri, 25 Sep 2020
|
[ 20:29 tcberner ]
textproc/libxml2: Multiple vulnerabilities
Includes upstreams fixes for
* CVE-2019-20388
* CVE-2020-7595
* CVE-2020-24977
PR: 249386
Submitted by: daniel.engberg.lists@pyret.net
MFH: 2020Q3
|
Sat, 19 Sep 2020
|
[ 10:43 bapt ] (Only the first 10 of 49 ports in this commit are shown above. )
In preparation of the update of glib remove the -reference ports
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
|
Sat, 18 Jan 2020
|
[ 21:08 antoine ]
Unbreak py-libxml2
|
[ 20:16 tcberner ]
textproc/libxml2: Remove gmake dependency
- remove dependency on gmake in textproc/libxml2 and textproc/libxml2-reference
PR: 243346
Submitted by: daniel.engberg.lists@pyret.net
|
Sat, 23 Nov 2019
|
[ 20:09 tcberner ]
textproc/libxml2: update to 2.9.10
PR: 24004
Exp-run by: antoine
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22410
|
Fri, 15 Nov 2019
|
[ 20:10 tcberner ]
Create desktop@ as maintainer of some shared desktop ports
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
|
Sat, 5 Oct 2019
|
[ 05:42 antoine ]
MASTERDIR is always defined after bsd.port.pre.mk
|
Fri, 4 Oct 2019
|
[ 22:24 linimon ]
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
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)
|
Thu, 13 Jun 2019
|
[ 12:59 swills ]
textproc/libxml2: Update to 2.9.9 [1]
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
|
Sat, 5 Jan 2019
|
[ 23:55 swills ]
textproc/libxml2: fix build with GCC-based architectures
PR: 234563
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Pointyhat to: swills
|
Thu, 3 Jan 2019
|
[ 18:08 antoine ]
Fix LICENSE_PERMS
|
Tue, 1 Jan 2019
|
[ 23:25 swills ] (Only the first 10 of 13 ports in this commit are shown above. )
textproc/libxml2: update to 2.9.8
PR: 233804
Exp-run by: antoine
|
Wed, 14 Mar 2018
|
[ 08:33 amdmi3 ]
- Add LICENSE
Approved by: portmgr blanket
|
Tue, 27 Feb 2018
|
[ 13:03 mat ] (Only the first 10 of 26 ports in this commit are shown above. )
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
Wed, 13 Dec 2017
|
[ 14:46 swills ]
textproc/libxml2: update to 2.9.7
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
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 31 Aug 2016
|
[ 20:13 marino ]
textproc/libxml2: remove LICENSE block to unbreak libxml2-reference
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
|
Sun, 28 Aug 2016
|
[ 19:18 kwm ]
Update libxml2 to 2.9.4.
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
|
Fri, 20 Nov 2015
|
[ 20:45 kwm ]
New release to fix a number of CVE's.
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
|
Thu, 16 Jul 2015
|
[ 06:32 amdmi3 ]
- Add option to disable validator
Approved by: kwm
|
Wed, 1 Jul 2015
|
[ 13:59 kwm ]
Fix libxml2 CVE-2015-1819
doc/ tree tested by: wblock@
Obtained from: libxml2 upstream
MFH: 2015Q3
Security: 9c7177ff-1fe1-11e5-9a01-bcaec565249c
|
Sun, 10 May 2015
|
[ 20:38 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Wed, 29 Oct 2014
|
[ 17:11 kwm ]
Fix regression introduced in CVE-201403660 fix.
Submitted by: gjb@
Obtained from: libxml2 upstream
|
Mon, 20 Oct 2014
|
[ 14:19 kwm ]
patch-parser.c:
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
|
Sat, 18 Oct 2014
|
[ 12:55 kwm ]
Update to 2.9.2.
This release fixes CVE-2014-3660 (DoS).
MFH: 2014Q4
Security: 0642b064-56c4-11e4-8b87-bcaec565249c
|
Fri, 16 May 2014
|
[ 10:50 kwm ]
Fix miss merge relating to iconv support.
Reported & tested by: Cyril Kalinchikov <cyr.k@me.com>
|
Wed, 14 May 2014
|
[ 14:26 kwm ]
Make sure to remove all orphaned doc dirs.
Submitted by: port jenkins via swills@
|
Tue, 13 May 2014
|
[ 21:25 kwm ]
Make check-plist not trow it cookies.
|
[ 20:32 kwm ] (Only the first 10 of 15 ports in this commit are shown above. )
Update to libxml2 2.9.1 [1]
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
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
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).
(Only the first 15 lines of the commit message are shown above )
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Nov 2013
|
[ 08:31 hrs ]
- Add STAGEDIR support.
- Use *_CONFIGURE_WITH.
- Add workaround for an iconv incompatibility on 10.X and later.
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Sat, 7 Sep 2013
|
[ 19:49 bsam ] (Only the first 10 of 14 ports in this commit are shown above. )
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.
Approved by: portmgr (bapt, implicit)
|
Mon, 2 Sep 2013
|
[ 10:35 bapt ]
Track down the latest USE_GNOME=pkgconfig
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Thu, 18 Apr 2013
|
[ 22:40 jkim ]
Fix build with LZMA. All supported versions have liblzma in the base.
Approved by: gnome (mezz)
Feature safe: yes
|
Fri, 5 Apr 2013
|
[ 19:39 bdrewery ]
- Add http mirror in case FTP is not available
Approved by: gnome (kwm)
Approved by: portmgr (implicit)
|
Fri, 29 Mar 2013
|
[ 20:12 kwm ]
Fix options evaluation that got mixed up in the OptionsNG converstion.
PR: ports/177480
Submitted by: scf@
Pointyhat for: kwm
|
[ 16:35 kwm ]
Fix typo
PR: ports/177480
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
|
[ 14:08 kwm ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to 2.8.0. [1]
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
|
Mon, 26 Nov 2012
|
[ 17:30 kwm ]
Switch main site and mirror around. The mirror is still valid but it is really
slow.
Reported by: many
Feature safe: yes
|
Sun, 30 Sep 2012
|
[ 14:31 swills ]
- Revert previous change to add -pthread since libxml2 is not threaded, but is
thread-safe, so -pthread is not needed here, but in threaded programs that
use libxml2
Pointed out by: ale@
Discussed with: marcus, kwm
Pointyhat to: swills
|
Tue, 25 Sep 2012
|
[ 14:55 swills ]
- Build with -pthread and include -pthread in xml2-config --libs output when
threads are enabled
PR: ports/171353
Discussed with: marcus, kwm
Approved by: marcus
|
Sun, 20 May 2012
|
[ 16:31 mezz ]
Fix the disable iconv option.
PR: ports/167211
Submitted by: sunpoet
|
Fri, 18 May 2012
|
[ 11:51 kwm ]
Document and fix a off-by-one vulnability in libxml2.
Obtained from: libxml upstream
Security: b8ae4659-a0da-11e1-a294-bcaec565249c
|
Fri, 16 Mar 2012
|
[ 09:02 kwm ]
Fix last commit which broke the build.
Feature safe: yes
|
[ 02:27 mezz ]
-Make the iconv optional.
PR: ports/162571
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Feature safe: yes
|
Mon, 27 Feb 2012
|
[ 23:12 kwm ]
Fix libxml2 heap buffer overflow vulnability.
PR: ports/164270
Submitted by: kj <b4039413@nwldx.com>
Security: 57f1a624-6197-11e1-b98c-bcaec565249c
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Wed, 2 Nov 2011
|
[ 22:49 kwm ]
Do the WITH_FBSD10_FIX manualy, because it doesn't do the right thing (yet).
This should unbreak the python bindings.
Reported by: miwi and pointyhat (via pav)
|
Tue, 1 Nov 2011
|
[ 11:08 kwm ]
Make sure the FreeBSD 10 fix, doesn't blow away local changes.
Reported by: Marco Steinbach <coco@executive-computing.de>
Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Fri, 28 Oct 2011
|
[ 17:07 kwm ]
Add WITH_FBSD10_FIX=yes, to fix build on FreeBSD 10.0.
Submitted by: beat@
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sat, 27 Nov 2010
|
[ 16:02 kwm ]
Re-enable symbol versioning. This fixes the undefined symbols.
PR: ports/152616 ports/152612
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
[ 05:23 marcus ]
Update to 2.7.8.
|
Sat, 9 Oct 2010
|
[ 20:12 kwm ]
Use USE_CSTD=gnu89 to build libxml2.
When build with Clang it tries to use C99 math functions we don't have.
Also fix a symbol collision with the python bindings that got exposed by a
Clang bug.
With hat: gnome
|
Thu, 24 Jun 2010
|
[ 17:20 mezz ]
Add an option to build libxml w/out threads support.
PR: ports/146582
Submitted by: Alexander Kriventsov <avk@vl.ru>
Feature safe: yes
|
Mon, 10 May 2010
|
[ 21:19 kwm ] (Only the first 10 of 772 ports in this commit are shown above. )
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above )
|
Wed, 17 Mar 2010
|
[ 21:06 delphij ]
libxml2 knows too much about zlib internals. Beginning from zlib 1.2.2.3
the zlib authors has provided a 'gzdirect' function to detect whether the
current gzFile descriptor is still providing a stream from uncompression,
so use it instead of rolling own.
The upcoming zlib 1.2.4 update will break the current libxml2 usage.
Patch was the same as Mark Adler provided to libxml2 maintainers at:
http://osdir.com/ml/svn-commits-list/2010-01/msg05723.html
PR: ports/144828
Approved by: mezz (freebsd-gnome@)
|
Tue, 1 Dec 2009
|
[ 09:48 ale ]
Build thread-safe library and do it in the right way to not break other ports.
Reviewed by: marcus
Approved by: marcus
|
Sat, 10 Oct 2009
|
[ 18:37 marcus ]
Update to 2.7.6.
|
Sat, 26 Sep 2009
|
[ 12:56 marcus ]
Update to 2.7.5.
Feature safe: yes
|
Sat, 19 Sep 2009
|
[ 16:58 marcus ]
Fix thread support.
PR: 138942
Submitted by: andrew.w.nosenko@gmail.com
Feature safe: yes
|
Wed, 16 Sep 2009
|
[ 15:20 kwm ]
Add a upstream patch that fixes runtime problem with inkscape.
Noticed by: Ashish SHUKLA <wahjava.ml@gmail.com>
Submitted by: Romain Tarti`ere <romain@blogreen.org> [1]
Obtained from: Gnome Git [1]
Feature safe: yes
|
Sat, 12 Sep 2009
|
[ 18:07 marcus ]
Update to 2.7.4.
|
Mon, 24 Aug 2009
|
[ 00:50 marcus ]
Fix security bugs CVE-2009-2416 and CVE-2009-2414.
PR: 137980
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Obtained from:
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg678527.html
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2416
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2414
|
Sat, 11 Apr 2009
|
[ 02:16 marcus ]
Mark these ports has being multiple jobs safe.
PR: 132997
Submitted by: mm
|
Sat, 7 Feb 2009
|
[ 00:14 mezz ]
Update to 2.7.3.
|
Sat, 10 Jan 2009
|
[ 05:22 marcus ] (Only the first 10 of 718 ports in this commit are shown above. )
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above )
|
Wed, 19 Nov 2008
|
[ 19:23 mezz ]
Fix two integer overflow vulnerabilities, bump the PORTREVISION.
Submitted by: pluknet <pluknet@gmail.com>
Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=470480
https://bugzilla.redhat.com/show_bug.cgi?id=470466
Security: http://secunia.com/Advisories/32773/
|
Mon, 20 Oct 2008
|
[ 16:11 mezz ]
Fix the two security issues, bump the PORTREVISION.
Obtained from: libxml2-2.6.31-1.3mdv2008.1.src.rpm
Security: CVE-2008-3281
CVE-2008-3529
|
Sat, 24 May 2008
|
[ 05:27 mezz ]
Update to 2.6.32. As for the py-libxml2, get it able to find Python correct
when PREFIX is set other than LOCALBASE and will allowing the modules to build.
|
Sat, 10 May 2008
|
[ 20:40 mezz ]
Reorder the MASTER_SITES by use mirrors first instead of master one. The
xmlsoft.org (master) server sucks and send corrupt tarballs to our users
too often. Add one more mirror.
Reported by: a few users
|
Tue, 22 Jan 2008
|
[ 20:59 marcus ]
Update to 2.6.31.
Security: This contains a security fix for a UTF-8 processing bug.
|
Sun, 21 Oct 2007
|
[ 02:30 mezz ]
Rename the name of knob from WITH_THREADS to WITH_THREADS_BREAK. If enable
threads option will break other ports then the name of knob shouldn't be
use this global name.
PR: ports/116968
Reported by: Cory R. King <coryking@mozimedia.com>
|
Fri, 7 Sep 2007
|
[ 15:51 mezz ]
Update to 2.6.30.
|
Sat, 30 Jun 2007
|
[ 05:57 marcus ]
Update to 2.6.29.
|
Mon, 15 Jan 2007
|
[ 18:27 pav ]
- Update to 2.6.27
|
Sun, 5 Nov 2006
|
[ 03:53 mezz ]
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
|
Number of commits found: 217 (showing only 100 on this page) |