FreshPorts -- The Place For Ports notbug Thu, 9 Feb 2012 11:28 PM GMT
Port details
cups-base 1.5.0 print on this many watch lists=374 search for ports that depend on this port An older version of this port was marked as vulnerable.
Common UNIX Printing System: Server
Maintained by: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Dec 2001 22:10:42
License: GPLv2


CUPS provides a portable printing layer for UNIX-based operating
systems. It has been developed by Easy Software Products to promote a
standard printing solution for all UNIX vendors and users. 

CUPS uses the Internet Printing Protocol ("IPP") as the basis for
managing print jobs and queues. The Line Printer Daemon ("LPD") Server
Message Block ("SMB"), and AppSocket (a.k.a. JetDirect) protocols are
also supported with reduced functionality. CUPS adds network printer
browsing and PostScript Printer Description ("PPD") based printing
options to support real-world printing under UNIX.

CUPS provides the System V and Berkeley command-line interfaces.

CUPS also supports a customized version of GNU Ghostscript (currently based
off GNU Ghostscript 5.50) and an image file RIP that are used to support
non-PostScript printers. Sample drivers for HP and EPSON printers are included
that use these filters. This software is available in the cups-pstoraster
port.

LICENSE: GPL2 or later with exception to link with OpenSSL

WWW: http://www.cups.org/
[original text by greid@ukug.uk.freebsd.org]
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
print/cups-client
print/cups-image

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: print/cups-client, print/cups-image, devel/gmake, print/ghostscript9
Required To Run: print/ghostscript9
Required Libraries: print/cups-client, print/cups-image

Required by:
for Run

To install the port: cd /usr/ports/print/cups-base/ && make install clean
To add the package: pkg_add -r cups-base


Configuration Options
===> The following configuration options are available for cups-base-1.5.0:
     GNUTLS=off (default) "Build with GNUTLS instead of OpenSSL"
     PHP=off (default) "Build PHP support"
     PYTHON=off (default) "Build PYTHON support"
     LIBPAPER=off (default) "Build with libpaper support"
     DNSSD=off (default) "Build with DNS_SD (avahi) support"
     PAM=off (default) "Build with PAM support"
     LDAP=off (default) "Build with LDAP support"
     DBUS=off (default) "Build with DBUS support"
     LIBUSB=off (default) "Build with USB support"
     GHOSTSCRIPT=on (default) "Build pdftops with GHOSTSCRIPT"
     XPDF=off (default) "Build pdftops with XPDF"
     XDG_OPEN=off (default) "Build with XDG_OPEN as browser"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.easysw.com/pub/cups/1.5.0/
ftp://ftp.easysw.com/pub/cups/1.5.0/
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/1.5.0/
http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/1.5.0/
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/1.5.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-08-28
    Affects: users of print/cups-{base,client,image}
    Author: sahil@FreeBSD.org
    Reason: 
      During the update to 1.4.8, the GNUTLS option was changed from ON to
      OFF by default. Because old configuration options are saved, users
      should re-run 'make config' and explicitly deselect the GNUTLS option
      before upgrading.
    
    

  • 2009-05-16
    Affects: users of print/cups-base and portupgrade
    Author: dinoex@FreeBSD.org
    Reason: 
      The print/cups port has been split into multiple ports.  If upgrading
      from 1.3.10_1 and below, you must remove the installed version first.
    
    

Number of commits found: 198 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 14:49:25
Original commit files touched by this commit  1.5.0
dinoex search for other commits by this committer
- escape shell names
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.5.0
dougb search for other commits by this committer
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.
19 Oct 2011 17:31:07
Original commit files touched by this commit  1.5.0
dinoex search for other commits by this committer
- add some hooks
05 Oct 2011 17:42:06
Original commit files touched by this commit  1.5.0
dinoex search for other commits by this committer
- force build with same cups client installed
05 Oct 2011 06:01:38
Original commit files touched by this commit  1.5.0
dinoex search for other commits by this committer
- update to 1.5.0
- unbreak option WITH_GNUTLS
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.4.8
amdmi3 search for other commits by this committer
- 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
29 Aug 2011 05:33:56
Original commit files touched by this commit  1.4.8
dinoex search for other commits by this committer
- better wording of BROKEN
Submitted by:   crees
25 Aug 2011 15:01:32
Original commit files touched by this commit  1.4.8
dinoex search for other commits by this committer
- fix plist
Submitted by:   ale
25 Aug 2011 14:54:39
Original commit files touched by this commit  1.4.8
dinoex search for other commits by this committer
- add BROKEN fro option GNUTLS
25 Aug 2011 14:53:03
Original commit files touched by this commit  1.4.8
dinoex search for other commits by this committer
- better wording of GNUTLS option
Submitted by:   mandree
25 Aug 2011 05:19:58
Original commit files touched by this commit  1.4.8
dinoex search for other commits by this committer
- update to 1.4.8
- option GNUTLS default off
Security: http://www.cups.org/str.php?L3914
05 Jun 2011 18:43:16
Original commit files touched by this commit  1.4.6_5
novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
12 May 2011 11:25:03
Original commit files touched by this commit  1.4.6_4
dinoex search for other commits by this committer
- bump PORTREVISION
Reported by:    Sunpoet Po-Chuan Hsieh
11 May 2011 18:15:21
Original commit files touched by this commit  1.4.6_2
dinoex search for other commits by this committer
PR:             156866
Submitted by:   Alex Deiter
17 Mar 2011 20:05:36
Original commit files touched by this commit  1.4.6_3
pav search for other commits by this committer
- Bump PORTREVISION to advertise recent plist fix

Reported by:    pointyhat
16 Mar 2011 04:53:42
Original commit files touched by this commit  1.4.6_2
dinoex search for other commits by this committer
- fix option WITH_PAM
Reported by:    ale
07 Mar 2011 20:49:32
Original commit files touched by this commit  1.4.6_2
dinoex search for other commits by this committer
- fix build with lang/gcc45
PR:             155334
Submitted by:   Ron MacNeil
07 Mar 2011 20:43:15
Original commit files touched by this commit  1.4.6_2
dinoex search for other commits by this committer
- preserve modified etc/pam.d/cups
PR:             155218
Sumbitted by:   mm
20 Feb 2011 21:49:23
Original commit files touched by this commit  1.4.6_2
dinoex search for other commits by this committer
- add lpr-cups
Suggested by:   avilla
18 Feb 2011 08:47:04
Original commit files touched by this commit  1.4.6_1
dinoex search for other commits by this committer
- add missing patch
13 Feb 2011 12:49:51
Original commit files touched by this commit  1.4.6_1
dinoex search for other commits by this committer
- fix unexistent PAM module
PR:     154361
Submitted by:   Daisuke Ban
Feature safe:   yes
09 Feb 2011 20:43:15
Original commit files touched by this commit  1.4.6
lme search for other commits by this committer
Fix typo in sample devd config.

Approved by:    dinoex (maintainer)
Feature safe:   yes
07 Jan 2011 21:24:59
Original commit files touched by this commit  1.4.6
dinoex search for other commits by this committer
- better devd scripts
PR:             150891
Submitted by:   Garrett Wollman

- udpate to 1.4.6
27 Nov 2010 09:06:58
Original commit files touched by this commit  1.4.5_1
dinoex search for other commits by this committer
- add BROKEN
PR:             152388
Submitted by:   Doug Barton
19 Nov 2010 07:22:43
Original commit files touched by this commit  1.4.5_1
dinoex search for other commits by this committer
- fix pam module
PR:             148816
Submitted by:   O. Hartmann
15 Nov 2010 09:06:06
Original commit files touched by this commit  1.4.5
dinoex search for other commits by this committer
- add LICENSE
15 Nov 2010 06:31:57
Original commit files touched by this commit  1.4.5
dinoex search for other commits by this committer
- Security update to 1.4.5
Security:       CVE-2010-2941
Security:       http://www.cups.org/str.php?L3648
15 Nov 2010 06:30:40
Original commit files touched by this commit  1.4.4
dinoex search for other commits by this committer
- fix options by forcing UNIQUENAME
PR:             150309
Submitted by:   Marcin Wisnicki
25 Sep 2010 15:08:26
Original commit files touched by this commit  1.4.4
dinoex search for other commits by this committer
- revert patch
PR:             150309
07 Sep 2010 19:35:15
Original commit files touched by this commit  1.4.4
dinoex search for other commits by this committer
- fix options by forcing UNIQUENAME
PR:             150309
Submitted by:   Marcin Wisnicki
28 Aug 2010 09:18:38
Original commit files touched by this commit  1.4.4
dinoex search for other commits by this committer
- add hints for usb on FreeBSD 8.x
PR:             149896
Submitted by:   Berend de Boer
27 Jul 2010 13:18:31
Original commit files touched by this commit  1.4.4
dinoex search for other commits by this committer
- update to 1.4.4
19 Jun 2010 04:09:32
Original commit files touched by this commit  1.4.3_1
dinoex search for other commits by this committer
- Security update to 1.4.4
- Security fix for deny of service vulnerability
Security: CVE-2009-3553
Security: CVE-2010-0302
PR:             147978
Approved by:    portmgr (erwin)
Feature safe:   yes
05 Jun 2010 19:53:32
Original commit files touched by this commit  1.4.3
dinoex search for other commits by this committer
LICENSE GPLv2
05 Jun 2010 04:20:15
Original commit files touched by this commit  1.4.3
dinoex search for other commits by this committer
- note GROUPS/USERS does not work here
07 Apr 2010 19:49:46
Original commit files touched by this commit  1.4.3
dinoex search for other commits by this committer
- update to 1.4.3
29 Mar 2010 08:05:11
Original commit files touched by this commit  1.4.2_5
dinoex search for other commits by this committer
- Add instrutcions for USB printers on FreeBSD 8
Submitted by:   Joseph S. Atkinson
28 Mar 2010 11:52:05
Original commit files touched by this commit  1.4.2_5
dinoex search for other commits by this committer
- fix build on CURRENT
Submitted by:   kwm
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.4.2_5
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.4.2_5
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
11 Feb 2010 12:52:37
Original commit files touched by this commit  1.4.2_4
dinoex search for other commits by this committer
- add CONFLICTS with print/cupsddk
Submitted by:   Max Brazhnikov
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.4.2_4
dinoex search for other commits by this committer
- update to jpeg-8
15 Jan 2010 16:06:39
Original commit files touched by this commit  1.4.2_3
dinoex search for other commits by this committer
- fix option WITHOUT_GHOSTSCRIPT

- new option WITH_XPDF
PR:             142846
Submitted by:   Chen-Yu Tsai
25 Dec 2009 18:09:30
Original commit files touched by this commit  1.4.2_3
dinoex search for other commits by this committer
- mark BROKEN on ia64
14 Dec 2009 09:31:45
Original commit files touched by this commit  1.4.2_3
dinoex search for other commits by this committer
- fix crash using print command from Thunderbird
Submitted by:   Alexander Kabaev
11 Dec 2009 19:39:34
Original commit files touched by this commit  1.4.2_2
dinoex search for other commits by this committer
- create empty model dir
PR:             141375
Submitted by:   Boris Samorodov
08 Dec 2009 09:57:19
Original commit files touched by this commit  1.4.2_2
dinoex search for other commits by this committer
- do not overwrite /etc/printcap
this lets base lpd and cups coexist on the same system.
08 Dec 2009 08:20:56
Original commit files touched by this commit  1.4.2_1
dinoex search for other commits by this committer
- disable libusb support if deselected.
- support USB2 in base for FreeBSD 8-STABLE
- clenup option CUPS_OVERWRITE_BASE
PR:             141246
Submitted by:   Matt Dawson
05 Dec 2009 05:57:21
Original commit files touched by this commit  1.4.2_1
dinoex search for other commits by this committer
- add missing option WITH_LIBUSB
Reported by:    Bruce Simpson
01 Dec 2009 19:23:46
Original commit files touched by this commit  1.4.2_1
dinoex search for other commits by this committer
- Fix build with GNUTLS
PR:             141014, 141039
30 Nov 2009 04:09:09
Original commit files touched by this commit  1.4.2
dinoex search for other commits by this committer
- disable -fpie -fPIE which seems broken on amd64 for FreeBSD >= 7
29 Nov 2009 16:25:35
Original commit files touched by this commit  1.4.2
dinoex search for other commits by this committer
- cleanup REINPLACE for base
29 Nov 2009 14:55:33
Original commit files touched by this commit  1.4.2
dinoex search for other commits by this committer
- Fix build of option WITH_PAM
- cleanup REINPLACE
PR:             140996
28 Nov 2009 22:06:25
Original commit files touched by this commit  1.4.2
dinoex search for other commits by this committer
- Security update to 1.4.2
Security: STR #3367
Security: STR #3401
28 Nov 2009 21:54:18
Original commit files touched by this commit  1.4.1
dinoex search for other commits by this committer
- update to 1.4.1
16 Aug 2009 18:04:40
Original commit files touched by this commit  1.3.10_4
novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
18 Jul 2009 11:11:29
Original commit files touched by this commit  1.3.10_3
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
25 Jun 2009 17:42:09
Original commit files touched by this commit  1.3.10_2
dinoex search for other commits by this committer
- cups/driver may be used by other packages
25 Jun 2009 14:48:57
Original commit files touched by this commit  1.3.10_2
kmoore search for other commits by this committer
- Fix build with custom prefix

PR: 135483
Approved by: miwi (mentor) and maintainer timeout (dinoex; 14 days)
18 May 2009 07:11:38
Original commit files touched by this commit  1.3.10_2
dinoex search for other commits by this committer
- add seperate pkg_descr
17 May 2009 15:48:39
Original commit files touched by this commit  1.3.10_2
dinoex search for other commits by this committer
- extend COMMENT master and slave ports
16 May 2009 14:09:03
Original commit files touched by this commit  1.3.10_2
dinoex search for other commits by this committer
- cleanup: no pkg_message for slave ports
16 May 2009 10:04:10
Original commit files touched by this commit  1.3.10_2
dinoex search for other commits by this committer
- use slave port CUPS_IMAGE
- new option WITH_GHOSTSCRIPT
16 May 2009 08:52:36
Original commit files touched by this commit  1.3.10_1
dinoex search for other commits by this committer
- new slave port CUPS_IMAGE
16 May 2009 08:49:33
Original commit files touched by this commit  1.3.10_1
dinoex search for other commits by this committer
- fix path in message
Reported by:    AJ_Z0 on IRC
08 May 2009 03:48:01
Original commit files touched by this commit  1.3.10_1
dinoex search for other commits by this committer
- force build of cups-client if old cups is installed
PR:             134352
07 May 2009 15:38:15
Original commit files touched by this commit  1.3.10_1
dinoex search for other commits by this committer
- fix mtree
no version bump needed
Reported by:    QAT
07 May 2009 13:59:11
Original commit files touched by this commit  1.3.10_1
dinoex search for other commits by this committer
- use cups-client as dependency
PR:             133136
07 May 2009 10:04:18
Original commit files touched by this commit  1.3.10
dinoex search for other commits by this committer
- new option CUPS_CLIENT
support for a new slave port
PR:             133136
07 May 2009 10:03:48
Original commit files touched by this commit  1.3.10
dinoex search for other commits by this committer
- new option CUPS_CLIENT
support for a new slave port
PR:             133136
05 May 2009 19:14:01
Original commit files touched by this commit  1.3.10
dinoex search for other commits by this committer
- fix build
- require ghostscript
04 May 2009 22:36:34
Original commit files touched by this commit  1.3.10
dinoex search for other commits by this committer
- update to 1.3.10
14 Mar 2009 17:05:50
Original commit files touched by this commit  1.3.9_3
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
-improve text
Submitted by:   Alexey Dokuchaev
14 Feb 2009 18:31:24
Original commit files touched by this commit  1.3.9_3
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- remove option GVFS_OPEN
PR:             131472
03 Feb 2009 12:58:33
Original commit files touched by this commit  1.3.9_3
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- add option WITH_GVFS_OPEN
21 Jan 2009 12:40:00
Original commit files touched by this commit  1.3.9_3
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
Bump PORTREVISION after the recent libtasn1 shared lib update.
28 Nov 2008 07:33:34
Original commit files touched by this commit  1.3.9_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Fix integer overflow in PNG validation
Security: http://www.cups.org/str.php?L2974
PR:             129193
28 Nov 2008 07:32:56
Original commit files touched by this commit  1.3.9_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Fix NULL pointer dereference in MaxSubscription
Security: http://www.openwall.com/lists/oss-security/2008/11/19/4/
Security: http://www.openwall.com/lists/oss-security/2008/11/20/2
Obtained from:  Michael Sweet
PR:             129001
15 Oct 2008 07:46:23
Original commit files touched by this commit  1.3.9
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Security Update to 1.3.9
Security:
http://www.freebsd.org/ports/portaudit/ce29ce1d-971a-11dd-ab7e-001c2514716c.html
Security: CVE-2008-3639
Security: CVE-2008-3640
Security: CVE-2008-3641
Submitted by:   Xin LI (delphij)
07 Sep 2008 14:01:42
Original commit files touched by this commit  1.3.8_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- package cleanup, do not created obsolte dirs
Reported by:    miwi
07 Sep 2008 09:33:24
Original commit files touched by this commit  1.3.8
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to new distfile
only packaging/cups.spec differs, as new distfile was created form tar.gz
07 Sep 2008 06:52:27
Original commit files touched by this commit  1.3.8
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
- Fix fetch

Prompted by:    QAT on-commit run
06 Sep 2008 21:55:31
Original commit files touched by this commit  1.3.8
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update MASTER_SITES
ftp.easysw.com/pub/cups/1.3.8/ is broken/corrupted compromised.
06 Sep 2008 09:26:49
Original commit files touched by this commit  1.3.8
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 1.3.8
PR:             126881
Submitted by:   Martin Matuska

- fix pkg_plist
PR:             127021
Submitted by:   Sunpoet Po-Chuan Hsieh
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.3.7_4
 This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
12 Aug 2008 14:21:12
Original commit files touched by this commit  1.3.7_4
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Security fix
PR:             126447
Submitted by:   Tsurutani Naoki
Obtained from:  http://www.cups.org/str.php?L2790
06 Jun 2008 13:58:01
Original commit files touched by this commit  1.3.7_3
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
21 Apr 2008 18:05:48
Original commit files touched by this commit  1.3.7_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- fix spelling
Submitted by:   Daniel O'Connor
11 Apr 2008 04:59:09
Original commit files touched by this commit  1.3.7_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- new option WITH_XDG_OPEN
PR:             122590
Suggested by:   Neil Darlow
10 Apr 2008 04:20:33
Original commit files touched by this commit  1.3.7_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Add depends on devel/xdg-utils
- use 'xdg-open http://localhost:631/' in the cups.desktop file.
PR:             122590
Submitted by:   Michael Johnson
02 Apr 2008 15:20:38
Original commit files touched by this commit  1.3.7
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Security update to 1.3.7
- fix dbus link problem
Security: CVE-2008-0047
Security: CVE-2008-1373
28 Mar 2008 15:40:04
Original commit files touched by this commit  1.3.6_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- disable autodection of dbus
- new option WITH_DBUS
PR:             122124
04 Mar 2008 12:00:15
Original commit files touched by this commit  1.3.6_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Fix crash in case of incorrectly configured PAM
PR:             121105
Submitted by:   Alexander V. Chernikov
Obtained from:  http://cups.org/str.php?L2734

- Fix /usr/local/etc/pam.d/cups
03 Mar 2008 11:57:08
Original commit files touched by this commit  1.3.6_1
 This port version is marked as vulnerable.
novel search for other commits by this committer
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
28 Feb 2008 14:27:50
Original commit files touched by this commit  1.3.6
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 1.3.6
02 Feb 2008 14:31:39
Original commit files touched by this commit  1.3.5_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- DNSSD libraries are linked even if WITH_DNSSD is not defined
PR:             120217
Submitted by:   TAOKA Fumiyoshi
29 Jan 2008 15:44:36
Original commit files touched by this commit  1.3.5_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- new option WITH_LDAP
PR:             119986
Submitted by:   Virgil Champlin
23 Jan 2008 16:00:57
Original commit files touched by this commit  1.3.5_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- add option DNSSD to make config

- new option WITH_PAM
PR:             119919
Submitted by:   Willy Offermans
20 Jan 2008 15:29:57
Original commit files touched by this commit  1.3.5_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- new option WITH_DNSSD
Submitted by:   Erik Van Benschoten
17 Jan 2008 09:48:55
Original commit files touched by this commit  1.3.5_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- add example for devd.conf
PR:             119641
Submitted by:   Andrew Reilly

Number of commits found: 198 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01

14 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23142
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 1
new 48 hours9
new 7 days48
new fortnight72
new month138

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.519 seconds.