notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/libwww/Makefile
SVNWeb

Number of commits found: 47

Wed, 26 Jul 2023
[ 00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  95274bf  (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Sat, 24 Jun 2023
[ 20:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:b079376d080b1469cc02c39059072b1dbba96836  commit hash:b079376d080b1469cc02c39059072b1dbba96836  commit hash:b079376d080b1469cc02c39059072b1dbba96836  b079376 
www/libwww: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 29 Aug 2021
[ 11:53 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:d60fcf79421575f3daed3ce2eb7495beaf19e02f  commit hash:d60fcf79421575f3daed3ce2eb7495beaf19e02f  commit hash:d60fcf79421575f3daed3ce2eb7495beaf19e02f  d60fcf7 
www/libwww: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 16 Oct 2018
[ 00:46 dbaio search for other commits by this committer ] Original commit   Revision:482200
www/libwww: Unbreak with openssl-devel

PR:		232303
Submitted by:	meta
Differential Revision:	https://reviews.freebsd.org/D17578
Thu, 5 Jul 2018
[ 11:32 dbaio search for other commits by this committer ] Original commit   Revision:473964 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
www/libwww: Update to 5.4.2, Fix security vulnerabilities

This a security release for libwww to take into account security advisories
CVE-2016-9063 and CVE-2017-9233.

In order to take into account current and future expat security advisories,
the expat source code was removed from the libwww tree. The makefiles were
modified so that libwww dynamically links against the system's expat library.

Patches removed were incorporated upstream.

Bump PORTREVISION of dependent ports due shlib change.

Changes:	libwww/5.4.2/ChangeLog">https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog

MFH:		2018Q3
Security:	e375ff3f-7fec-11e8-8088-28d244aee256
Mon, 8 May 2017
[ 17:21 dbaio search for other commits by this committer ] Original commit   Revision:440442 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Update my email address

Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
Fri, 14 Apr 2017
[ 14:42 mat search for other commits by this committer ] Original commit   Revision:438518
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.

Suggested by:	sunpoet
Sponsored by:	Absolight
Thu, 13 Apr 2017
[ 16:52 mat search for other commits by this committer ] Original commit   Revision:438453
Add a BROKEN_OPENSSL and IGNORE_OPENSSL, to mark ports that are
BROKEN/IGNORE for specific OpenSSL flavors.

Convert a few ports as an example.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10340
Fri, 6 Jan 2017
[ 18:26 olivierd search for other commits by this committer ] Original commit   Revision:430724
Update MASTER_SITES

PR:		215823
Submitted by:	Danilo G. Baio (maintainer)
Tue, 29 Nov 2016
[ 22:59 junovitch search for other commits by this committer ] Original commit   Revision:427403
www/libwww: address 3 security vulnerabilities; cleanup

- Add three patches from NetBSD pkgsrc for fix CVE's:
  CVE-2005-3183 (files/patch-Library_src_HTBound.c)
  CVE-2009-3560 (files/patch-modules_expat_xmlparse_xmlparse.c)
  CVE-2009-3720 (files/patch-modules_expat_xmltok_xmltok__impl.c)
- Add License
- Add USES=ssl
- Strip .so files (Q/A warnings)
- Regenerate old patches
- Pass MAINTAINER to submitter

PR:		214546
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	marius@nuenneri.ch (maintainer)
Security:	CVE-2009-3720
Security:	CVE-2009-3560
Security:	CVE-2005-3183
Security:	https://vuxml.FreeBSD.org/freebsd/18449f92-ab39-11e6-8011-005056925db4.html
MFH:		2016Q4
[ 18:46 mat search for other commits by this committer ] Original commit   Revision:427389 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Fri, 19 Sep 2014
[ 16:38 tijl search for other commits by this committer ] Original commit   Revision:368576
Remove old libtool patch
Mon, 18 Aug 2014
[ 17:33 amdmi3 search for other commits by this committer ] Original commit   Revision:365331
- Switch www/libwww to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Tue, 29 Jul 2014
[ 15:49 adamw search for other commits by this committer ] Original commit   Revision:363346 (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
Rename www/ patch-xy patches to reflect the files they modify.
Sat, 15 Mar 2014
[ 08:12 miwi search for other commits by this committer ] Original commit   Revision:348295 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Tue, 28 Jan 2014
[ 15:27 miwi search for other commits by this committer ] Original commit   Revision:341595
- Stage support
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Mon, 2 Sep 2013
[ 18:23 az search for other commits by this committer ] Original commit   Revision:326053 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Thu, 12 Feb 2009
[ 18:59 wxs search for other commits by this committer ] Original commit 
- Pass maintainership to marius@nuenneri.ch

Submitted by:   marius@nuenneri.ch (ports@ mailing list)
Sat, 10 Mar 2007
[ 21:01 pav search for other commits by this committer ] Original commit 
- Patch the braindead configure script and make the OpenSSL part really work

Fixes:          ports/109728
Reported by:    bf <bf2006a@yahoo.com>
Wed, 31 Jan 2007
[ 20:38 miwi search for other commits by this committer ] Original commit 
- Add ssl support
Tue, 30 Jan 2007
[ 10:25 pav search for other commits by this committer ] Original commit  (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:       portmgr
Sun, 28 Jan 2007
[ 09:07 kris search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included one to avoid objformat a.out botch
Tue, 15 Aug 2006
[ 01:11 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
  by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Mon, 10 Jul 2006
[ 12:59 vd search for other commits by this committer ] Original commit 
Add wwwssl to the list of libraries to link with

PR:             ports/99863
Submitted by:   Julian Elischer <julian@pan.ironport.com>
Sat, 13 May 2006
[ 04:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with W
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Fri, 3 Jun 2005
[ 20:18 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Wed, 4 Feb 2004
[ 16:34 rik search for other commits by this committer ] Original commit 
Fix DISTNAME.
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Mon, 31 Mar 2003
[ 09:16 edwin search for other commits by this committer ] Original commit 
Port installs shared libraries.
Thu, 20 Feb 2003
[ 19:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 12 Dec 2002
[ 01:32 marcus search for other commits by this committer ] Original commit 
Add USE_PERL5_BUILD.

Reported by:    bento
Mon, 1 Jul 2002
[ 14:09 ijliao search for other commits by this committer ] Original commit 
upgrade to 5.4.0

PR:             40063
Submitted by:   Seamus Venasse <svenasse@polaris.ca>
Sat, 22 Sep 2001
[ 21:15 sf search for other commits by this committer ] Original commit 
update to 5.3.2.    
Mon, 17 Sep 2001
[ 18:40 dwcjr search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Remove jseger and torstenb from maintainership of their ports, they   have been
inactive for too long    
Mon, 5 Feb 2001
[ 15:33 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
Some spaces -> tabs for ports/www.    
Sat, 12 Aug 2000
[ 03:56 jseger search for other commits by this committer ] Original commit 
Upgrade to libwww-5.3.1    
Fri, 9 Jun 2000
[ 17:35 ade search for other commits by this committer ] Original commit 
Add zlib support.    

Number of commits found: 47