Commit Graph

289 Commits

Author SHA1 Message Date
ajacoutot
049b2f35bf Remove "daemon" class from @newuser. 2022-04-18 16:09:45 +00:00
ajacoutot
6d6dafee78 Provide an example on how to get a list of packages providing printer
drivers.
2022-03-20 09:38:20 +00:00
naddy
0e126762d0 drop RCS Ids 2022-03-11 19:50:56 +00:00
ajacoutot
424ad1b12c Update to cups-2.4.1. 2022-01-28 09:44:22 +00:00
ajacoutot
74bea3b346 Update to cups-2.4.0. 2021-12-04 08:14:02 +00:00
ajacoutot
99ac9a1c5d Mention bsd.re-config. 2021-09-15 12:48:52 +00:00
ajacoutot
4c54d557e7 Missed bump. 2021-09-04 08:18:54 +00:00
ajacoutot
a9199a502d net/avahi -> net/avahi,-libs 2021-09-03 11:47:41 +00:00
ajacoutot
b3b84efb9e Better HOMEPAGE. 2021-06-07 11:02:24 +00:00
kn
9aa8735929 autoconf 2.70 -> 2.71; OK sthen 2021-03-03 20:44:23 +00:00
ajacoutot
3b89d234a2 Update to cups-2.3.3.2. 2021-02-02 11:49:22 +00:00
ajacoutot
9553a98154 Update to cups-2.3.3.1 (2.3.3op1) from the OpenPrinting project.
Apple seems to have stopped pushing development or pushing new code.
2021-01-05 07:43:02 +00:00
ajacoutot
2d9d4f5ba3 Remove comments about colord. 2020-11-14 11:04:04 +00:00
ajacoutot
c9df8f4ef7 SECURITY update to cups-2.3.3.
- CVE-2020-3898
- CVE-2019-8842
2020-04-28 06:43:43 +00:00
ajacoutot
4ffc4610a2 Fix path to pkg-readmes. 2020-02-22 14:51:47 +00:00
ajacoutot
d2e8650e22 Rework README after the recen ugen(4) default permissions change.
Also sync the READMEs as close as possible.
2019-12-14 13:02:28 +00:00
ajacoutot
4c77d018d9 SECURITY update to cups-2.3.1.
CVE-2019-2228: The ippSetValuetag function did not validate the default
language value.
2019-12-13 22:30:45 +00:00
ajacoutot
a4a3278e91 Mention a couple more printer backends. 2019-09-29 13:25:15 +00:00
ajacoutot
ac9b90ce4b Add section about drivers. 2019-09-08 19:19:06 +00:00
ajacoutot
ba797c978f Update to cups-2.3.0.
- tested in a bulk
- print tested on Canon iR1435, Samsung SL-M2835DW, HP Officejet 7500 E910
and Canon iR-ADV C3320
2019-08-25 09:59:18 +00:00
ajacoutot
014fe5fb23 SECURITY update to cups-2.2.12 (multiple security/disclosure issues):
- CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows
- Fixed IPP buffer overflow
- Fixed memory disclosure issue in the scheduler
- Fixed DoS issues in the scheduler
2019-08-17 08:35:32 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
ajacoutot
5b2b49ca3c Update to cups-2.2.11. 2019-03-23 12:19:54 +00:00
ajacoutot
bcd357cc42 Expand comment. 2019-01-19 21:37:46 +00:00
ajacoutot
7e30f8649e Update to cups-2.2.10.
ok landry@
2018-12-08 09:32:21 +00:00
ajacoutot
47d0b019bb Fix USB ownership change example after usbdevs syntax change.
triggered by a mail from Marcus MERIGHI
2018-11-18 15:52:18 +00:00
ajacoutot
228a87836a Update to cups-2.2.9. 2018-11-10 13:02:52 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
ajacoutot
68908cadad Remove old code. 2018-10-16 11:18:47 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
ajacoutot
c78fed28e9 Prevent polling storm from /usr/local/libexec/gsd-print-notifications
(from Arch Linux)
2018-06-09 10:45:00 +00:00
ajacoutot
86b173916f Update to cups-2.2.8. 2018-06-06 08:23:30 +00:00
ajacoutot
52f3154f72 Mention gtk+4-cups. 2018-06-01 08:00:05 +00:00
ajacoutot
bc61921da6 Unbreak authentication with chrome/chromium (from upstream). 2018-04-22 12:26:12 +00:00
ajacoutot
a35c74c9a0 Update to cups-2.2.7. 2018-03-30 09:00:50 +00:00
rpe
214644a454 Now that all ports rc.* scripts are using #!/bin/ksh
- change [] tests to [[]]
- change arithmetic [] tests to (())
- change = to == inside [[]]
- remove unecessary quoting inside [[]]

OK aja@
2018-01-14 14:42:18 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot
a3ff1283a6 Better patch from upstream. 2017-11-10 16:08:34 +00:00
ajacoutot
7e44c42231 On OpenBSD, getgrouplist(3) overwrites the group structure which prevented users
part of the "wheel" group to admin printers over the web interface. Add another
call to getgrnam(3) to fix it.

authentication issue discovered when I helped pirofti@ set up a printer at p2k17
2017-11-10 14:47:53 +00:00
ajacoutot
08aa49ba0c Update to cups-2.2.6. 2017-11-02 09:52:07 +00:00
ajacoutot
069ad9693e Change mode of the /etc/printcap link to please security(8). 2017-10-31 15:55:15 +00:00
ajacoutot
8716a08baa Update to cups-2.2.5. 2017-10-14 10:22:03 +00:00
ajacoutot
9d06317009 Fix DEPENDS after the removal of net/avahi,-mono. 2017-09-06 07:21:37 +00:00
ajacoutot
f4f6f720ab Make it obvious that CUPS lp commands are not compatible with base system
ones, so use the full path when needed.

prodded by a mail from Anthony Campbell
2017-08-17 08:53:36 +00:00
ajacoutot
5735d25e51 Stop playing games moving around base lp commands and man pages. Things
*should* be able to just work without that dance. If you want to use cups
lp commands just give the full path (/usr/local/{bin,sbin}/lpfoo).

This unbreaks displaying lp man pages that were still in the mandoc db but
not in the fs anymore as reported by espie@
2017-08-01 12:18:35 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
0b6f8aeac8 Update to cups-2.2.4. 2017-07-01 11:05:41 +00:00
ajacoutot
ddc0eec87b Drop /etc/rc.d/init.d from WRKINST. It was never packaged but espie wanted
it gone.
2017-06-27 08:13:05 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00