aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxslt
Commit message (Collapse)AuthorAgeFilesLines
* - Add CPE infoDmitry Marakasov2015-05-111-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386039
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-082-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Unbreak py-libxsltAntoine Brodin2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374191
* Simplify plistBaptiste Daroussin2014-10-311-4/+1
| | | | Notes: svn path=/head/; revision=371884
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-292-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename textproc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363336
* Switch to USES=libtoolBaptiste Daroussin2014-04-251-14/+7
| | | | | | | | | | | Strip binaries PR: ports/188978 Submitted by: tijl Approved by: kwm (gnome) Notes: svn path=/head/; revision=352103
* Bump portrevision for libxml2 shlib change.Niclas Zeising2014-04-161-1/+1
| | | | Notes: svn path=/head/; revision=351418
* - Stage supportMartin Wilke2014-02-032-4/+4
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342375
* 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
* Put faster site first [1], while here add http mirror.Koop Mast2013-05-131-2/+3
| | | | | | | | PR: ports/178523 [1] Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=318108
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317220
* - Update to 1.1.28. [1]Jeremy Messenger2012-12-287-68/+32
| | | | | | | | | | | | | - 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
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | | | | Approved by: kwm implicit Notes: svn path=/head/; revision=284556
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Remove quote from CPPFLAGS.Jeremy Messenger2011-06-091-1/+1
| | | | Notes: svn path=/head/; revision=275281
* CPPFLAGS is now automatically passed via CONFIGURE_ENV; just set that. [1]Gerald Pfeifer2011-05-222-3/+2
| | | | | | | | | Remove the MD5 checksum on the way. Approved by: gnome (marcus) [1] Notes: svn path=/head/; revision=274467
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* Remove USE_GETTEXT. There is no perfect solution in the ports tree. It'sJeremy Messenger2010-07-201-1/+0
| | | | | | | | | | | | 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
* Gettext is only required in the crypto path.Joe Marcus Clarke2010-06-021-2/+2
| | | | | | | Reported by: Claude Buisson <clbuisson@orange.fr> Notes: svn path=/head/; revision=255531
* Bump the PORTREVISION for libxslt.Joe Marcus Clarke2010-06-011-1/+1
| | | | | | | PR: 147294 Notes: svn path=/head/; revision=255467
* Bump PORTREVISION and add USE_GETTEXT where missing.Joe Marcus Clarke2010-05-311-0/+1
| | | | | | | PR: 147257 Notes: svn path=/head/; revision=255418
* Update to 1.1.26.Joe Marcus Clarke2009-09-262-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242134
* Update to 1.1.25, and use OPTIONS instead of pre-everything for cryptoJoe Marcus Clarke2009-09-186-200/+23
| | | | | | | | | support. Feature safe: yes Notes: svn path=/head/; revision=241669
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-2/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Security fix libxslt heap overflow, bump the PORTREVISION.Jeremy Messenger2008-09-042-1/+153
| | | | | | | | | | 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
* Update to 1.1.24. As for the py-libxslt, get it able to find Python correctJeremy Messenger2008-05-245-30/+25
| | | | | | | when PREFIX is set other than LOCALBASE and will allowing the modules to build. Notes: svn path=/head/; revision=213580
* Remove xmlsoft.org and use GNOME mirrors. The xmlsoft.org's tarballs areJeremy Messenger2008-04-061-1/+1
| | | | | | | | | corruped. Reported by: edwin Notes: svn path=/head/; revision=210662
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-2/+2
| | | | Notes: svn path=/head/; revision=208144
* Update to 1.1.22.Jeremy Messenger2007-09-073-7/+7
| | | | Notes: svn path=/head/; revision=199038
* Update to 1.1.21.Joe Marcus Clarke2007-06-302-4/+4
| | | | Notes: svn path=/head/; revision=194505
* Update to 1.1.20.Jeremy Messenger2007-01-254-23/+4
| | | | Notes: svn path=/head/; revision=183279
* - Update to 1.1.19Pav Lucistnik2007-01-155-27/+26
| | | | Notes: svn path=/head/; revision=182444
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176403
* Update to 1.1.17.Joe Marcus Clarke2006-06-073-14/+5
| | | | Notes: svn path=/head/; revision=164748
* - Add header in these *-reference ports.Jeremy Messenger2006-05-311-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* Move the libxslt programming reference to the libxslt-reference port.Jean-Yves Lefort2006-05-112-90/+9
| | | | Notes: svn path=/head/; revision=162108
* * Fix build on 4.X [1]Joe Marcus Clarke2006-05-043-0/+13
| | | | | | | | | | | * Handle creating and removal of the libxslt-plugins directory [2] PR: 96707 [1] Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> [1] Reported by: pointyhat via kris [2] Notes: svn path=/head/; revision=161309
* Update to 1.1.16.Joe Marcus Clarke2006-05-025-34/+33
| | | | Notes: svn path=/head/; revision=161219
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 1.1.15.Joe Marcus Clarke2005-09-042-3/+3
| | | | Notes: svn path=/head/; revision=141958
* Update to 1.1.14.Joe Marcus Clarke2005-04-022-3/+3
| | | | Notes: svn path=/head/; revision=132289