| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: arrowd
|
|
|
|
|
|
|
|
| |
These patches are required for the new textproc/libxml2.
PR: 256617
Reviewed by: arrowd
Tested by: arrowd
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 243345
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by: Lorenzo Salvadore <salvadore@freebsd.org>
Notes:
svn path=/head/; revision=525884
|
|
|
|
|
|
|
|
|
| |
PR: 241853
Exp-run by: antoine
Approved by: kwm
Notes:
svn path=/head/; revision=517747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 239166 [1]
PR: 238049 [2]
Submitted by: egypcio [2]
Exp-run by: antoine [1]
Obtained from: https://gitlab.gnome.org/GNOME/libxslt/commit/e03553605b45c88f0b4b2980adfbbb8f6fca2fd6 [2]
Notes:
svn path=/head/; revision=506755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=465962
|
|
|
|
|
|
|
|
|
|
|
| |
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
Notes:
svn path=/head/; revision=463123
|
|
|
|
|
|
|
|
| |
r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that
have not been bumped since.
Notes:
svn path=/head/; revision=428130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://git.gnome.org/browse/libxslt/commit/NEWS?id=9a1b3ddf6034aa2f6a30b4b7ea4bfc3c4037cd58
Absent from the Changelog are the CVEs Google discovered, CVE-2016-1683
and CVE-2016-1684. This library needs to be updated to ensure
www/chromium is no longer vulnerable to these CVEs. Additionally the
changelog notes a fix for CVE-2015-7995, but we solved that previously
with a patch to the port.
PR: 210298
MFH: 2016Q2
Security: CVE-2016-1683
Security: CVE-2016-1684
Notes:
svn path=/head/; revision=417174
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
| |
Obtained from: libxslt upstream
MFH: 2015Q4
Security: ecc268f2-8fc2-11e5-918c-bcaec565249c
Notes:
svn path=/head/; revision=402101
|
|
|
|
|
|
|
|
| |
Submitted by: wblock@
Obtained from: libxslt upstream.
Notes:
svn path=/head/; revision=390868
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=386039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
Notes:
svn path=/head/; revision=376062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
| |
Notes:
svn path=/head/; revision=374191
|
|
|
|
| |
Notes:
svn path=/head/; revision=371884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
Notes:
svn path=/head/; revision=363436
|
|
|
|
|
|
|
| |
'__' instead.
Notes:
svn path=/head/; revision=363362
|
|
|
|
| |
Notes:
svn path=/head/; revision=363336
|
|
|
|
|
|
|
|
|
|
|
| |
Strip binaries
PR: ports/188978
Submitted by: tijl
Approved by: kwm (gnome)
Notes:
svn path=/head/; revision=352103
|
|
|
|
| |
Notes:
svn path=/head/; revision=351418
|
|
|
|
|
|
|
| |
- Convert to USES
Notes:
svn path=/head/; revision=342375
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
| |
PR: ports/178523 [1]
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Notes:
svn path=/head/; revision=318108
|
|
|
|
| |
Notes:
svn path=/head/; revision=317220
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE. [1]
- Convert to OPTIONSng. [2]
- Update the header. [2]
PR: ports/174643 [1]
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
kwm@ [2]
Notes:
svn path=/head/; revision=309586
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Approved by: kwm implicit
Notes:
svn path=/head/; revision=284556
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=276971
|
|
|
|
| |
Notes:
svn path=/head/; revision=275281
|
|
|
|
|
|
|
|
|
| |
Remove the MD5 checksum on the way.
Approved by: gnome (marcus) [1]
Notes:
svn path=/head/; revision=274467
|
|
|
|
|
|
|
|
| |
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes:
svn path=/head/; revision=258314
|
|
|
|
|
|
|
|
|
|
|
|
| |
exactly why we have portmaster -r or portupgrade -r for that.
PR: ports/147655
Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Discussed with: marcus
Feature safe: yes
Notes:
svn path=/head/; revision=258004
|
|
|
|
|
|
|
| |
Reported by: Claude Buisson <clbuisson@orange.fr>
Notes:
svn path=/head/; revision=255531
|
|
|
|
|
|
|
| |
PR: 147294
Notes:
svn path=/head/; revision=255467
|
|
|
|
|
|
|
| |
PR: 147257
Notes:
svn path=/head/; revision=255418
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=242134
|
|
|
|
|
|
|
|
|
| |
support.
Feature safe: yes
Notes:
svn path=/head/; revision=241669
|
|
|
|
|
|
|
| |
PR: ports/127478
Notes:
svn path=/head/; revision=225326
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/126869
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Obtained from: http://www.ocert.org/advisories/ocert-2008-009.html
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2935
Notes:
svn path=/head/; revision=219863
|
|
|
|
|
|
|
| |
when PREFIX is set other than LOCALBASE and will allowing the modules to build.
Notes:
svn path=/head/; revision=213580
|
|
|
|
|
|
|
|
|
| |
corruped.
Reported by: edwin
Notes:
svn path=/head/; revision=210662
|