The NetBSD Project

CVS log for pkgsrc/net/netatalk22/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / netatalk22

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.63 / (download) - annotate - [select for diffs], Fri Mar 15 22:14:26 2024 UTC (12 days, 22 hours ago) by hauke
Branch: MAIN
CVS Tags: HEAD
Changes since 1.62: +14 -1 lines
Diff to previous 1.62 (colored) to selected 1.39 (colored)

Re-add conditional PLIST entries that got lost by not building with
all options on

Add substitutions for PLIST generation

Revision 1.62 / (download) - annotate - [select for diffs], Mon Feb 5 14:03:00 2024 UTC (7 weeks, 3 days ago) by hauke
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored) to selected 1.39 (colored)

Update net/netatalk22 to v2.3.1

New features

The following compile time option has been added:

    --with-docbook - Used to generate man and html pages from XML
    sources, the latter which are now included in the tarball.

Breaking changes

The following obsoleted features have been removed:

    Kerberos IV UAM - Version IV backwards compatibility headers were
    removed from Kerberos V 1.11 in 2012

    AppleDouble adouble:osx - The AD format that Mac OS X 10.3 used,
    but was removed in subsequent versions

    AppleDouble adouble:sfm - Microsoft's Services For Macintosh
    compatibility mode that required a long-gone hacked version of
    Samba

atalkd

The RTMP broadcast quirks mode that was introduced in v2.3.0 has been
replaced with an automatic activation when atalkd is configured with a
single interface and the -router flag.

Therefore, the now-unneeded -q command line option has been removed.
What's Changed

    [2.3] Fix Zeroconf support on *BSD platforms by @rdmark in
    https://github.com/Netatalk/netatalk/pull/647
    [2.3] Add NetBSD, Solaris, Fedora build workflows by @rdmark in
    https://github.com/Netatalk/netatalk/pull/642
    [2.3] Use correct BSD make syntax in initscripts Makefile by
    @rdmark in https://github.com/Netatalk/netatalk/pull/644
    [2.3] Remove long-outdated README and VERSION files, superseded by
    man pages by @rdmark in
    https://github.com/Netatalk/netatalk/pull/641
    [2.3] Two small memory handling patches ported from
    netatalk-classic by @rdmark in
    https://github.com/Netatalk/netatalk/pull/645
    [2.3] macusers: Fallback output when full name not available by
    @rdmark in https://github.com/Netatalk/netatalk/pull/652
    [2.3] papd: Update cups_print_job() to use CUPS destination API by
    @NJRoadfan in https://github.com/Netatalk/netatalk/pull/651
    [2.3] papd: Update cups_autoadd_printers() to use current API
    call. by @NJRoadfan in
    https://github.com/Netatalk/netatalk/pull/655
    [2.3] workflow: Compile on Debian with cracklib, ldap, quota by
    @rdmark in https://github.com/Netatalk/netatalk/pull/653
    [2.3] Use GitHub actions v4 for workflow jobs by @rdmark in
    https://github.com/Netatalk/netatalk/pull/662
    [2.3] manual: Link to custom download and wiki mirrors in navbar
    by @rdmark in https://github.com/Netatalk/netatalk/pull/671
    [2.3] papd - More cleanup and moderization of print_cups.c by
    @NJRoadfan in https://github.com/Netatalk/netatalk/pull/672
    [2.3] papd - Use cups_get_language() function by @NJRoadfan in
    https://github.com/Netatalk/netatalk/pull/674
    [2.3] papd: Use cupsGetOptions() to get printer URI by @NJRoadfan
    in https://github.com/Netatalk/netatalk/pull/678
    [2.3] atalkd: Fix for RTMP broadcast bug. by @NJRoadfan in
    https://github.com/Netatalk/netatalk/pull/680
    [2.3] Workflow: Bump SonarScanner to v2 by @rdmark in
    https://github.com/Netatalk/netatalk/pull/685
    [2.3] libatalk: Appease Fedora gcc incompatible pointer error by
    @rdmark in https://github.com/Netatalk/netatalk/pull/683
    [2.3] afpd: Remove support for AppleDouble osx and sfm by @rdmark
    in https://github.com/Netatalk/netatalk/pull/673
    [2.3] Remove obsoleted Kerberos v4 UAM by @rdmark in
    https://github.com/Netatalk/netatalk/pull/686
    [2.3] Generate man pages through build system by @rdmark in
    https://github.com/Netatalk/netatalk/pull/690
    [2.3] Cleanup of obsolete gitignore filters by @rdmark in
    https://github.com/Netatalk/netatalk/pull/693
    [2.3] manual: Update URLs to internal resources by @rdmark in
    https://github.com/Netatalk/netatalk/pull/695
    [2.3] papd: Refactor and cleanup cups_get_printer_ppd() by
    @NJRoadfan in https://github.com/Netatalk/netatalk/pull/700
    [2.3] papd: update cups_get_printer_status() by @NJRoadfan in
    https://github.com/Netatalk/netatalk/pull/696
    [2.3] manual: Remove obsoleted html-upload target, and update css
    URL by @rdmark in https://github.com/Netatalk/netatalk/pull/701

Revision 1.61 / (download) - annotate - [select for diffs], Sun Jan 21 20:00:42 2024 UTC (2 months ago) by hauke
Branch: MAIN
Changes since 1.60: +4 -3 lines
Diff to previous 1.60 (colored) to selected 1.39 (colored)

Update net/netatalk22 to v2.3.0

For convenience, we'll stick with the package name 'netatalk22', since
gratuitous renames are a pain for package_rolling-replace(8) users.

In hindsight, something like 'netatalk-ddp' would have been more
descriptive.


From upstream's changelog:

New features

The following compile time options have been added:

    --disable-install-privileged (skips actions that require root access)
    --with-systemd-prefix

Breaking changes

As of Netatalk 2.3.0, the Database Daemon dbd CNID backend is the only
one provided for use in production environments. The last CNID backend
is still available for testing and read-only volumes.

The DHX UAM is now disabled by default, to avoid errors stemming from
OpenSSL v3.0 removal of 128 bit modulus size support. See #358 for
more details on how to make DHX work on your system, and on using
alternative UAMs for authenticating with older clients.

The following features have been removed.

    Concurrent Database (cdb) CNID backend
    Trivial Database (tdb) CNID backend
    Volume mount preexec and postexec commands
    Dropbox / dropkludge
    Force UID/GID
    Andrew File System (AFS)

Compatibility macros for the following long-obsoleted operating
systems have been removed.

    SunOS
    IRIX
    AIX
    Ultrix
    HPUX
    Tru64,
    GNU/kFreeBSD
    UnixWare

afpd

The following runtime options have been removed:

    nodebug (afpd.conf)
    nostat
    preexec
    postexec
    root_preexec
    root_postexec
    preexec_close
    root_preexec_close
    dropbox
    dropkludge

The following compile time options have been removed:

    --enable-debug
    --enable-debug1
    --enable-afs
    --enable-force-uidgid
    --enable-dropkludge
    --with-cnid-tdb-backend
    --with-cnid-cdb-backend
    --with-webmin

Renamed:

    asip-status.pl has been renamed to asip-status

atalkd

Netatalk versions 2.2.7 through 2.2.10 had the non-standard behavior
of not rebroadcasting routing information originating from other
subnets. This made certain Asantor Dayna LocalTalk hardware bridges
able to coexist with netatalk, with the drawback that subnets behind
other routers aren't visible to the netatalk clients.

Netatalk 2.3.0 restores the correct behavior as per the AppleTalk
specification. If you want to emulate the previous non-standard
behavior, you can start atalkd with the newly introduced -q parameter.

What's Changed

    [2.2] Run distcheck target in Ubuntu job by @rdmark in #395
    [2.2] Add Documentation tags to systemd templates by @rdmark in #394
    [2.2] Support building against libtirpc as separate from glibc
          by @rdmark in #387
    [2.2] Fix detection of Berkeley DB installed in multiarch location
          by @rdmark in #391
    [2.2] Configurable systemd prefix by @rdmark in #417
    [2.2] autoconf: Option to skip privileged hooks for make install
          by @rdmark in #419
    Flip the check for tm->tm_gmtoff to appease FreeBSD by @rdmark in #416
    [2.2] Rename asip-status.pl to asip-status by @rdmark in #397
    [2.2] Fix user visible typos and improve English grammar by @rdmark in #399
    [2.2] autoconf: put UAM libraries in $libdir by @rdmark in #420
    [2.2] Correct install hook for static config files by @rdmark in #421
    [2.2] Create man page for cnid2_create tool by @rdmark in #411
    [2.2] Do not install at.h when glibc header is present by @rdmark in #414
    [2.2] autoconf: Fold a2boot and timelord under the appletalk conditional
          by @rdmark in #424
    [2.2] Write a Description and Short-Description for the Debian init script
          by @rdmark in #437
    [2.2] Document binheader, nadheader, and showpap in man pages
          by @rdmark in #438
    [2.2] Improve readability of manual README by @rdmark in #440
    [2.2] Recommend BerkeleyDB 5.3 by @rdmark in #447
    [2.2] Update URL for css stylesheet in manual pages by @rdmark in #445
    [2.2] workflow: Flesh out pull_request trigger and remove ignored paths
          by @rdmark in #453
    [2.2] Use absolute XSL stylesheet path and source VERSION for manual pages
          by @rdmark in #459
    [2.2] Remove obsoleted bug reporting sections by @rdmark in #466
    [2.2] manpages: Fix typos, improve layout in afpd.conf man page
          by @rdmark in #472
    Revert "[2.2] Update atalkd.service to be consistent with other init
    scripts." by @rdmark in #473
    [2.2] Default to xz compression for tarballs by @rdmark in #483
    [2.2] Remove vestiges of a Webmin install target by @rdmark in #517
    [2.2] Name the default home dir shared volume; clean up template
          by @rdmark in #519
    [2.2] Remove redundant id properties in man page by @rdmark in #520
    [2.3] Port 2.x fork code quality improvements by @rdmark in #521
    [2.2] Rearrange the dummy file system paths for the tests by @rdmark in #522
    [2.3] Don't seteuid() if process is already running as that uid.
          by @rdmark in #532
    [2.3] Enable, sort, and flesh out file type translation by @rdmark in #534
    [2.3] Remove dangerous afprun module from codebase by @dgsga in #531
    [2.3] Remove experimental Dropbox Kludge feature by @rdmark in #539
    [2.3] Remove redundant AUTHORS file by @rdmark in #537
    [2.3] Remove the "Force UID/GID" feature by @rdmark in #541
    [2.3] Add long-forgotten patch to make papd safer. by @rdmark in #527
    [2.3] Remove nostat option by @rdmark in #542
    [2.3] Minor cleanup of man pages by @rdmark in #544
    [2.3] Validate size of ace_count in FPSetACL request by @rdmark in #551
    [2.3] Run apt-get update before installing packages by @rdmark in #558
    [2.3] Fixes for clean compilation on OpenIndiana by @rdmark in #564
    Revert Asante and Dayna GS/OS Fix. by @NJRoadfan in #596
    Add README for the v2.3 branch by @rdmark in #588
    [2.3] Document the correct default log level for afpd by @rdmark in #589
    [2.3] Standardize man page heading case by @rdmark in #590
    [2.3] Deprecate AFS (Andrew File System) support by @rdmark in #591
    atalkd: Introduce 3rd party bridge quirks mode by @rdmark in #597
    [2.3] uams: Link PGP UAM with CRYPT_LIBS by @rdmark in #607
    [2.3] Build Kerberos V and PGP UAMs in CI workflow by @rdmark in #613
    [2.3] Improve logger_test, while re-enabling the syslog tests
          by @rdmark in #616
    [2.3] Enable only DHX2 UAM by default by @rdmark in #619
    [2.3] Switch from compile-time debug to run-time debug where applicable
          by @rdmark in #618
    [2.3] Remove cdb and tdb CNID backends by @rdmark in #611
    [2.3] Use portable fcntl() instead of flock() by @rdmark in #626
    [2.3] afpd: Use correct username length in afp_changepw by @rdmark in #630
    [2.3] Clean up residual svn commit headers by @rdmark in #631
    [2.3] Minor cleanup of residual afprun code by @rdmark in #632
    Preparing for stable release 2.3.0 by @rdmark in #633

Revision 1.60 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:32 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.39 (colored)

*: recursive bump for icu 74.1

Revision 1.59 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:27 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.39 (colored)

*: bump for openssl 3

Revision 1.58 / (download) - annotate - [select for diffs], Sat Oct 21 17:11:13 2023 UTC (5 months, 1 week ago) by gdt
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.39 (colored)

recursive revbump for tiff update

Revision 1.57 / (download) - annotate - [select for diffs], Fri Sep 1 13:09:56 2023 UTC (6 months, 3 weeks ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.39 (colored)

net/netatalk22 -- update to v2.2.10

Upstream's changelog:

 workflow: add libcups2-dev dependency by @rdmark in #335
 Correct doc README by @rdmark in #326
 Fix all warnings on running bootstrap by @dgsga in #346
 bootstrap: Add checks for required packages by @rdmark in #338
 Enable compilation on macOS hosts v2 by @dgsga in #349
 macros: Use the AC_LANG_SOURCE macro, issue #347 by @rdmark in #351
 Remove redundant documentation in conf files; improve man pages, #333 by @rdmark in #334
 Use non-interactive PAM session when available by @rdmark in #367
 papd: Future-proof CUPS API usage by @rdmark in #373
 Update atalkd.service to be consistent with other init scripts. by @rdmark in #372
 Adopt downstream Debian patches by @rdmark in #370
 Restore tarball distribution of doc/ (GitHub#374) by @rdmark in #375
 Regenerate man pages from xml sources by @rdmark in #376

Revision 1.56 / (download) - annotate - [select for diffs], Thu Apr 27 15:08:44 2023 UTC (11 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.55: +2 -3 lines
Diff to previous 1.55 (colored) to selected 1.39 (colored)

update net/netatalk22 to v2.2.9

Upstream's changelist:

[2.2] fix CVE-2022-45188 by @rdmark in #254
[2.2] papd: Fix incorrect type in printer status check by @smagoun in #320
[2.2] Improvements to the macusers script by @rdmark in #263
[2.2] man pages: create an a2boot man page by @rdmark in #235
[2.2] Improve systemd service dependencies, improving stability at
      boot on wifi only hosts by @rdmark in #233
[2.2] Update manual to match current behavior and correct typos by
      @rdmark in #230 #234 #257
[2.2] Remove release notes code since it's no longer used by @rdmark
      in #256
Create Github workflow that builds, tests, and runs static analysis by
@rdmark in #255 #290 #314

Revision 1.55 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:10 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.39 (colored)

revbump after textproc/icu update

Revision 1.54 / (download) - annotate - [select for diffs], Thu Mar 2 08:15:25 2023 UTC (12 months, 3 weeks ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored) to selected 1.39 (colored)

Restore conditional PLIST entries.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Feb 28 16:24:01 2023 UTC (12 months, 4 weeks ago) by hauke
Branch: MAIN
Changes since 1.52: +1 -4 lines
Diff to previous 1.52 (colored) to selected 1.39 (colored)

Remove comment -- upstream has dropped support for openssl 1.0 APIs.

No functional changes.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Feb 28 15:33:59 2023 UTC (12 months, 4 weeks ago) by hauke
Branch: MAIN
Changes since 1.51: +6 -4 lines
Diff to previous 1.51 (colored) to selected 1.39 (colored)

Update net/netatalk22 to v2.2.8.

Changes in 2.2.8
================
* NEW: asip-status.pl: IPv6 support; show GSS-UAM SPNEGO blob;
       improved layout of output. (3.1 backport)
* NEW: apple_dump: support for EA meta data. (3.1 backport)
* NEW: Import netatalk-doc into the main repo, and overhaul
       scripts, man pages and html manual sources.
* UPD: Display the Netatalk Daemon icon with the '-icon' afpd.conf
       option for all platforms. GH #214
* UPD: Remove OpenSSL 1.0 backwards compatibility header.
       Please use OpenSSL 1.1 or later.
* UPD: configure: Enable DDP, timelord, and a2boot by default. GH #215
* UPD: configure: Disable Quota by default. GH #198
* FIX: afpd: Create tmp files in /tmp rather than / and clean up
       after use. Regression in 2.2.7. GH #188
* FIX: Provide MNTTYPE_NFS for Solaris descendents to enable
       compiling with Quota. GH #117
* FIX: afpd: reading from file may fail. SF Bug #619 (3.1 backport)
* FIX: timelord: Fall back to timezone when tm_gmtoff is unavailable.
       Makes it work on Solaris descendents. GH #194
* FIX: fix largefile-check macro for largefile with clang 16.
* FIX: Typo fixes in user facing strings.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Feb 7 23:00:40 2023 UTC (13 months, 2 weeks ago) by hauke
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) to selected 1.39 (colored)

Unlink temp file after using it to check for EA support.
Fixes GitHub issue #188

Patch from upstream

Revision 1.50 / (download) - annotate - [select for diffs], Tue Jan 10 22:07:33 2023 UTC (14 months, 2 weeks ago) by hauke
Branch: MAIN
Changes since 1.49: +3 -7 lines
Diff to previous 1.49 (colored) to selected 1.39 (colored)

Update net/netatalk22 to v2.2.7.

From the upstream ChangeLog:

[2.2] Fix 'multiple definition' compile time errors by @rdmark in #136
[2.2] Remove bitrotted code by @rdmark in #139
[2.2] Fixes for the OpenSSL 1.1 API; add OpenSSL 1.0 backwards compat by @rdmark in #142
[2.2] Install afp_ldap.conf based on LDAP support, not availability of ACLs. by @rdmark in #143
[2.2] Resolve gcc 10 compile time warnings on Linux by @rdmark in #165
[2.2] Downstream patches for NetBSD compatibility by @rdmark in #148
[2.2] Make timelord work on non-big-endian systems; ability to sync localtime by @rdmark in #151
[2.2] Resolve papd compile time errors due to deprecated CUPS calls by @rdmark in #152
[2.2] Resolve automake warnings running bootstrap by @rdmark in #153
[2.2] Handle special FIRSTNET behavior on NetBSD by @rdmark in #154
[2.2] papd patches for compatibility with older Apple LaserWriter drivers on Mac and GS/OS by @rdmark in #156
[2.2] Allow non-unicode volume to be scanned by the repair tool. by @rdmark in #158
[2.2] Update init script templates to start/stop a2boot daemon. by @rdmark in #160
[2.2] Backport Netatalk 3 patches by @rdmark in #161
[2.2] papd: Send replies to client when printing to prompt more data by @rdmark in #162
[2.2] afpd: Add option to disable afp session tickles by @rdmark in #163
[2.2] Update for Unicode 14 by @rdmark in #164
[2.2] Made the AsanteTalk bridge consistently start up in AppleTalk Phase 2$A!- by @rdmark in #166
[2.2] Introduce fully functional systemd unit configurations for all daemons by @rdmark in #167
[2.2] General stability patches by @rdmark in #168
Fix some compile errors by @JensKSP in #176

Package changes:

Distfile has been moved to github
Clean up unused PLIST variables

Revision 1.49 / (download) - annotate - [select for diffs], Tue Jan 3 17:38:02 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.39 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:50 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.39 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:04 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.39 (colored)

*: recursive bump for perl 5.36

Revision 1.46 / (download) - annotate - [select for diffs], Thu May 5 08:23:27 2022 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.39 (colored)

netatalk*: Use OPSYS_VERSION to numerically compare NetBSD releases

Revision 1.45 / (download) - annotate - [select for diffs], Fri Jan 28 21:18:18 2022 UTC (2 years, 1 month ago) by nat
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.39 (colored)

Backgrond printing works again:

https://github.com/rdmark/Netatalk/pull/1/commits/1d289cc41e810748237e2
6518d8f9b57954f5875

Allow a session tickleval of 0 instead of -1.  Based on the following commit:
https://github.com/rdmark/Netatalk/commit/0b4e290ac5343df093cbaef9c5ebcbc11ee -
912a2#diff-ac91c62802b4ac4bd19ade9f9b2ed99e07560281f11655038ee85b6f628cb1c1

These patches were supplied by Daniel Markstedt (rdmark) from his fork of
Netatalk22.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:04 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.39 (colored)

revbump for icu and libffi

Revision 1.43 / (download) - annotate - [select for diffs], Thu Oct 21 07:46:36 2021 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.39 (colored)

*: recursive bump for heimdal 7.7.0

its buildlink3.mk now includes openssl's buildlink3.mk

Revision 1.42 / (download) - annotate - [select for diffs], Fri Oct 1 13:34:12 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.41: +4 -1 lines
Diff to previous 1.41 (colored) to selected 1.39 (colored)

netatalk22: Fix RELRO build.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 29 19:01:09 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.39 (colored)

revbump for boost-libs

Revision 1.40 / (download) - annotate - [select for diffs], Sun Sep 12 15:52:37 2021 UTC (2 years, 6 months ago) by nat
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Fixes for earlier versions of appletalk and phase 1 interfaces.

Add option to disable afp session timeouts.
Fix setting of phase1 addresses on NetBSD.
Send replies to client when printing to prompt more data to be sent.

ok markd@.

Revision 1.39 / (download) - annotate - [selected], Mon May 24 19:53:21 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

*: recursive bump for perl 5.34

Revision 1.38 / (download) - annotate - [select for diffs], Wed Apr 21 13:25:11 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.39 (colored)

revbump for boost-libs

Revision 1.37 / (download) - annotate - [select for diffs], Fri Apr 2 09:54:26 2021 UTC (2 years, 11 months ago) by hauke
Branch: MAIN
Changes since 1.36: +2 -5 lines
Diff to previous 1.36 (colored) to selected 1.39 (colored)

Install afp_ldap.conf based on LDAP support, not availability of ACLs.

Have the CNID_DB repair tool warn about unsupported file-system
encoding, but not error out.

Correct some pkglint fallout.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Dec 4 04:56:08 2020 UTC (3 years, 3 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.39 (colored)

Revbump for openpam cppflags change months ago, belatedly.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:37 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.39 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:49 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.39 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.33 / (download) - annotate - [select for diffs], Fri May 22 10:56:29 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.39 (colored)

revbump after updating security/nettle

Revision 1.32 / (download) - annotate - [select for diffs], Wed May 13 04:27:22 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored) to selected 1.39 (colored)

net/netatalk22: clean up SUBST block for DVIPS

The DVIPS= appears once with quotes and once without.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Mar 20 11:58:08 2020 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.39 (colored)

*: Convert broken sourceforge HOMEPAGEs back to http

Revision 1.30 / (download) - annotate - [select for diffs], Tue Mar 10 22:10:47 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.39 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.29 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:57 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.39 (colored)

*: recursive bump for libffi

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jan 18 23:33:18 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.39 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:20 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.39 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 16 13:33:50 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored) to selected 1.39 (colored)

*: Remove USE_OLD_DES_API.

OpenSSL 1.1.1d no longer ships des_old.h, and the time for this being
necessary appears to be behind us.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Nov 23 17:55:01 2019 UTC (4 years, 4 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.39 (colored)

Newer cups versions are actively deprecating APIs, and access to
struct fields is now exclusively through accessor functions.

Deal with both issues.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Nov 3 11:45:44 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.23: +9 -9 lines
Diff to previous 1.23 (colored) to selected 1.39 (colored)

net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:12 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.39 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 21 22:25:33 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.39 (colored)

*: recursive bump for gdk-pixbuf2-2.38.1

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:40 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.39 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 2 20:03:32 2019 UTC (4 years, 9 months ago) by rjs
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.39 (colored)

Update for new openssl API.

Should fix PR pkg/53407.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 14 22:22:13 2018 UTC (5 years, 4 months ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.39 (colored)

Revbump after cairo 1.16.0 update.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 12 03:52:44 2018 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.39 (colored)

Recursive revbump from hardbuzz-2.1.1

Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:55 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.39 (colored)

Recursive bump for perl5-5.28.0

Revision 1.16 / (download) - annotate - [select for diffs], Tue Apr 17 22:29:46 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.39 (colored)

Add p11-kit to gnutls/bl3.mk and bump dependencies.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 16 14:35:02 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.39 (colored)

Recursive bump for new fribidi dependency in pango.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:21 2018 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.39 (colored)

Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 28 20:10:59 2018 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.39 (colored)

Bump PKGREVISION for gdbm shlib major bump

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 12 15:56:23 2018 UTC (6 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) to selected 1.39 (colored)

netatalk*: Skip archive libraries for SSP checks.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 23 17:20:07 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.39 (colored)

recursive bump for libxkbcommon removal from at-spi2-core

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 12 16:03:34 2017 UTC (6 years, 4 months ago) by khorben
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.39 (colored)

Bump PKGREVISION on packages depending on CUPS

This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 12 13:56:00 2017 UTC (6 years, 8 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.8: +8 -12 lines
Diff to previous 1.8 (colored) to selected 1.39 (colored)

Update netatalk22 to patch release 2.2.6.

For changes see
<https://github.com/Netatalk/Netatalk/commits/branch-netatalk-2-2>
- the upstream release branch does not have a changelog.

Upstream took a lot of our patches - thanks, guys!

Package changes include untangling ldap support, so that the package
builds with it. There has been confusion between acl and ldap support
upstream as well as in the package - see
patch-include_atalk_ldapconfig.h and
<https://github.com/Netatalk/Netatalk/commits/branch-netatalk-2-2/include/atalk/ldapconfig.h>.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 14 09:15:57 2017 UTC (6 years, 11 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.7: +1 -4 lines
Diff to previous 1.7 (colored) to selected 1.39 (colored)

GC list of conflicts - the pkgsrc framework will detect PLIST
conflicts automajically, says wiz@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 13 14:35:53 2017 UTC (6 years, 11 months ago) by hauke
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.39 (colored)

#define CUPS API compatibility options so we can build against newer
CUPS versions, and switch dependency away from cups15.

Update conflicts list.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:44 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.39 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:09 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.39 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:43 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.39 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 2 23:27:03 2015 UTC (9 years ago) by sevan
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (colored) to selected 1.39 (colored)

Include FreeBSD in the if statements to account for the additional files added via PLIST_VARS

Reviewed by wiz@

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 18 09:28:16 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.39 (colored)

Bump PKGREVISION for cups -> cups15 change.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 11 11:03:56 2014 UTC (9 years, 9 months ago) by hauke
Branch: MAIN
Diff to selected 1.39 (colored)

Rename net/netatalk to net/netatalk22. This is the last version to
support the AppleTalk ddp protocol, and here to stay while NetBSD
ships with AppleTalk support.

Add Netatalk 3.0.8 wip package as net/netatalk30.

"Netatalk 3 is a freely-available implementation of the Apple
Filesharing Protocol Suite (AFP) over TCP/IP.

Using Netatalk's AFP 3.1 compliant file-server leads to significantly
higher transmissions speeds compared with Macs accessing a server via
SMB or NFS, while providing clients with the best user experience (full
support for Macintosh metadata, flawlessly supporting mixed
environments of classic MacOS and MacOS X clients)."

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>