non port: print/cups-base/Makefile |
Number of commits found: 234 (showing only 100 on this page) |
Saturday, 5 Jun 2010
|
04:20 dinoex
- note GROUPS/USERS does not work here
|
Wednesday, 7 Apr 2010
|
19:49 dinoex
- update to 1.4.3
|
Sunday, 28 Mar 2010
|
11:52 dinoex
- fix build on CURRENT
Submitted by: kwm
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Thursday, 11 Feb 2010
|
12:52 dinoex
- add CONFLICTS with print/cupsddk
Submitted by: Max Brazhnikov
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Friday, 15 Jan 2010
|
16:06 dinoex
- fix option WITHOUT_GHOSTSCRIPT
- new option WITH_XPDF
PR: 142846
Submitted by: Chen-Yu Tsai
|
Friday, 25 Dec 2009
|
18:09 dinoex
- mark BROKEN on ia64
|
Monday, 14 Dec 2009
|
09:31 dinoex
- fix crash using print command from Thunderbird
Submitted by: Alexander Kabaev
|
Tuesday, 8 Dec 2009
|
09:57 dinoex
- do not overwrite /etc/printcap
this lets base lpd and cups coexist on the same system.
|
08:20 dinoex
- disable libusb support if deselected.
- support USB2 in base for FreeBSD 8-STABLE
- clenup option CUPS_OVERWRITE_BASE
PR: 141246
Submitted by: Matt Dawson
|
Saturday, 5 Dec 2009
|
05:57 dinoex
- add missing option WITH_LIBUSB
Reported by: Bruce Simpson
|
Tuesday, 1 Dec 2009
|
19:23 dinoex
- Fix build with GNUTLS
PR: 141014, 141039
|
Monday, 30 Nov 2009
|
04:09 dinoex
- disable -fpie -fPIE which seems broken on amd64 for FreeBSD >= 7
|
Sunday, 29 Nov 2009
|
16:25 dinoex
- cleanup REINPLACE for base
|
14:55 dinoex
- Fix build of option WITH_PAM
- cleanup REINPLACE
PR: 140996
|
Saturday, 28 Nov 2009
|
22:06 dinoex
- Security update to 1.4.2
Security: STR #3367
Security: STR #3401
|
21:54 dinoex
- update to 1.4.1
|
Sunday, 16 Aug 2009
|
18:04 novel
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
|
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
|
Thursday, 25 Jun 2009
|
14:48 kmoore
- Fix build with custom prefix
PR: 135483
Approved by: miwi (mentor) and maintainer timeout (dinoex; 14 days)
|
Monday, 18 May 2009
|
07:11 dinoex
- add seperate pkg_descr
|
Sunday, 17 May 2009
|
15:48 dinoex
- extend COMMENT master and slave ports
|
Saturday, 16 May 2009
|
14:09 dinoex
- cleanup: no pkg_message for slave ports
|
10:04 dinoex
- use slave port CUPS_IMAGE
- new option WITH_GHOSTSCRIPT
|
08:52 dinoex
- new slave port CUPS_IMAGE
|
Friday, 8 May 2009
|
03:48 dinoex
- force build of cups-client if old cups is installed
PR: 134352
|
Thursday, 7 May 2009
|
15:38 dinoex
- fix mtree
no version bump needed
Reported by: QAT
|
13:59 dinoex
- use cups-client as dependency
PR: 133136
|
10:03 dinoex
- new option CUPS_CLIENT
support for a new slave port
PR: 133136
|
Tuesday, 5 May 2009
|
19:14 dinoex
- fix build
- require ghostscript
|
Monday, 4 May 2009
|
22:36 dinoex
- update to 1.3.10
|
Saturday, 14 Feb 2009
|
18:31 dinoex
- remove option GVFS_OPEN
PR: 131472
|
Tuesday, 3 Feb 2009
|
12:58 dinoex
- add option WITH_GVFS_OPEN
|
Wednesday, 21 Jan 2009
|
12:40 itetcu
Bump PORTREVISION after the recent libtasn1 shared lib update.
|
Friday, 28 Nov 2008
|
07:33 dinoex
- Fix integer overflow in PNG validation
Security: http://www.cups.org/str.php?L2974
PR: 129193
|
07:32 dinoex
- 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
|
Wednesday, 15 Oct 2008
|
07:46 dinoex
- 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)
|
Sunday, 7 Sep 2008
|
14:01 dinoex
- package cleanup, do not created obsolte dirs
Reported by: miwi
|
09:33 dinoex
- update to new distfile
only packaging/cups.spec differs, as new distfile was created form tar.gz
|
06:52 itetcu
- Fix fetch
Prompted by: QAT on-commit run
|
Saturday, 6 Sep 2008
|
21:55 dinoex
- update MASTER_SITES
ftp.easysw.com/pub/cups/1.3.8/ is broken/corrupted compromised.
|
09:26 dinoex
- update to 1.3.8
PR: 126881
Submitted by: Martin Matuska
- fix pkg_plist
PR: 127021
Submitted by: Sunpoet Po-Chuan Hsieh
|
Thursday, 21 Aug 2008
|
06:18 rafan
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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
Tuesday, 12 Aug 2008
|
14:21 dinoex
- Security fix
PR: 126447
Submitted by: Tsurutani Naoki
Obtained from: http://www.cups.org/str.php?L2790
|
Friday, 6 Jun 2008
|
13:58 edwin
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)
|
Friday, 11 Apr 2008
|
04:59 dinoex
- new option WITH_XDG_OPEN
PR: 122590
Suggested by: Neil Darlow
|
Thursday, 10 Apr 2008
|
04:20 dinoex
- Add depends on devel/xdg-utils
- use 'xdg-open http://localhost:631/' in the cups.desktop file.
PR: 122590
Submitted by: Michael Johnson
|
Wednesday, 2 Apr 2008
|
15:20 dinoex
- Security update to 1.3.7
- fix dbus link problem
Security: CVE-2008-0047
Security: CVE-2008-1373
|
Friday, 28 Mar 2008
|
15:40 dinoex
- disable autodection of dbus
- new option WITH_DBUS
PR: 122124
|
Tuesday, 4 Mar 2008
|
12:00 dinoex
- 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
|
Monday, 3 Mar 2008
|
11:57 novel
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
|
Thursday, 28 Feb 2008
|
14:27 dinoex
- update to 1.3.6
|
Saturday, 2 Feb 2008
|
14:31 dinoex
- DNSSD libraries are linked even if WITH_DNSSD is not defined
PR: 120217
Submitted by: TAOKA Fumiyoshi
|
Tuesday, 29 Jan 2008
|
15:44 dinoex
- new option WITH_LDAP
PR: 119986
Submitted by: Virgil Champlin
|
Wednesday, 23 Jan 2008
|
16:00 dinoex
- add option DNSSD to make config
- new option WITH_PAM
PR: 119919
Submitted by: Willy Offermans
|
Sunday, 20 Jan 2008
|
15:29 dinoex
- new option WITH_DNSSD
Submitted by: Erik Van Benschoten
|
Thursday, 17 Jan 2008
|
09:48 dinoex
- add example for devd.conf
PR: 119641
Submitted by: Andrew Reilly
|
Monday, 14 Jan 2008
|
09:17 dinoex
- force installation of cups.desktop
PR: 119621
Submitted by: José García Juanino
|
Sunday, 23 Dec 2007
|
08:29 dinoex
- Security update to 1.3.5
Security: http://www.cups.org/str.php?L2589
Reported by: Hilko Meyer
|
Tuesday, 11 Dec 2007
|
20:43 dinoex
- update to 1.3.4
|
Wednesday, 14 Nov 2007
|
08:09 dinoex
- fix vulnerability in pdftops
Security: arbitrary code execution vulnerability in pdftops
Security: CVE-2007-4352
Submitted by: delphij (Xin LI)
Approved by: portmgr (pav)
Obtained from: cvs.fedora.redhat.com
|
Monday, 12 Nov 2007
|
11:47 dinoex
- Security patch to solve remote code execution
Security: http://secunia.com/advisories/27233/
Security: CVE-2007-4351
Approved by: portmgr (linimon)
Obtained from: http://www.cups.org/strfiles/2561/str2561-cups13v2.patch
|
Thursday, 8 Nov 2007
|
18:32 dinoex
- mark FORBIDDEN due remote execution of arbitrary code
Approved by: portmgr (erwin)
|
Sunday, 30 Sep 2007
|
04:17 dinoex
- update to 1.3.3
PR: 116743
Submitted by: Marcin Wisnicki
|
Saturday, 29 Sep 2007
|
07:24 dinoex
- fix build when an obsolete version of cups is installed
PR: 116721
Submitted by: Christoph Moench-Tegeder
|
Friday, 28 Sep 2007
|
12:05 dinoex
- update to 1.30.0
Tested by: Erik Van Benschoten
- sort plist
- fix pre-install for user
Submitted by: brian (Brian Somers)
|
Tuesday, 14 Aug 2007
|
13:03 dinoex
- update to 1.2.12
|
Tuesday, 31 Jul 2007
|
13:27 miwi
- Fix buffer overflow vulnerability.
- Bump PORTREVISION
Approved by: simon (secteam)
Security:
http://www.vuxml.org/freebsd/0e43a14d-3f3f-11dc-a79a-0016179b2dd5.html
|
Sunday, 1 Jul 2007
|
08:56 novel
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
|
Tuesday, 12 Jun 2007
|
14:14 dinoex
- drop pkg-install
as this cases problems for upgrading users
PR: 113613
|
Monday, 11 Jun 2007
|
16:50 dinoex
- Security update to 1.2.11
Security: CVE-2007-0720
http://www.securityfocus.com/bid/23127
Reported by: miwi
|
Friday, 8 Jun 2007
|
14:12 dinoex
- last update had wrong PR-number
PR: 113460
|
13:57 dinoex
- fix order for creation for user, groups and dirs.
PR: 113473
|
Sunday, 25 Mar 2007
|
08:50 dinoex
- update to 1.2.10
PR: 110757
Submitted by: Alessandro Dellavedova
- fix directories and ownerships
|
Friday, 9 Mar 2007
|
07:44 dinoex
- remove killall
110108
Dierk Sacher
- unbreak option PHP
|
Tuesday, 6 Mar 2007
|
06:51 linimon
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr
|
Tuesday, 20 Feb 2007
|
06:29 dinoex
- update to 1.2.8
PR: 109326
Submitted by: Ivan Lago
- fix build with openssl port
- remove "killall" on install
|
Saturday, 17 Feb 2007
|
07:54 dinoex
- drop defunct cups.desktop
Reported by: Michael Johnson
|
Tuesday, 2 Jan 2007
|
08:54 novel
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
Friday, 22 Dec 2006
|
08:51 dinoex
- honor PTHREAD_LIBS
Submitted by: Jeremy Messenger (maze)
PR: 107050
- honor PTHREAD_CFLAGS
- make portlint happper
|
Sunday, 10 Dec 2006
|
14:05 dinoex
- take maintainership
- virtualie meta package
|
Wednesday, 6 Dec 2006
|
12:26 linimon
Reset asa@agava.com after several months of inactivity and no response to
email.
Hat: portmgr
|
09:39 sat
- Update to 1.2.7
- Clean up a little bit
- Clean up var at deinstallation
Approved by: Sergey Akifyev <asa@agava.com> (months of timeouts)
|
Sunday, 6 Aug 2006
|
09:13 itetcu
- update to 1.2.2 [1]
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes
Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.
PR: ports/99624 [1]
ports/99460 [2] ports/99745 [3]
ports/99798 [4] ports/101175 [5]
ports/100865 [6]
ports/99791 [7]
ports/99786 [8]
ports/99707 [9]
Submitted by: Marcin Wisnicki [1]
Nicolas Blais [2],Osamu Hasegawa [3]
Tsurutani Naoki [4], Dominic Fandrey [5]
Stanislav Sedov [6]
Leif Pedersen [7]
Harald Schmalzbauer [8]
Jonathan Fosburgh [9]
Rewiev by: many with no objections
Approved by: maintainer timeout
|
Thursday, 6 Jul 2006
|
17:41 novel
Chase gnutls shlib version change.
|
Saturday, 24 Jun 2006
|
08:14 itetcu
* Fixes problems with updating CUPS installation (Udo Schweigert)
* Fixes conflict with PHP5 when WITH_PHP is not enabled
PR: 99371
Submitted by: maintainer
Tested by: Beech Rintoul <beech@alaskaparadise.com>
|
Thursday, 22 Jun 2006
|
20:16 ahze
- Update to 1.2.0
PR: ports/97783
ports/97782
Submitted by: maintainer
|
Monday, 27 Mar 2006
|
22:16 mnag
- Add patch for security issues
- Bump PORTREVISION
- portlint(1)
Approved by: maintainer timeout (2 days, security)
Obtained from: gentoo
Security: CVE-2005-3624, CVE-2005-3625, CVE-2005-3626, CVE-2005-3627,
http://secunia.com/advisories/18303/
|
Friday, 27 Jan 2006
|
11:28 dougb
Replace the old cups.sh script with a new rc.d style cupsd[.sh]
Approved by: Sergey Akifyev <asa@agava.com> (maintainer)
|
Wednesday, 7 Dec 2005
|
16:00 mnag
Backport xpdf vendor patch (affected part)
Bump PORTREVISION
PR: 90072
Approved by: maintainer
Security:
http://www.idefense.com/application/poi/display?id=342&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=343&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities
http://secunia.com/advisories/17897/
CVE-2005-3191, CVE-2005-3192
|
Sunday, 4 Dec 2005
|
02:01 dougb
Remove the PROVIDE line from the startup script. From our
perspective, this is still an old-style rc script, however
the presence of the PROVIDE line fools the new rcorder
code in HEAD into thinking that it should be treated like
a new style script.
I submitted the patch to the maintainer recently, but given
that the PR points out the problem in the real world, I'm
taking unilateral action. If the maintainer has a better
solution, that's not a problem.
PR: ports/89892
Submitted by: Nicolas Blais
|
Tuesday, 6 Sep 2005
|
08:19 lawrance
Fix embedded xpdf vulnerability. Bump PORTREVISION.
Approved by: asa@agava.com (maintainer, timeout 3 weeks), linimon
Obtained from: RedHat/FC3
Security:
http://www.FreeBSD.org/ports/portaudit/24eee285-09c7-11da-bc08-0001020eed82.html
Security: CAN-2005-2097
|
Wednesday, 27 Apr 2005
|
10:31 mr
Forgot to bump PORTREVISION after fixing gnu-tls support.
Remindet by: Doug Barton
|
Friday, 28 Jan 2005
|
10:43 vs
Do not wipe existing certs on installation from port
PR: ports/76522
Submitted by: Tsurutani Naoki
Approved by: maintainer
|
Thursday, 27 Jan 2005
|
15:44 trhodes
Patch for remote buffer exploit.
Submitted by: simon
Approved by: MAINTAINER
VuXML uuid: f755545e-6fcd-11d9-abec-00061bd2d56f
|
Monday, 24 Jan 2005
|
17:23 sem
- Update to 1.1.23
- Build with GNUTLS isntead of OpenSSL by default to fix FireFox issues
- Fixed man languages
- Change maintainer e-mail
- Pass maintainership of print/cups to submitter
PR: ports/76337
Submitted by: Sergey Akifyev <asa(at)agava.com> (maintainer of cups-base and
cups-lpr)
|
Monday, 17 Jan 2005
|
17:40 simon
Fix remote arbitrary code execution vulnerability.
Note that this does not fix all the security vulnerabilities for CUPS,
but it fixes the most serious one.
With hat: secteam
VuXML:
http://www.vuxml.org/freebsd/40a3bca2-6809-11d9-a9e7-0001020eed82.html
Obtained from: CUPS bug system - http://www.cups.org/str.php?L1024
Approved by: erwin (mentor)
|
Friday, 24 Dec 2004
|
23:17 josef
Patch vulnerability in imported xpdf code. Bump PORTREVISION.
Approved by: pav(mentor)
With hat: secteam
References:
http://www.vuxml.org/freebsd/e3e266e9-5473-11d9-a9e7-0001020eed82.html
|
Monday, 15 Nov 2004
|
04:24 dougb
Update to 1.1.22, which was released on 29 October and is the
latest version. While I'm here, make pkg-message print the
actual prefix when the port is installed, and a nicer message
for package installs.
This version of the software also includes 'es' man pages to
go with the 'fr' ones.
|
Number of commits found: 234 (showing only 100 on this page) |