Commit graph

146 commits

Author SHA1 Message Date
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Dirk Meyer
69a4bf18e3 - cups/driver may be used by other packages 2009-06-25 17:42:09 +00:00
Kris Moore
a2ec5db087 - Fix build with custom prefix
PR: 135483
Approved by: miwi (mentor) and maintainer timeout (dinoex; 14 days)
2009-06-25 14:48:57 +00:00
Dirk Meyer
642a6377ed - add seperate pkg_descr 2009-05-18 07:11:38 +00:00
Dirk Meyer
8053820fe0 - extend COMMENT master and slave ports 2009-05-17 15:48:39 +00:00
Dirk Meyer
647f752e89 - cleanup: no pkg_message for slave ports 2009-05-16 14:09:03 +00:00
Dirk Meyer
b6f78d19c2 - use slave port CUPS_IMAGE
- new option WITH_GHOSTSCRIPT
2009-05-16 10:04:10 +00:00
Dirk Meyer
8d16c7b533 - new slave port CUPS_IMAGE 2009-05-16 08:52:36 +00:00
Dirk Meyer
3432ed2c50 - fix path in message
Reported by:	AJ_Z0 on IRC
2009-05-16 08:49:33 +00:00
Dirk Meyer
cf82c28b42 - force build of cups-client if old cups is installed
PR:		134352
2009-05-08 03:48:01 +00:00
Dirk Meyer
e22f50c286 - fix mtree
no version bump needed
Reported by:	QAT
2009-05-07 15:38:15 +00:00
Dirk Meyer
056a1db09e - use cups-client as dependency
PR:		133136
2009-05-07 13:59:11 +00:00
Dirk Meyer
09b164f3d3 - new option CUPS_CLIENT
support for a new slave port
PR:		133136
2009-05-07 10:04:18 +00:00
Dirk Meyer
d292591276 - fix build
- require ghostscript
2009-05-05 19:14:01 +00:00
Dirk Meyer
2690c71e37 - update to 1.3.10 2009-05-04 22:36:33 +00:00
Dirk Meyer
b834f4cfed -improve text
Submitted by:	Alexey Dokuchaev
2009-03-14 17:05:50 +00:00
Dirk Meyer
4aadfac3dc - remove option GVFS_OPEN
PR:		131472
2009-02-14 18:31:24 +00:00
Dirk Meyer
624b3ba4f0 - add option WITH_GVFS_OPEN 2009-02-03 12:58:33 +00:00
Ion-Mihai Tetcu
20bc066e50 Bump PORTREVISION after the recent libtasn1 shared lib update. 2009-01-21 12:39:59 +00:00
Dirk Meyer
02319fd548 - Fix integer overflow in PNG validation
Security: http://www.cups.org/str.php?L2974
PR:		129193
2008-11-28 07:33:34 +00:00
Dirk Meyer
6d4746618d - 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
2008-11-28 07:32:56 +00:00
Dirk Meyer
9d31255fc8 - 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)
2008-10-15 07:46:23 +00:00
Dirk Meyer
3eb74e63cb - package cleanup, do not created obsolte dirs
Reported by:	miwi
2008-09-07 14:01:42 +00:00
Dirk Meyer
cdfc2ab81b - update to new distfile
only packaging/cups.spec differs, as new distfile was created form tar.gz
2008-09-07 09:33:24 +00:00
Ion-Mihai Tetcu
36e8af75d9 - Fix fetch
Prompted by:	QAT on-commit run
2008-09-07 06:52:27 +00:00
Dirk Meyer
b086c0b1b2 - update MASTER_SITES
ftp.easysw.com/pub/cups/1.3.8/ is broken/corrupted compromised.
2008-09-06 21:55:31 +00:00
Dirk Meyer
b15a8cf164 - update to 1.3.8
PR:		126881
Submitted by:	Martin Matuska

- fix pkg_plist
PR:		127021
Submitted by:	Sunpoet Po-Chuan Hsieh
2008-09-06 09:26:49 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Dirk Meyer
9117dc5853 - Security fix
PR:		126447
Submitted by:	Tsurutani Naoki
Obtained from:	http://www.cups.org/str.php?L2790
2008-08-12 14:21:12 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Dirk Meyer
0e5b96ab8a - fix spelling
Submitted by:	Daniel O'Connor
2008-04-21 18:05:48 +00:00
Dirk Meyer
f215d44982 - new option WITH_XDG_OPEN
PR:		122590
Suggested by:	Neil Darlow
2008-04-11 04:59:09 +00:00
Dirk Meyer
552ebec20a - Add depends on devel/xdg-utils
- use 'xdg-open http://localhost:631/' in the cups.desktop file.
PR:		122590
Submitted by:	Michael Johnson
2008-04-10 04:20:33 +00:00
Dirk Meyer
a3dfd67d11 - Security update to 1.3.7
- fix dbus link problem
Security: CVE-2008-0047
Security: CVE-2008-1373
2008-04-02 15:20:38 +00:00
Dirk Meyer
b86f21fa3c - disable autodection of dbus
- new option WITH_DBUS
PR:		122124
2008-03-28 15:40:03 +00:00
Dirk Meyer
a74ba08bc7 - 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
2008-03-04 12:00:15 +00:00
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Dirk Meyer
4e2e48beb5 - update to 1.3.6 2008-02-28 14:28:29 +00:00
Dirk Meyer
45fbde4cab - DNSSD libraries are linked even if WITH_DNSSD is not defined
PR:		120217
Submitted by:	TAOKA Fumiyoshi
2008-02-02 14:31:39 +00:00
Dirk Meyer
0e10ca7012 - new option WITH_LDAP
PR:		119986
Submitted by:	Virgil Champlin
2008-01-29 15:44:36 +00:00
Dirk Meyer
49b6e2eacb - add option DNSSD to make config
- new option WITH_PAM
PR:		119919
Submitted by:	Willy Offermans
2008-01-23 16:00:56 +00:00
Dirk Meyer
5a142bc4eb - new option WITH_DNSSD
Submitted by:	Erik Van Benschoten
2008-01-20 15:29:57 +00:00
Dirk Meyer
ae7854468d - add example for devd.conf
PR:		119641
Submitted by:	Andrew Reilly
2008-01-17 09:48:55 +00:00
Dirk Meyer
93b65b4bfa - force installation of cups.desktop
PR:		119621
Submitted by:	José García Juanino
2008-01-14 09:17:51 +00:00
Dirk Meyer
75f5e6a955 - Security update to 1.3.5
Security: http://www.cups.org/str.php?L2589
Reported by:	Hilko Meyer
2007-12-23 08:29:36 +00:00
Dirk Meyer
4e8e9d637b - update to 1.3.4 2007-12-11 20:43:21 +00:00
Dirk Meyer
18c2e435be - 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
2007-11-14 08:09:43 +00:00
Dirk Meyer
0b81a02576 - 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
2007-11-12 11:47:58 +00:00
Dirk Meyer
de28323865 - mark FORBIDDEN due remote execution of arbitrary code
Approved by:	portmgr (erwin)
2007-11-08 18:32:57 +00:00
Dirk Meyer
d428de8d57 - update to 1.3.3
PR:		116743
Submitted by:	Marcin Wisnicki
2007-09-30 04:17:39 +00:00