The NetBSD Project

CVS log for pkgsrc/mail/isync/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / isync

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.58 / (download) - annotate - [select for diffs], Mon Feb 5 14:46:18 2024 UTC (2 months, 1 week ago) by tm
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.57: +3 -1 lines
Diff to previous 1.57 (colored) to selected 1.36 (colored)

isync: fix build on illumos

Revision 1.57 / (download) - annotate - [select for diffs], Tue Oct 24 22:09:44 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.36 (colored)

*: bump for openssl 3

Revision 1.56 / (download) - annotate - [select for diffs], Sat May 13 08:49:27 2023 UTC (11 months, 1 week ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.36 (colored)

isync: Fix runtime error with OpenSSL 3.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:21 2022 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.36 (colored)

*: recursive bump for perl 5.36

Revision 1.54 / (download) - annotate - [select for diffs], Fri Dec 3 11:42:39 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.36 (colored)

isync: update to 1.4.4.

Fixes CVE-2021-44143: heap overflow in isync/mbsync.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Oct 19 11:23:16 2021 UTC (2 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.52: +2 -3 lines
Diff to previous 1.52 (colored) to selected 1.36 (colored)

Update to 1.4.3. From the changelog:

- limit maildir nesting depth
- enable embedding arbitrarily long strings into IMAP commands
- CVE-2021-3578: fix handling of unexpected APPENDUID response code
- don't crash on malformed CAPABILITY responses
- tolerate INBOX mis-casing in Path
- make UIDVALIDITY recovery more strict about vanished messages
- improve error messages about irrecoverably changed UIDVALIDITY
- CVE-2021-20247: reject funny mailbox names from IMAP LIST/LSUB
- be more tolerant of formally malformed response codes
- fix bogus continuation of IMAP list parsing
- accept unsolicited FETCH responses (without payload) after all
- use correct <poll.h> header

Revision 1.52 / (download) - annotate - [select for diffs], Mon May 24 19:52:41 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored) to selected 1.36 (colored)

*: recursive bump for perl 5.34

Revision 1.51 / (download) - annotate - [select for diffs], Wed Feb 17 15:10:11 2021 UTC (3 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored) to selected 1.36 (colored)

isync: Update to 1.4.0

* Import upstream patch to fix runtime errors.

Changelog:
This is a feature release that comes with significant new functionality:

- The IMAP '$Forwarded' / Maildir 'P' (passed) flag is supported now.

- Support for configuring a TLS cipher string was added.

- IMAP mailbox subscriptions are supported now.

- The IMAP user query can be scripted now.

- Added built-in support for the macOS Keychain.

- Messages excluded by MaxSize will now result in placeholders.

Compatibility concerns:

- The 'isync' compatibility wrapper was removed.

- A C11 compiler is required for building now.

- The validity of the config file is checked more stricly now, including:
  - Appearance of options in unexpected places
  - The capitalization of INBOX

- The new TLSv1.3 flag must be added to SSLVersions if the option is
  used, unless disabling that version is desired (which is unlikely).

- Removed support for the obsolete/insecure SSL v3.

- The use of Master/Slave terminology has been deprecated.

Bugfixes:

- All bugfixes up to 1.3.4 are included.
- IMAP protocol errors are handled more robustly now.
- Fixed support for SASL's built-in EXTERNAL mechanism.
- Improved reliability of synchronization when resuming interrupted runs.
- Fixed MaxSize being ignored under certain circumstances when only one of
  New and ReNew was requested.
- Fixed a network inefficiency occurring with server-side mailboxes that
  receive new messages only via mbsync.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:56 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.36 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jun 12 13:46:22 2020 UTC (3 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.36 (colored)

isync: Increase PassCmd output buffer size to work with Gmail

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

*: Convert broken sourceforge HOMEPAGEs back to http

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jan 18 23:32:48 2020 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.36 (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.46 / (download) - annotate - [select for diffs], Sat Jan 18 21:49:50 2020 UTC (4 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored) to selected 1.36 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.45 / (download) - annotate - [select for diffs], Sun Dec 29 01:00:22 2019 UTC (4 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.44: +4 -3 lines
Diff to previous 1.44 (colored) to selected 1.36 (colored)

Update to 1.3.1

* Enable SASL support

Changelog:
This is a long overdue maintenance release:
- SSL now uses SNI, which for example GMail requires
- fixed fallbacks for missing UIDPLUS extension (with e.g. DavMail)
- fixed UIDVALIDITY recovery with really long Message-id headers
- fixed GSSAPI authentication with Kerberos
- fixed support for IMAP servers which do not sort search results (e.g.,
  poczta.o2.pl)
- fixed CopyArrivalDate on platforms without glibc
- fixed useless SASL warnings with certain plugins
- the perl 5.14 requirement is now made explicit
- improved OpenBSD support
- fixed a bunch of compiler warnings

Revision 1.44 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:28 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.36 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.43 / (download) - annotate - [select for diffs], Fri Mar 8 18:16:06 2019 UTC (5 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.36 (colored)

Fix a typo

Revision 1.42 / (download) - annotate - [select for diffs], Fri Mar 8 18:14:45 2019 UTC (5 years, 1 month ago) by ryoon
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored) to selected 1.36 (colored)

Support SNI with upstream patch

* Support SNI. for example Google GMail IMAP4 server
* Bump PKGREVISION

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 19 13:08:14 2018 UTC (5 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (colored) to selected 1.36 (colored)

Update to 1.3.0. From the changelog:

- Network timeout handling has been added.

- Support for proper Maildir++ and a Maildir sub-folder naming style
  without extra dots have been added.

- Support for TLS client certificates was added.

- Support for recovering from baseless UID validity changes was added.

- The get-cert script was renamed to mbsync-get-cert.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 15 14:15:01 2016 UTC (7 years, 4 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored) to selected 1.36 (colored)

Update to 1.2.1. From the changelog:

- The 'isync' compatibility wrapper is now deprecated.
- An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially any more.
  This means that some Patterns may need adjustment.
- The default output is a lot less verbose now.
  The meanings of the -V and -D options changed significantly.
- The SSL/TLS configuration has been re-designed.
  SSL is now explicitly enabled or disabled - "use SSL if available" is gone.
  Notice: Tunnels are assumed to be secure and thus default to no SSL.
- Support for SASL (flexible authentication) has been added.
- Support for Windows file systems has been added.
- Support for compressed data transfer has been added.
- Folder deletions can be propagated now.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Dec 7 00:00:42 2016 UTC (7 years, 4 months ago) by wiedi
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.36 (colored)

c99 fixes SunOS

Revision 1.38 / (download) - annotate - [select for diffs], Sat Mar 5 11:28:49 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.36 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.36.6.1 / (download) - annotate - [select for diffs], Wed Jul 8 19:51:35 2015 UTC (8 years, 9 months ago) by tron
Branch: pkgsrc-2015Q2
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

Pullup ticket #4760 - requested by bsiegert
mail/isync: bug fix patch

Revisions pulled up:
- mail/isync/Makefile                                           1.37
- mail/isync/distinfo                                           1.14
- mail/isync/patches/patch-src_socket.c                         1.3

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sat Jul  4 15:52:51 UTC 2015

   Modified Files:
           pkgsrc/mail/isync: Makefile distinfo
   Added Files:
           pkgsrc/mail/isync/patches: patch-src_socket.c

   Log Message:
   Fix crashing bug in mbsync on NetBSD 6. From Enami Tsugutumo in
   PR pkg/49784.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jul 4 15:52:51 2015 UTC (8 years, 9 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

Fix crashing bug in mbsync on NetBSD 6. From Enami Tsugutumo in
PR pkg/49784.

Revision 1.36 / (download) - annotate - [selected], Thu Oct 9 14:06:39 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Branch point for: pkgsrc-2015Q2
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jun 9 17:29:09 2014 UTC (9 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.36 (colored)

Update to 1.1.1. From the changelog:

* src/mbsync.1:
    * don't lie about the default of User
    * fix typos
* src/drv_maildir.c:
    * don't forget to reset message counts when skipping scan
    * remove apparently pointless resetting of recent message count
* src/compat/convert.c:
    * error-check renaming of uid mapping database
    * error-check reading of old uidvalidity and maxuid files
* src/sync.c:
    * error-check committing of sync state
    * better error messages for sync state and journal related errors
    * remove pointless/counterproductive "Disk full?" error message suffixes
    * don't crash in message expiration debug print
* src/compat/config.c:
    * fix "inverse copy&pasto" in account labeling code
    * don't needlessly quote strings
    * write Sync and Expunge to global section if applicable
    * don't bother checking impossible condition
* src/main.c:
    * fix segfault on passing --{create,expunge}-{master,slave}
    * don't needlessly spell out INBOX
* src/drv_imap.c:
    * don't crash on malformed response code
    * don't crash on truncated LIST response
    * fix crash on store without prior fetch with non-UIDPLUS servers
    * don't error out if we don't get an X-TUID header
* src/compat/main.c:
    * remove pointless pointer assignment
* src/: drv_maildir.c, mdconvert.c:
    * fix hypothetical buffer overflows
    * close a bunch of fd leaks in error paths
* src/util.c:
    * actually use prime numbers for all hash bucket sizes
* src/config.c:
    * fix zero MaxSize override in Channels
* src/compat/: config.c, isync.h, util.c:
    * rework maildir store mapping
* src/socket.c:
    * remove pointless use of AI_V4MAPPED flag
* configure.ac, src/common.h, src/drv_imap.c, src/util.c:
    * make date parsing portable, take 2
* src/: drv_maildir.c, sync.c:
    * fix _POSIX_SYNCHRONIZED_IO usage

Many of these changes were in response to findings from a Coverity scan.

Revision 1.34 / (download) - annotate - [select for diffs], Sat May 17 04:06:56 2014 UTC (9 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.33: +4 -1 lines
Diff to previous 1.33 (colored) to selected 1.36 (colored)

Detect absence of AI_V4MAPPED to fix build on NetBSD.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Apr 24 14:48:44 2014 UTC (9 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.32: +2 -11 lines
Diff to previous 1.32 (colored) to selected 1.36 (colored)

Update to 1.1.0. From the changelog:

* Support for hierarchical mailboxes in Patterns.
* Full support for IMAP pipelining (streaming, parallelization)
  added. This is considerably faster especially with high-latency
  networks.
* Faster and hopefully more reliable support for IMAP servers without
  the UIDPLUS extension (e.g., M$ Exchange).
* More automatic handling of SSL certificates.
* IPv6 support.
* IMAP password query can be scripted.
* Message arrival dates can be propagated.
* Data safety in case of system crashes was improved.
* MaxMessages was made vastly more useful.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:08 2014 UTC (10 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.36 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Feb 6 23:22:45 2013 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.36 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Oct 8 12:19:14 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored) to selected 1.36 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jan 18 14:34:29 2012 UTC (12 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored) to selected 1.36 (colored)

Revbump after updating db5

Revision 1.28 / (download) - annotate - [select for diffs], Thu Sep 16 08:06:16 2010 UTC (13 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.36 (colored)

Revbump after updating databases/db5

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 2 13:05:01 2010 UTC (13 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.26: +8 -8 lines
Diff to previous 1.26 (colored) to selected 1.36 (colored)

Fix building with db5; revision bump for db4 update

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:24 2010 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.36 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jul 12 20:26:59 2009 UTC (14 years, 9 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.24: +8 -6 lines
Diff to previous 1.24 (colored) to selected 1.36 (colored)

Update mail/isync to 1.0.4

Changelog contains mostly bugfixes.
Add path-af to handle 64bits time_t

Revision 1.24 / (download) - annotate - [select for diffs], Sat Sep 6 20:54:33 2008 UTC (15 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.36 (colored)

Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 18 05:08:25 2008 UTC (16 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.36 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 12 11:36:32 2008 UTC (16 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.36 (colored)

db4 update related revision bump

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 8 12:25:04 2007 UTC (16 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.36 (colored)

PKGREVISION bump for db4 shlib name change.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 18 18:26:21 2007 UTC (17 years, 3 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored) to selected 1.36 (colored)

Avoid segfault when parsing configuration file under netbsd

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 18 10:27:11 2007 UTC (17 years, 3 months ago) by tonio
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.36 (colored)

Update mail/isync to 1.0.3

2006-11-01 08:19  Oswald Buddenhagen <ossi@users.sf.net>
        * src/: drv_imap.c, mbsync.1:
        - un-document "Host imaps:[...]" syntax and introduce new option UseIMAPS
          instead
        - apply ted's patch to support UseIMAPS in conjunction with Tunnel
        - document that SSLv2 is No Good (TM)
2006-11-01 08:14  Oswald Buddenhagen <ossi@users.sf.net>
        * src/drv_imap.c:
        - move assigning default port to the place of use

Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 7 20:20:26 2006 UTC (18 years, 1 month ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.17: +3 -4 lines
Diff to previous 1.17 (colored) to selected 1.36 (colored)

Update mail/isync to 1.0.2
- remove patch-af, as it is already in the release
- take maintainership.

Changelog:
* src/compat/main.c: fix 'isync -w' writing .mbsyncrc to a wrong directory
* src/sync.c: less confusing uid ranges in debug
* src/sync.c: - sanitize flag handling of expired messages
  - don't record we synced flags if we didn't
  - remove now superfluous temporary rflags
* src/drv_maildir.c: less confusing error message on invalid mailbox.
* src/drv_imap.c:
revert 1.8 - what was i smoking?! the CREATE argument is already quoted;
we just extracted it from the previous command. ( that was patch-af )
* src/drv_maildir.c:
  make flag changes unset "new" status - unless a ghost is acting in the
  background, a flag change indicates that the message was at least
  noticed.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:00 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.36 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 25 17:35:49 2006 UTC (18 years, 2 months ago) by tonio
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.36 (colored)

Fix -C for imap mailboxes : do not quote argument of CREATE
(this fix comes from isync cvs)
Bump PKGREVISION

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 6 15:10:05 2006 UTC (18 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.36 (colored)

DEPENDS and PKGREVISION bumps because db4's library name changed.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 20 16:01:55 2005 UTC (18 years, 4 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.36 (colored)

explicitly include databases/db4/buildlink3.mk, as isync only accepts db4

Revision 1.13 / (download) - annotate - [select for diffs], Sat Oct 29 17:12:59 2005 UTC (18 years, 5 months ago) by kristerw
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.36 (colored)

This pkg installs some README files etc.  Add them to the PLIST.

Bump PKGREVISION.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 24 09:31:54 2005 UTC (19 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.11: +9 -5 lines
Diff to previous 1.11 (colored) to selected 1.36 (colored)

- Update isync to 1.0.1 - thanks to Antoine.Reilles@loria.fr for the
  first set of patches
- Many updates and bugfixes, in summary:
	- better OpenSSL detection
	- update c-client support
	- use legacy flock() only on linux
	- cope with out-of-disk-space halfways gracefully

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:20 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored) to selected 1.36 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 26 17:49:35 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored) to selected 1.36 (colored)

Enable pkgviews installation.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 26 17:47:31 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.36 (colored)

This package needs Berkeley DB.  Include bdb.buildlink3.mk.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 27 20:49:18 2004 UTC (19 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.36 (colored)

Reset maintainer on his request.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 3 00:12:53 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.36 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 18 05:33:48 2004 UTC (20 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.36 (colored)

Convert to buildlink3.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:44 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.36 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 21 07:12:12 2004 UTC (20 years, 2 months ago) by snj
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.36 (colored)

s/Syncronize/Synchronize/

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 27 16:54:06 2003 UTC (20 years, 3 months ago) by seb
Branch: MAIN
Changes since 1.2: +11 -5 lines
Diff to previous 1.2 (colored) to selected 1.36 (colored)

Update to version 0.9.2.

Changes in version 0.9
Added Tunnel directive to allow the user to specify a shell command to run
to set up an IMAP connection in place of a TCP socket (eg., to run over
an SSH session).

Added PREAUTH support (useful mostly in conjunction with Tunnel).

Messages marked deleted are not uploaded when we are going to expunge.

Locally generated messages are not re-fetched after uploading even if the
UIDPLUS extension is not supported by the server.

Added `OneToOne' configuration option: ignore any Mailbox specifications
and instead pick up all mailboxes from the local MailDir and remote Folder
and map them 1:1 onto each other according to their names.

-C now creates both local and remote boxes; -L and -R create only local/remote.

--quiet is now really quiet.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 12 03:39:40 2003 UTC (20 years, 5 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.36 (colored)

PKGREVISION++ after openssl update.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Dec 7 15:12:41 2002 UTC (21 years, 4 months ago) by cjep
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.36 (colored)

Initial import of isync 0.8 into the NetBSD packages collection as
mail/isync.

isync is a command line utility for synchronizing a remote IMAP mailbox
with a local maildir-style mailbox. This is useful for working in
disconnected mode, such as on a laptop. Modifications made locally and
remotely are synchronized so that no message status flags are lost.

Supplied by Ceri Storey in PR#19314. Thanks!

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 7 15:12:41 2002 UTC (21 years, 4 months ago) by cjep
Branch: MAIN
Diff to selected 1.36 (colored)

Initial revision

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>