non port: www/axis2/Makefile |
Number of commits found: 46 |
Sunday, 4 Aug 2024
|
12:23 Rene Ladan (rene)
www/axis2: use Tomcat 9 by default as Tomcat 8.5 expired
e244e26 |
Tuesday, 18 Jul 2023
|
17:45 Vladimir Druzenko (vvd)
Mk/bsd.options.desc.mk: sort out TOMCAT options
1. Removed EOLed tomcat 6, 7 and 8.
2. Replaced tomcat10 with tomcat101.
3. Changed TOMCAT*_DESC to more correct.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D41054
MFH: 2023Q3
b98c2f8 |
Saturday, 24 Sep 2022
|
13:05 Danilo G. Baio (dbaio)
*: Release a few ports to the pool
907f709 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 19 Aug 2021
|
19:09 Danilo G. Baio (dbaio)
www/axis2: Update to 1.8.0
Add new TOMCAT options and set version 8.5 as default because 7.0 is
deprecated.
From Apache Axis2 1.8.0 Release Note: Because of the HTTPClient 4.x changes
and also JAX-WS changes in the 1.7.x series, users are strongly encouraged to
update their axis2.xml.
Changelog: https://axis.apache.org/axis2/java/core/release-notes/1.8.0.html
c618c92 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 26 Nov 2019
|
21:46 jkim
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
|
Sunday, 11 Aug 2019
|
21:40 rene
www/axis2: drop tomcat6 as a suported option, bump PORTREVISION
|
Friday, 23 Nov 2018
|
23:29 dbaio
www/axis2: Update to 1.7.9
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.9.html
|
Tuesday, 29 May 2018
|
23:07 dbaio
www/axis2: Update to 1.7.8
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.8.html
|
Sunday, 24 Dec 2017
|
14:02 dbaio
www/axis2: Update to 1.7.7
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.7.html
|
Friday, 11 Aug 2017
|
00:39 dbaio
www/axis2: Update to 1.7.6, Fixes security vulnerability
- Add TOMCAT85 as new option
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.6.html
MFH: 2017Q3
Security: c1265e85-7c95-11e7-93af-005056925db4
|
Friday, 19 May 2017
|
01:03 dbaio
www/axis2: Update to 1.7.5
Maintenance release that includes fixes for several issues, including a local
file inclusion vulnerability (AXIS2-5846).
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.5.html
Approved by: garga (mentor)
MFH: 2017Q2
Differential Revision: https://reviews.freebsd.org/D10784
|
Monday, 8 May 2017
|
17:21 dbaio
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648
|
Monday, 31 Oct 2016
|
07:10 jhale
Update to 1.7.4
PR: 213792
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
MFH: 2016Q4
Security: ac18046c-9b08-11e6-8011-005056925db4
|
Thursday, 20 Oct 2016
|
18:58 feld
www/axis2: Update to 1.7.3
- Resolve CVE-2010-3981 [1]
- Switch to options helper
- Add LICENSE_FILE
- Install missing files through axis2.war. Reported upstream [2]
- Set architecture neutral
- Take maintainer'ship
- Fix permissions
[1] http://axis.apache.org/axis2/java/core/release-notes/1.7.3.html
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3981
[2] https://issues.apache.org/jira/browse/AXIS2-5816
PR: 213536
MFH: 2016Q4
Security: CVE-2010-3981
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 26 Feb 2016
|
14:46 mi
Update from 1.7.0 to 1.7.1. The upstream maintainers urge all users
to upgrade:
http://axis.apache.org/axis2/java/core/release-notes/1.7.1.html
Notified by: portscout
|
Friday, 5 Feb 2016
|
21:45 pi
www/axis2: 1.6.4 -> 1.7.0
Changes:
https://axis.apache.org/axis2/java/core/release-notes/1.7.0.html
PR: 206858
Submitted by: w.schwarzenfeld@aon.at
|
Thursday, 21 Jan 2016
|
20:27 pi
www/axis2: 1.6.2 -> 1.6.4
Changes:
http://axis.apache.org/axis2/java/core/release-notes/1.6.3.html
http://axis.apache.org/axis2/java/core/release-notes/1.6.4.html
fixes approx. 55 issues
PR: 206024
Submitted by: w.schwarzenfeld@aon.at
|
Wednesday, 17 Jun 2015
|
20:04 amdmi3
- Fix build on pre-10.x after previous commit
|
Monday, 8 Jun 2015
|
01:24 amdmi3
- Simplify installation
- Switch to @sample
- Drop @dirrm* from plist
|
Monday, 11 May 2015
|
18:34 mat
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 28 Mar 2015
|
12:18 sunpoet
- Add CPE information
PR: 198959
Submitted by: shun <shun.fbsd.pr@dropcut.net>
|
Sunday, 25 May 2014
|
05:15 miwi
- Stage support
PR: 189933
|
Monday, 10 Mar 2014
|
18:01 bapt
Convert www to USES=zip
|
Friday, 21 Feb 2014
|
13:39 ehaupt
Remove trailing whitespaces from category www
|
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Thursday, 9 Jan 2014
|
21:41 nemysis
- Send www/axis2 back to the pool, since I no longer use it
|
Monday, 30 Dec 2013
|
20:55 ohauer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Wednesday, 18 Dec 2013
|
10:20 nemysis
- Change maintainer email of my ports to @FreeBSD.org
Approved by: pawel / wg (mentors, implicit)
|
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Tuesday, 20 Nov 2012
|
19:07 jgh
- drop tomcat55 as an option, and pass maintainership to submitter
- drop hard-coded install in favor of ${INSTALL}
PR: 173035
Submitted by: nemysis@gmx.ch
Feature safe: yes
|
Wednesday, 3 Oct 2012
|
01:15 jgh
- reset maintainer to heap
|
Tuesday, 21 Aug 2012
|
05:21 jgh
- fix examples installation, bump portrevision
PR: 170807
Submitted by: Artis.Caune@gmail.com
|
Monday, 25 Jun 2012
|
23:09 jgh
- adopt optionsNG
|
Monday, 30 Apr 2012
|
16:40 jgh
- Update to 1.6.2
- shorten MASTER_SITES
- move default to tomcat6
Changes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10611&version=12317875
Sponsored by: Experts-Exchange, LLC.
|
Tuesday, 24 Apr 2012
|
20:00 jgh
- fix package installations, %D% => %D
- bump PORTREVISION
Sponsored by: Experts-Exchange, LLC.
|
Monday, 9 Jan 2012
|
15:41 tabthorpe
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|
Tuesday, 20 Dec 2011
|
17:10 jgh
move contributor address => jgh
Approved by: crees (mentor)
|
Saturday, 3 Dec 2011
|
08:29 eadler
- Package installation fixed for exec's
- Account for local web.xml file
- portrevision Bump (pkg-plist change)
PR: ports/163032
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes
|
Thursday, 1 Dec 2011
|
20:04 eadler
- Move to binary distribution to support building applications.
- Bump portrevision.
PR: ports/162999
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes
|
Wednesday, 28 Sep 2011
|
17:21 crees
Remove reference to UNZIP_CMD in install target -- missed in previous commit.
Submitted by: Jason Helfman (maintainer)
|
Tuesday, 27 Sep 2011
|
18:38 crees
Fix build and fail if no app servers are selected.
Submitted by: Jason Helfman (maintainer), eadler
|
Tuesday, 20 Sep 2011
|
01:24 eadler
Apache Axis2 is a Web Services / SOAP / WSDL engine, the successor to the
widely used Apache Axis SOAP stack. There are two implementations of the Apache
Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C
WWW: http://axis.apache.org/axis2/java/core/
PR: ports/159269
Reviewed by: glewis
Submitted by: Jason Helfman <jhelfman@e-e.com>
Approved by: bapt (mentor)
|
Number of commits found: 46 |