1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Ryan Steinmetz
f7dd71b1f4 - Update to 1.6.7
Submitted by:	bjk@ (maintainer)
Security:	c0c31b27-bff3-11e3-9d09-000c2980a9f3
2014-04-09 14:38:27 +00:00
Hiroki Sato
d83551b371 - Update to 1.6.6.
- Fix build on 10 or later.
- Add STAGEDIR support.
- Use USES=kmod.
- Use *_USES, CONFIGURE_OFF instead of PORT_OPTIONS:MFUSE.
- Use ${CFLAGS} for XCFLAGS.
- Style cleanups.

Approved by:	bjk (maintainer)
2014-02-18 03:50:18 +00:00
Hiroki Sato
db6429a261 Update to 1.6.5.
Submitted by:	bjk (maintainer)
PR:		ports/183946
2013-12-02 05:01:19 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Benjamin Kaduk
e3d11f460c Update to 1.6.5
This is a security release by upstream, and requires configuration changes
in addition to the software update.  See UPDATING.

Reviewed by:	ports-security (zi, remko)
Approved by:	hrs (mentor, ports committer)
2013-07-25 18:29:27 +00:00
Benjamin Kaduk
0c12ee8016 Update to 1.6.4
Build fixes for 10-CURRENT will come in a separate commit.

Approved by:	hrs (mentor, ports committer)
2013-07-04 18:40:01 +00:00
Chris Rees
e50410a688 Restore a couple of patches to fix plist, and add missed manpage
Submitted by:	QAT (glad you're back!)
2013-06-03 19:26:50 +00:00
Chris Rees
c27d53f4c2 Update to 1.6.2
* Fix buffer overflows in fileserver and ptserver.
* Fix rare file corruption during background sync (Gerrit 8796).
* Fix corrupting clients' metadata cache during certain errors (Gerrit 6957).
* Fix cache corruption when reading from a file another client is simultaneously writing to (Gerrit 7994).
* Fix fileservers to properly report >2 TiB partitions.

and some other less serious changes.

PR:		ports/179259
Submitted by:	Adam Nowacki <nowak@tepeserwery.pl>
Submitted by:	bjk (maintainer)
Security:	CVE-2013-1794
2013-06-03 18:29:50 +00:00
Baptiste Daroussin
da12e6723d Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
2013-03-06 16:52:02 +00:00
Hiroki Sato
3f90316a2e - Fix build on 10.0-CURRENT.
- Update MAINTAINER line.
- Drop kaserver (kerberos4) support.

Submitted by:	bjk
2013-01-04 21:06:25 +00:00
Florian Smeets
d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00
Hiroki Sato
44596eeda2 - Update to 1.6.1.
- Mark MAKE_JOBS_SAFE=yes.
- Use OPTIONSng.

Submitted by:	bjk (maintainer)
2012-07-06 02:45:26 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Michael Scheidell
0bb429f334 -Add patch to compile on 9.x [1]
-Fixed patch, with addition by maintainer [2]

PR:		163133
Submitted by:	William Ewing <will@skaion.com> [1]
Reviewed by:	Benjamin Kaduk <kaduk@MIT.EDU> (maintainer) [2]
Approved by:	Benjamin Kaduk <kaduk@MIT.EDU> (maintainer), gabor (mentor)
Feature safe:	yes
2011-12-09 13:10:24 +00:00
Martin Wilke
e9f079c5d4 - Unbreak build on 9.0
PR:		162901
Submitted by:	maintainer
Feature safe:	yes
2011-11-27 08:42:19 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Ryan Steinmetz
7e4996eff4 - Resolve build failures in 9.0-STABLE and 10-CURRENT
PR:		ports/161405, ports/161366
Submitted by:	Ben Kaduk <kaduk@mit.edu> (maintainer)
2011-10-15 00:37:24 +00:00
Pawel Pekala
4d20cd34c0 Upgrade to the final OpenAFS 1.6.0 release
PR:		ports/160808
Submitted by:	Ben Kaduk <kaduk@mit.edu> (maintainer)
Approved by:	miwi, wen (mentors implicit)
2011-09-19 19:58:16 +00:00
Chris Rees
09dac3519d Apparently 1.6.0.p7.d20110814 < 1.6.0.p7, so cut the 'd' to keep numerical order
PR:		ports/159829
drosomail:	crees
2011-08-20 15:43:54 +00:00
Chris Rees
5e08629af4 Update database version, and ensure they're versioned in future.
PR:		ports/159829
Submitted by:	Ben Kaduk <kaduk@mit.edu> (maintainer)
2011-08-19 17:46:28 +00:00
Ryan Steinmetz
fcfdfeddd7 Update to 1.6.0pre7
Redirect config output to /dev/null
Add LICENSE

PR:		ports/158961
Submitted by:	Ben Kaduk <kaduk@mit.edu> [maintainer]
Approved by:	wxs (mentor)
2011-07-19 21:49:20 +00:00
Sunpoet Po-Chuan Hsieh
ceefe009f7 - Mark CONFLICTS between net/openafs and net/coda6_server: both install sbin/backup
- Bump PORTREVISION for PLIST change

PR:		ports/158584
Submitted by:	Ben Kaduk <kaduk@mit.edu> (maintainer of net/openafs)
2011-07-04 02:48:03 +00:00
Hiroki Sato
dc9c15e0ad - Add directories for mount points and caching.
- Fix linker.hints leftover.
- Fix build in the case that $KERNCONF has multiple configuration files.

Submitted by:	Benjamin Kaduk (maintainer)
2011-06-27 03:33:55 +00:00
Hiroki Sato
95579009cd Update to 1.6.0pre6.
Submitted by:	Benjamin Kaduk (maintainer)
2011-06-20 07:09:36 +00:00
Wesley Shields
c979e32c0a AFS is a distributed filesystem product, pioneered at Carnegie Mellon
University and supported and developed as a product by Transarc Corporation
(now IBM Pittsburgh Labs). It offers a client-server architecture for
federated file sharing and replicated read-only content distribution,
providing location independence, scalability, security, and transparent
migration capabilities. AFS is available for a broad range of heterogeneous
systems including UNIX, Linux, MacOS X, and Microsoft Windows.

IBM branched the source of the AFS product, and made a copy of the source
available for community development and maintenance. They called the
release OpenAFS.

WWW: http://www.openafs.org/

PR:		ports/152467
Submitted by:	Ben Kaduk <kaduk@mit.edu>
2011-05-25 00:09:37 +00:00