Commit graph

102 commits

Author SHA1 Message Date
Dmitry Marakasov
1aa242f083 - Openssl and nettle support are not mutually exclusive, add independent options for each
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to new test framework

PR:		231150
Approved by:	maintainer timeout (glewis, 2 weeks)
2018-09-19 17:31:04 +00:00
Greg Lewis
9fcaa71e46 . Fix the build with libressl-devel
PR:		226853
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-03-27 07:07:16 +00:00
Greg Lewis
24fc1b741b . Update to 3.3.2
. Use https rather than http where possible.
. Update WWW entry.

Reported by:	tj <tj@mrsk.me>
2017-10-29 23:47:56 +00:00
Martin Matuska
cee04c2058 Revert accidentially commited change in r440070 2017-05-03 23:34:33 +00:00
Martin Matuska
c3fd741fdb Horde package update:
comms/pear-Horde_ActiveSync 2.38.2 -> 2.38.4
devel/pear-Horde_Alarm 2.2.8 -> 2.2.9
devel/pear-Horde_Argv 2.0.12 -> 2.1.0
devel/pear-Horde_Cli 2.1.0 -> 2.2.0
archivers/pear-Horde_Compress 2.1.6 -> 2.2.0
security/pear-Horde_Crypt 2.7.6 -> 2.7.8
graphics/pear-Horde_Image 2.4.0 -> 2.4.1
www/horde-base 5.2.14 -> 5.2.15
mail/horde-imp 6.2.18 -> 6.2.19
mail/horde-ingo 3.2.14 -> 3.2.15
deskutils/horde-kronolith 4.2.20 -> 4.2.21
mail/horde-webmail 5.2.19 -> 5.2.20
deskutils/horde-groupware 5.2.19 -> 5.2.20
2017-05-03 23:29:17 +00:00
Greg Lewis
715893f666 . This reportedly now supports openssl-devel, so remove the check that
disables under those circumstances.
2017-03-21 03:41:35 +00:00
Greg Lewis
a2fe10509c . Fix naming. 2017-03-19 07:30:34 +00:00
Greg Lewis
dc1feb606d . Update to 3.3.1.
. Make it work with LibreSSL [1]

Submitted by:	naddy@ [1]
2017-03-19 02:54:58 +00:00
Mathieu Arnold
5370921a8e Remove last two occurrences of USE_OPENSSL.
Reported by:	antoine
Sponsored by:	Absolight
2017-03-15 15:43:13 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Mathieu Arnold
703ff6d361 Mark some ports as not openssl-devel ready.
Sponsored by:	Absolight
2016-11-29 18:46:21 +00:00
Greg Lewis
025b161437 . Update to 3.2.2.
. Set LICENSE.
2016-10-25 04:08:08 +00:00
Mark Felder
df1487f8d3 archivers/libarchive: Update to 3.2.1
This release resolves several vulnerabilities.

PR:		210493
MFH:		2016Q2
Security:	CVE-2015-8934
Security:	CVE-2016-4300
Security:	CVE-2016-4301
Security:	CVE-2016-4302
2016-06-23 21:11:10 +00:00
Martin Matuska
1ca7a8cb8d Horde package update:
comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0
www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10
2016-05-13 08:55:36 +00:00
Bernard Spil
27d5e0b3bc archivers/libarchive: Update to 2.3.0
- Update to version 2.3.0
  - Including RCE vulnerability fix
  - Version includes previously added patches

Security:	CVE-2016-1541
Approved by:	feld (mentor, ports-secteam)
MFH:		2016Q2
2016-05-09 15:48:43 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Johan van Selst
c590f0bad9 Bump versions to chase Nettle shared library update 2016-01-23 21:14:18 +00:00
Jason Unovitch
46aae99570 archivers/libarchive: apply patches for multiple security vulnerablities
- Add patch for denial of service via unspecified vectors [1]
- Add patch for directory traveral via absolute paths [2]
- Add patch for crash/infinite loop on malformed CPIO archives (base r282932) [3]

PR:		200176 [3]
Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer timeout (glewis, 8 months)
Obtained from:	https://github.com/libarchive/libarchive
		Commits 2253154 [1], 5935715 [2], 3865cf2, e6c9668, 24f5de6 [3]
Security:	CVE-2013-0211 [1]
Security:	CVE-2015-2304 [2]
Security:	https://vuxml.FreeBSD.org/freebsd/7c63775e-be31-11e5-b5fe-002590263bf5.html
MFH:		2016Q1
2016-01-18 23:51:27 +00:00
Antoine Brodin
b44c78cc19 Add explicit USES=iconv, libarchive was linking against libiconv/libcharset
when they were found and dependency was not registered
2015-08-14 21:20:10 +00:00
Tijl Coosemans
16cc6c9051 Libarchive can use either libxml2 or libexpat for xar support, but the
LIBXML2 option currently makes libarchive link to both libxml2 and
libbsdxml (base system private copy of libexpat).  Replace this with a
simple depdendency on libexpat.

Also remove PATCH_STRIP because there are no patches, replace MAKE with
MAKE_CMD and add INSTALL_TARGET=install-strip.

PR:		201948
Approved by:	glewis (maintainer)
2015-07-29 13:39:12 +00:00
Dmitry Marakasov
9e9d55055d - Add CPE info
Approved by:	portmgr blanket
2015-05-16 09:43:58 +00:00
Baptiste Daroussin
c9bf4ab3ee Fix some LIB_DEPENDS
With hat:	portmgr
2014-07-16 07:53:29 +00:00
Adam Weinberger
41fcfb64f9 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
2014-07-03 19:06:07 +00:00
Tijl Coosemans
d60178bc47 - Add USES=libtool to archivers/libarchive.
- Bump PORTREVISION on dependent ports.
2014-06-22 20:11:54 +00:00
Niclas Zeising
39fc32e828 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
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Baptiste Daroussin
a50d9328b5 archivers/xz is in base for all versions and has been removed from the ports tree 2014-01-13 07:23:43 +00:00
Baptiste Daroussin
ceb336f010 Support stage 2014-01-03 18:35:01 +00:00
Baptiste Daroussin
b3a96ed6ee In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
2013-12-11 10:04:56 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Greg Lewis
90b681319e . Update to 3.1.2
PR:		177290
Submitted by:	mm@
2013-03-23 17:09:43 +00:00
Greg Lewis
71bdc9bb7c . Apply ACL endless loop patch from upstream (already ported to FreeBSD-CURRENT)
. Switch to new options framework

PR:		170252
Submitted by:	mm@
2012-07-31 18:46:09 +00:00
Greg Lewis
062604cb9f . Update to 3.0.4.
Feature safe:	yes
2012-04-08 16:50:02 +00:00
Greg Lewis
b16670362f . Update to 3.0.3.
PR:		165291
Submitted by:	mm@
2012-02-25 22:41:56 +00:00
Greg Lewis
85fa7ea1e6 . Update to 2.8.5.
Feature safe:	yes
2011-11-20 04:56:53 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
85ea2127c9 - Fix build on FreeBSD 10 2011-10-29 17:40:45 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Christian Weisgerber
00c08479a2 * Fix location of pkgconfig directory.
* Don't try to remove the pkgconfig directory.
* Add a missing newline to distinfo.

Approved by:	glewis
2011-08-19 16:36:24 +00:00
Greg Lewis
61a122c2f0 . Update to 2.8.4
PR:		158924
Submitted by:	mm@
2011-08-18 03:35:19 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Christian Weisgerber
dab3be2b8b Increment PORTREVISION after liblzma major version change in archivers/xz. 2010-11-09 18:58:25 +00:00
Christian Weisgerber
26e0343990 The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.
2010-05-21 16:23:46 +00:00
Greg Lewis
b15311b1c1 . Add lib/pkgconfig to PLIST_DIRS.
Reported by:	QAT
2010-03-22 02:43:11 +00:00
Greg Lewis
43f255f737 . Update to 2.8.3. 2010-03-21 21:29:18 +00:00
Greg Lewis
869140396c . Update to 2.7.1. 2009-11-27 04:31:42 +00:00
Greg Lewis
caf1246b93 . Fix the packing list.
Pointed out by:	QAT
2009-05-24 19:52:34 +00:00
Greg Lewis
b648976847 . Update to 2.7.0.
. Remove BSDCPIO as an option since it now builds by default and is a
  complete replacement for cpio.
2009-05-24 16:55:25 +00:00
Greg Lewis
7d88f9be14 . Update to 2.6.0. 2009-01-21 05:42:15 +00:00
Greg Lewis
73a0f2a3eb . Update to 2.5.5. 2008-10-06 01:32:41 +00:00
Greg Lewis
09d16f7384 . Add a regression-test target.
Submitted by:	pfgshield-freebsd@yahoo.com
2008-06-17 05:12:47 +00:00