pkgsrc/mail
wiz 56a319d42c Updated rspamd to 1.5.3.
From Bartosz Kuzma <bartosz.kuzma@gmail.com> via pkgsrc-wip.

1.5.3:
	* [Conf] Add composite for hacked wordpress phishing
	* [CritFix] Fix base64 decoding when there are unparseable characters
	* [Feature] Additional symbol metadata in metadata exporter
	* [Feature] Add method to get protocol reply from Lua
	* [Feature] Add symbols when tagged rcpt/sender are normalised
	* [Feature] Add task:get_symbols_all() function
	* [Feature] Allow multiple formats of DKIM signing key
	* [Feature] Allow to cache and use flexible protocol reply
	* [Feature] Allow to set one_shot flag from register_symbol
	* [Feature] Allow to skip certain types of hashes when learning fuzzy
	* [Feature] Cache and insert scan time into the protocol
	* [Feature] Detect newlines in rspamc --mime
	* [Feature] DKIM signing: support use of maps
	* [Feature] Greylist: Support excluding low-scoring messages from greylisting
	* [Feature] Implement lua history in controller
	* [Feature] Implement redis history querying
	* [Feature] Preliminary implementation of redis history plugin
	* [Feature] Support using request headers in settings
	* [Fix] Change default template to deal with non-ASCII characters
	* [Fix] Deal with lists of maps in whitelist module
	* [Fix] DKIM signing: use domain-specific signing key
	* [Fix] Do not reallocate completed zstd buffer
	* [Fix] Do not use local_addrs in proxy
	* [Fix] Fix crash when resolver is undefined
	* [Fix] Fix double free when closing lua_tcp connections
	* [Fix] Fix for lua 5.3
	* [Fix] Fix freeing of arrays iterators
	* [Fix] Fix issue with task:get_symbol and symbols with no metric
	* [Fix] Fix log line duplication in `rspamadm grep`
	* [Fix] Fix memory corruption on termination
	* [Fix] Fix out-of-bound access in base64 decode
	* [Fix] Fix ratelimit + greylisting
	* [Fix] Fix subject rewriting
	* [Fix] Fix task:set_recipients function
	* [Fix] Fix URI_COUNT_ODD rule
	* [Fix] Follow the traditional symbols conventions in RCPT_COUNT rule
	* [Fix] Greylist: Suppress greylist action for whitelisted hosts too
	* [Fix] Metadata exporter: use rule-specific settings for emails
	* [Fix] Properly set missing fields in exporter
	* [Fix] Proxy: max_retries option
	* [Fix] RCPT_COUNT fixes
	* [Fix] Rework HAS_X_PRIO rule to match symbols conventions
	* [Fix] Update issues in ac-trie
	* [Fix] Use optimised base64 decoding in DKIM
	* [WebUI] Add preliminary v2 history parser
	* [WebUI] Allow different history parsers
	* [WebUI] Display symbols
	* [WebUI] Rework history v2 function

1.5.2:
	* [Conf] Add default config for spamassasssin plugin
	* [Conf] Add default configuration for antivirus module
	* [Conf] Add dkim signing docs
	* [Conf] Add mx_check default config
	* [Conf] Add replies config
	* [Conf] Add trie default config
	* [Feature] Add heuristic to find text parts in files
	* [Feature] Add rule to detect broken content type
	* [Feature] Allow to extract CTE in Lua API
	* [Feature] Allow to set from address for a lua_task
	* [Feature] Allow to set recipients of a task from Lua
	* [Feature] Enchance text_part:get_content method
	* [Feature] Remove + aliases from emails
	* [Feature] Support rmilter block and dkim signature in CGP helper
	* [Feature] Support running event loop from Lua
	* [Fix] Antivirus: use scanner-specific redis prefix
	* [Fix] Couple of fixes for DKIM signing module
	* [Fix] Distinguish missing and broken mandatory headers
	* [Fix] Do more heuristical detection for missing CTE
	* [Fix] Do not resort cache on each check
	* [Fix] Fix CGP escaping
	* [Fix] Fix MISSING_MIME_VERSION rule for plain messages
	* [Fix] Fix parsing of cte in expressions
	* [Fix] Fix partial matches in rspamadm grep
	* [Fix] Fix setting class on style field
	* [WebUI] Auto-switch Throughput units to `msg/min` for very low rate
	* [WebUI] Update D3Evolution to 0.0.2

1.5.1:
	* [CritFix] Fix processing of stop_patterns with `\0` character
	* [CritFix] Fix setting of raw key for signing
	* [Fix] Fix lua exports from plugins during reload
	* [Fix] Fix prefilters action scores
	* [Fix] Fix symbols processing order
	* [Minor] Help cmake find gthread
	* [Minor] Some cmake fixes

1.5.0:
	* [Conf] Add configurations for asn, clickhouse and dcc
	* [Conf] Add default config for url redirector plugin
	* [Conf] Add the default config for greylist module
	* [Conf] Allow to edit all local maps from WebUI by default
	* [CritFix] Deal with absent headers in DKIM
	* [CritFix] Do not trust remote shingles count
	* [CritFix] Fix bad memory leak in TLS certificates validation
	* [CritFix] Fix critical memory issues with radix maps
	* [CritFix] Fix descriptors leak on reload
	* [CritFix] Fix headers selection in DKIM verification
	* [CritFix] Fix parsing of boundaries that end with `--`
	* [CritFix] Repair PTR_ARRAY_FOREACH macro
	* [Feature] Add CORS support to the controller
	* [Feature] Add FROM_NAME_EXCESS_SPACE rule
	* [Feature] Add REPLYTO_EMAIL_HAS_TITLE rule
	* [Feature] Add `caseless_hash` method to `lua_util`
	* [Feature] Add `rip` keyword to ratelimit module
	* [Feature] Add a simple benchmark for content type parsing
	* [Feature] Add boundaries parsing in content type
	* [Feature] Add charset detection for text parts
	* [Feature] Add content disposition parser
	* [Feature] Add fallback if too many updates are failing
	* [Feature] Add function to convert struct tm to time using timezone
	* [Feature] Add function to normalize HTTP paths
	* [Feature] Add fuzzy collection plugin
	* [Feature] Add fuzzy logic for images
	* [Feature] Add gmime parser to mime_tool
	* [Feature] Add heuristic to detect broken messages
	* [Feature] Add heuristic to find displayed URLs
	* [Feature] Add heuristic to process broken email addresses
	* [Feature] Add images normalization
	* [Feature] Add mechanism for disabling composites (Fixes #1270)
	* [Feature] Add method to create regexp from a glob pattern
	* [Feature] Add mime encoding manipulation routines
	* [Feature] Add mime tool to explore messages
	* [Feature] Add more meta tokens from received headers
	* [Feature] Add neighbours option to support Rspamd cluster in WebUI
	* [Feature] Add new function to parse mime addresses
	* [Feature] Add new methods for lua_tcp
	* [Feature] Add own headers decoding routine
	* [Feature] Add own routine to generate a message id
	* [Feature] Add parser for SMTP date
	* [Feature] Add per-task lua cache to reuse 'heavy' objects
	* [Feature] Add plugins list path in WebUI
	* [Feature] Add preliminary multipart support
	* [Feature] Add preliminary version of DKIM signing module
	* [Feature] Add profiling support in client output
	* [Feature] Add rfc2047 grammar
	* [Feature] Add rfc2047 variant for QP decoding
	* [Feature] Add rmilter_headers module (Fixes #1227)
	* [Feature] Add sse42 version of base64 decoding
	* [Feature] Add ssse3 and avx2 base64 decoders
	* [Feature] Add support of libgd
	* [Feature] Add the preliminary version of redirects resolver in Lua
	* [Feature] Add ucl_object_iterate_full function
	* [Feature] Add url encoding function
	* [Feature] Allow SOA requests in lua dns
	* [Feature] Allow custom parse types in lua ucl
	* [Feature] Allow plugins to register webui handlers
	* [Feature] Allow to add options explicitly to symbols
	* [Feature] Allow to call a callback when symbol frequency is on peak
	* [Feature] Allow to call redirector script from SURBL
	* [Feature] Allow to create variable length dkim keys
	* [Feature] Allow to have module specific options for Redis in plugins
	* [Feature] Allow to pass sign key directly from Lua
	* [Feature] Allow to register configuration docs from Lua API
	* [Feature] Allow to return options as a table
	* [Feature] Allow to set peak callbacks from Lua
	* [Feature] Allow to specify custom method for a message
	* [Feature] Allow to store dkim keys in Redis
	* [Feature] Allow to store messages in files
	* [Feature] Apply DCT using AAN for fuzzy signature
	* [Feature] Avira SAVAPI support
	* [Feature] Cache and simplify DCT and jpeg decode
	* [Feature] Cache libicu convertors
	* [Feature] Detect URLs with suspicious omographs
	* [Feature] Do not increase score for duplicate options
	* [Feature] Do not trust CTE, check base64 and qp strictly
	* [Feature] Dynamic reputation in URL reputation plugin
	* [Feature] Extend redis lock when learning spawned
	* [Feature] Filter non-utf chars from all decoded headers
	* [Feature] Fix phishing detection for IDNA urls
	* [Feature] Ignore bad symbols on base64 decoding
	* [Feature] Ignore too wide elements in SPF
	* [Feature] Implement fuzzy collection mode
	* [Feature] Implement helo maps in multimap
	* [Feature] Implement human readable buckets configuration
	* [Feature] Implement min-hash shingles for DCT data from images
	* [Feature] Implement new algorithm for fuzzy hashes of images
	* [Feature] Implement new unicode normalizer
	* [Feature] Implement quoted printable decoding
	* [Feature] Implement received headers flags
	* [Feature] Implement rspamdgrep tool
	* [Feature] Implement sane checksum for config file
	* [Feature] Implement url tags concept
	* [Feature] Improve detection of omographs using libicu
	* [Feature] Improve url redirector module
	* [Feature] Multimap: Received header processing
	* [Feature] Multiple improvements in the maps
	* [Feature] New URL filters in multimap
	* [Feature] Plugin to force actions on selected symbols
	* [Feature] RBL module: support hashing for emails and helo RBL
	* [Feature] Reuse URL tags in SURBL module
	* [Feature] Rework RRD ds count, add conversion path
	* [Feature] Rework surbl module to avoid extra redirector calls
	* [Feature] Send config id to the WebUI
	* [Feature] Simplify HTTPCrypt client support
	* [Feature] Skip processing for large images
	* [Feature] Start collection only mode implementation for fuzzy storage
	* [Feature] Start import of the optimized base64 decode
	* [Feature] Store all received headers in lua
	* [Feature] Store relational order of all headers in a message
	* [Feature] Support DKIM signing in Lua plugins
	* [Feature] Support HTTPCrypt client in lua_http
	* [Feature] Support setting SMTP message in multimap
	* [Feature] Support setting metric subject from Lua
	* [Feature] Support setting subject in force actions module
	* [Feature] Treat v6 mapped addresses as v4 addresses
	* [Feature] URL reputation plugin
	* [Feature] Use Redis instead of memcached in URLs redirector
	* [Feature] Use Rspamd rfc2047 decoder instead of gmime one
	* [Feature] Use a different normalization for fuzzy images
	* [Feature] Use normalized images in fuzzy hashes
	* [Feature] Use own code for parsing of date
	* [Feature] Use shingles for images fuzzying
	* [Feature] Use t1ha for hashes, allow inlining
	* [Feature] Use t1ha instead of metrohash and xxhash32
	* [Feature] Various new features in metadata exporter module
	* [Feature] rmilter_headers: authentication-results (#78)
	* [Fix] Add additional check to mark redis connection inactive
	* [Fix] Add packed attribute for protocol structure
	* [Fix] Adopt OMOGRAPH_URL rule
	* [Fix] Allow static maps
	* [Fix] Allow to disable classifiers checks using settings and conditions
	* [Fix] Another try to fix 0 length maps
	* [Fix] Another try to fix corruption during maps reload
	* [Fix] Another try to fix descriptors leak
	* [Fix] Another try to fix reload and logger
	* [Fix] Antivirus module: register virtual symbols for patterns
	* [Fix] Avoid extensive reallocs
	* [Fix] Avoid mempool leak in SA plugin on reload
	* [Fix] Avoid race condition on saving cache and reload
	* [Fix] Avoid reusing g_error (Fixes #1262)
	* [Fix] Break pool connection on fatal redis errors
	* [Fix] Check for NaN properly
	* [Fix] Couple of fixes for date parsing
	* [Fix] Date header timezone adjustments (#1279)
	* [Fix] Deal with EOF properly
	* [Fix] Decode filename in content disposition
	* [Fix] Disable fuzzy images by default
	* [Fix] Disable zero-copy mode for text parts to avoid crashes
	* [Fix] Do not destroy session when not all finish scripts are done
	* [Fix] Do not greyscale images
	* [Fix] Do not leave parent-less workers processes on fatal errors
	* [Fix] Do not lowercase Content-Disposition to perform decoding
	* [Fix] Do not penalize characters just after numeric prefix
	* [Fix] Do not refork workers that are intended to die
	* [Fix] Do not set pre-result and update records for no `Queue-ID` messages
	* [Fix] Do not skip post-filters when pre-filters have set some results
	* [Fix] Do not stop symbols planning if async events are pending
	* [Fix] Do not try to set keys for unencrypted requests in proxy
	* [Fix] Encode URLs according to rfc3986
	* [Fix] Encode URLs before sending them to the protocol
	* [Fix] Filter bad characters from message id
	* [Fix] Fix CTE detection heuristic
	* [Fix] Fix Content-Type in HTTP requests
	* [Fix] Fix IDN eslds phishing checks
	* [Fix] Fix adding maps from config in Lua
	* [Fix] Fix another reload memory issue
	* [Fix] Fix argument returned on redis backend errors
	* [Fix] Fix assertion in graph handling
	* [Fix] Fix body trie matching
	* [Fix] Fix build
	* [Fix] Fix byte array expansion during toutf8 conversion
	* [Fix] Fix charset normalisation
	* [Fix] Fix checking of DKIM bodies that needs just `\n` to be added
	* [Fix] Fix couple of cornercases with email addresses
	* [Fix] Fix couple of issues
	* [Fix] Fix dependencies tracking for callback symbols
	* [Fix] Fix detection of jpeg size
	* [Fix] Fix errors handling in fuzzy backend initialization
	* [Fix] Fix fuzzy hashes count
	* [Fix] Fix globbing and convert lists to arrays in fuzzy_check
	* [Fix] Fix heuristical CTE detection for QP encoding
	* [Fix] Fix ignoring of bad text parts
	* [Fix] Fix indexes in array access, interleave loop
	* [Fix] Fix int64 -> double conversion
	* [Fix] Fix invalid memory access on reload
	* [Fix] Fix issues with empty updates
	* [Fix] Fix issues with quoted-printable encoding
	* [Fix] Fix keys names
	* [Fix] Fix lots of issues in mime parser code
	* [Fix] Fix lua maps load
	* [Fix] Fix macro name
	* [Fix] Fix mas group score calculations
	* [Fix] Fix matching of the same patterns from different tries
	* [Fix] Fix memory corruprtion and leak
	* [Fix] Fix memory leak in HTTP maps
	* [Fix] Fix memory leak in expression destroying
	* [Fix] Fix memory leak in parsing of mime names
	* [Fix] Fix memory leak in safe ucl iterators
	* [Fix] Fix memory leak on reload in plugins
	* [Fix] Fix modules reconfigure on reload
	* [Fix] Fix monitored setup fro URLBLs with IP addresses
	* [Fix] Fix name of var
	* [Fix] Fix new rrd updates
	* [Fix] Fix out of bounds access
	* [Fix] Fix parsing messages with no body
	* [Fix] Fix parsing of '=' character in headers
	* [Fix] Fix parsing of messages with no content type
	* [Fix] Fix plugins callbacks in webui
	* [Fix] Fix possible memory corruption in redis pool
	* [Fix] Fix probability calculations for fuzzy redis backend
	* [Fix] Fix processing errors in lua_tcp
	* [Fix] Fix processing of emails with name only
	* [Fix] Fix processing of non-multipart messages
	* [Fix] Fix processing of parts with no valid content type
	* [Fix] Fix race condition in SIGUSR2 handler
	* [Fix] Fix redis options parsing when no redis servers are defined
	* [Fix] Fix reload and hyperscan ready event
	* [Fix] Fix reload memory issue
	* [Fix] Fix rra_ptr conversion
	* [Fix] Fix rrd file conversion
	* [Fix] Fix setting of content-type attributes
	* [Fix] Fix signing headers creation in DKIM
	* [Fix] Fix stddev calculations
	* [Fix] Fix surbl plugin to work with composite maps
	* [Fix] Fix timezones parsing
	* [Fix] Fix tokens usage
	* [Fix] Fix urls and emails hashes
	* [Fix] Fix usage of unsafe ucl iterators
	* [Fix] Fix work with broken utf8 tokens
	* [Fix] Fix writing of user to roll history
	* [Fix] Forgotten worker
	* [Fix] Further memory leaks fixes
	* [Fix] Ignore lua metatokens in bayes for now
	* [Fix] Improve OMOGRAPH_URL rule
	* [Fix] Lua IP from string should be invalid if parsing failed
	* [Fix] Miltiple fixes to new lua_tcp, add debugging
	* [Fix] More fixes for iterators cleanup
	* [Fix] More fixes to logger initialization
	* [Fix] More heuristic fixes for phishing detection
	* [Fix] More leaks eliminated
	* [Fix] More leaks...
	* [Fix] More random fixes for reload...
	* [Fix] Multimap: Fixes for email filters
	* [Fix] Multiple fixes for fann module
	* [Fix] Multiple memory corruption fixes
	* [Fix] Normalize path in HTTP router
	* [Fix] Plug memory leak
	* [Fix] Plug memory leak in adding radix trees
	* [Fix] Plug memory leak in configuration parser
	* [Fix] Plug memory leak in expressions parsing during reload
	* [Fix] Plug memory leak in learning fuzzy storage
	* [Fix] Plug memory leak in lua_tcp
	* [Fix] Plug reload leaks
	* [Fix] Plug termination memory leaks
	* [Fix] Really increase lock lifetime
	* [Fix] Replies module: fix symbol weight
	* [Fix] Restore content type params related functions
	* [Fix] Set task's subject from mime subject
	* [Fix] Sigh, one more reload leak
	* [Fix] Simplify images shingles
	* [Fix] Some more memory issues are fixed
	* [Fix] Stop hardcoding of lua in C
	* [Fix] Stop processing of bad parts as text parts
	* [Fix] Strictly filter bad characters when emittin json
	* [Fix] Strings returned from lua are ephemeral
	* [Fix] Support unix sockets for lua redis
	* [Fix] Try to fix issues with reloading config
	* [Fix] Try to fix race condition in redis_pool
	* [Fix] Use checksum to avoid intersection between different ANNs
	* [Fix] Use rspamd hashes in embedded ucl
	* [Fix] Use sane default rewrite subject (*** SPAM *** %s)
	* [Fix] Various collection mode fixes
	* [Fix] Various fixes to mime parser
	* [Fix] Various reload leak fixing
	* [Fix] Whitelist certain extensions from archive checks
	* [Rework] Add preliminary implementation of the mime parser
	* [Rework] Adopt code for the new options
	* [Rework] Change logger setup interface
	* [Rework] Composite configuration (#1270)
	* [Rework] Finally remove gmime dependency from Rspamd
	* [Rework] Further fixes to symbols frequencies
	* [Rework] Implement content type parser for mime
	* [Rework] Kill all InternetAddressList usages
	* [Rework] Multiple fixes for symbols cache statistics
	* [Rework] Refactor struct names
	* [Rework] Rework images fuzzy hashes algorithm
	* [Rework] Rework lua_tcp to allow TCP dialog
	* [Rework] Start massive rework to get rid of gmime
	* [Rework] Start new approach for multiparts parsing
	* [Rework] Start rework of mime addresses
	* [Rework] Start rework of symbols cache updates
	* [Rework] Start switching to libicu
	* [Rework] Use a special structure for stats tokens
	* [Rework] Use hash tables for symbols options
	* [Rework] Use libicu instead of iconv for conversions
	* [Rework] Use new scheme to parse mime parts
	* [WebUI] Add Access-Control-Allow-Origin for cluster management
	* [WebUI] Add Throughput graph autorefreshing (#820)
	* [WebUI] Add Visibility.js library
	* [WebUI] Add basic cluster support to Throughput tab
	* [WebUI] Add graph legend entries for new DSes
	* [WebUI] Add graph tab
	* [WebUI] Add neighbours RRD data consolidation
	* [WebUI] Add preliminary save symbols clustering
	* [WebUI] Add server selector to navbar
	* [WebUI] Add soft reject to auth stats
	* [WebUI] Add summary to the Throughput tab
	* [WebUI] Allow to save maps on the cluster
	* [WebUI] Avoid extra graph redraw and alerts glitching
	* [WebUI] Be more generous with AJAX timeout
	* [WebUI] Disable error ring loading in `read only` mode
	* [WebUI] Enclose table header cells with `tr`s
	* [WebUI] Finish interface rework
	* [WebUI] Fix RRD summary pie chart position
	* [WebUI] Fix `All SERVERS` graph fot just one available server
	* [WebUI] Fix case when no cluster is defined
	* [WebUI] Fix compatibility with non-ES6 compliant browsers
	* [WebUI] Fix config ID
	* [WebUI] Fix configuration page partially
	* [WebUI] Fix disabled state
	* [WebUI] Fix graph dataset selector initialization
	* [WebUI] Fix graph selectors state resetting
	* [WebUI] Fix mouse events on throughput summary table area
	* [WebUI] Fix multiple JS issues
	* [WebUI] Fix pie chart displaying
	* [WebUI] Fix read only
	* [WebUI] Fix read only2
	* [WebUI] Fix retarded datatables
	* [WebUI] Fix soft reject in pie chart
	* [WebUI] Fix stat widgets timers multiplication on `Refresh` click
	* [WebUI] Fix symbols config
	* [WebUI] Fix various errors with login form
	* [WebUI] Further fixes
	* [WebUI] Hide learning tab in read-only mode
	* [WebUI] Initial clusters support
	* [WebUI] Make legend entry colours more contrast
	* [WebUI] Move configuration tab to a separate module
	* [WebUI] Move history tab
	* [WebUI] Move symbols config as well
	* [WebUI] New sec to time function
	* [WebUI] Prevent multiple clicks on `Refresh`
	* [WebUI] RRD summary: Hide inner labels of tiny pie sectors
	* [WebUI] RRD summary: Respect undefined values
	* [WebUI] Reduce font size of graph's legend
	* [WebUI] Remove orphaned font duplicates
	* [WebUI] Remove unused code
	* [WebUI] Replace spinner with animated glyphicon
	* [WebUI] Reset refresh timer on server switching
	* [WebUI] Rework interface to use requirejs
	* [WebUI] Rework neighbours query function
	* [WebUI] Separate attributes by space
	* [WebUI] Set focus to password field (#1230)
	* [WebUI] Simplify neighbours table populating
	* [WebUI] Start rework of modules
	* [WebUI] Stop stats refreshing if the page is hidden
	* [WebUI] Turn d3pie's stuff into a reusable function,
	* [WebUI] Unify send data functions
	* [WebUI] Update D3Evolution to 0.0.1
	* [WebUI] Update d3.js
	* [WebUI] Update datatables to work with the requirejs
	* [WebUI] Use unified tab click event handler,
	* [WebUI] clusters for the chart
	* [WebUI] fix uptime
2017-03-20 14:14:41 +00:00
..
akonadi Revbump after boost update 2017-01-01 16:05:55 +00:00
alpine Update alpine to 2.20. 2016-05-14 16:13:10 +00:00
amavis-perl Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
amavisd-milter Sendmail milter for amavisd-new. 2016-12-21 12:05:51 +00:00
amavisd-new Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
anomy-sanitizer Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
archivemail Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
autorespond Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
avenger Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
balsa Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bbmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
bmf Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
bogofilter Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
bulk_mailer Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
clamsmtp Make clamsmtp work when PKG_SYSCONFDIR is not PREFIX/etc 2016-12-01 18:34:57 +00:00
claws-mail Updated mail/claws-mail to 3.14.1 2017-03-04 01:58:10 +00:00
claws-mail-archive Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-attachwarner Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-attremover Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-bogofilter Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-cachesaver Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
claws-mail-fetchinfo Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-mailmbox Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-managesieve Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-newmail Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-notification Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-pgp
claws-mail-pgpcore Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-pgpinline Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-pgpmime Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-rssyl Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-smime Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-spamassassin Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-spamreport Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-synce Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
claws-mail-tnef Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
claws-mail-vcalendar Removing PKGREVISION line, preparing to update claws-mail 3.14 to 3.14.1. 2017-03-04 01:51:04 +00:00
clawsker Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
cone Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
coolmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
courier-analog Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
courier-imap Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
courier-maildir Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
courier-mta Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
courier-unicode Needs libtool. 2017-02-17 17:08:14 +00:00
cucipop Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
cue Updated to mail/cue-20151214 (from 20140217) 2016-05-01 04:54:01 +00:00
cyrus-imapd Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
cyrus-imapd23 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
cyrus-imapd24 Updated mail/cyrus24 to 2.4.18 2017-02-25 01:08:20 +00:00
dbmail Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
dcc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
deforaos-mailer Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
deliver Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
demime Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
distribute adjust patch: everyone wants paths.h 2016-12-06 23:53:36 +00:00
dk-milter Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
dkim-milter Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
dnsbl-milter Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
dot-forward Support PKGMANDIR and quell pkglint. 2017-01-02 03:48:11 +00:00
dovecot Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
dovecot2 Changes 2.2.28: 2017-03-18 07:14:46 +00:00
dovecot2-antispam-plugin Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
dovecot2-gssapi Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
dovecot2-ldap Split off dovecot2-{gssapi,ldap,mysql,pgsql,sqlite} as separate 2016-07-18 15:03:05 +00:00
dovecot2-mysql Split off dovecot2-{gssapi,ldap,mysql,pgsql,sqlite} as separate 2016-07-18 15:03:05 +00:00
dovecot2-pgsql Changes 2.2.28: 2017-03-18 07:14:46 +00:00
dovecot2-pigeonhole Changes 0.4.17: 2017-03-18 07:15:17 +00:00
dovecot2-sqlite Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
drac Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
dspam Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
elm Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP 2016-05-17 10:32:06 +00:00
elm-me Remove sys/timeb.h (not used anywhere); fixes openbsd build. 2015-11-08 20:42:38 +00:00
elmo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
enma Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
esmtp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
etach Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
etpan Revbump after boost update 2017-01-01 16:05:55 +00:00
evolution Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
evolution-data-server Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
evolution-exchange Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
exim Version 4.89 2017-03-18 07:08:23 +00:00
exim-html Version 4.89 2017-03-18 07:08:23 +00:00
exim3 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
exmh Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
ezmlm Use OPSYSVARS. 2016-02-25 15:00:50 +00:00
ezmlm-idx Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
faces Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
fastforward Quell pkglint. 2017-01-02 03:43:03 +00:00
fdm Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
fetchmail Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
fetchmailconf Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
fetchyahoo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
fix-mime-charset Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
fml Fix previous change. 2016-09-12 15:52:49 +00:00
fml4 One more fix for newer perl happy. 2016-09-12 15:46:07 +00:00
freepops Revbump after boost update 2017-01-01 16:05:55 +00:00
fromto License added, remove comment that it's missing. 2016-10-03 11:28:20 +00:00
getmail Update to 4.54.0. From the changelog: 2017-02-27 14:18:56 +00:00
gld Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
gmime Add gpgme to gimem's bl3 2017-03-16 00:34:46 +00:00
gmime24 Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
gnarwl Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
GNUMail Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
gnus Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
greetdelay Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
grepmail Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
heirloom-mailx Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hypermail Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ifile Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
ifile-procmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
im Updated mail/im to 153 2017-02-24 23:55:36 +00:00
imap-uw Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
imap-uw-utils Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
imapfilter Updated mail/imapfilter 2.6.2 to 2.6.10 2017-02-25 00:24:11 +00:00
imapproxy Use MASTER_SITE_SOURCEFORGE instead of hardcoding URL, thanks wiz@. 2017-02-25 13:48:52 +00:00
imapsync PR 51547 Randolf Richardson: add missing deps p5-IO-Tee and p5-Unicode-String 2016-10-09 20:32:12 +00:00
imp Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
incm Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
ingo Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
isync Update to 1.2.1. From the changelog: 2016-12-15 14:15:01 +00:00
ja-mh Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
jchkmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
kbiff Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
libesmtp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libetpan Revbump after boost update 2017-01-01 16:05:55 +00:00
libmilter Bump PKGREVISION for SunOS -fPIC change. 2016-05-20 12:12:14 +00:00
libsieve Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
libspf2 Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
libsylph Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libytnef Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
mail-notification Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mailagent Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mailcrypt Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
maildrop Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mailfront Needs libtool. 2017-02-21 16:04:04 +00:00
mailgraph Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
mailhops Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mailman Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
mailserv Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mailsort Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mailsync Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mailwrapper Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
mairix Pass --mandir. Fixes PKGMANDIR. 2016-04-01 16:44:32 +00:00
majordomo Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
mb2md Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mdfrm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mess822 Add John R. Levine's SMTP AUTH patch for ofmipd, available via the 2017-01-14 20:49:07 +00:00
metamail Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
mew Add emacs 25 support 2016-09-18 13:59:01 +00:00
mhonarc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
milter-greylist Revbump after boost update 2017-01-01 16:05:55 +00:00
milter-manager Bump PKGREVISION by chaging default version of Ruby. 2016-03-13 09:36:58 +00:00
milter-regex Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
mime-construct Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mimedefang Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
mimp Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
mini_sendmail Use PKGMANDIR. Add patch comment. 2016-03-30 08:51:06 +00:00
minimalist Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mopher Fixed pkglint warnings about unpaired CONF_FILES declarations. 2017-01-01 16:35:38 +00:00
mpop Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
msmtp Update mail/msmtp to msmtp-1.6.6 2016-11-15 08:54:40 +00:00
mush Use OPSYSVARS. 2016-02-25 15:00:50 +00:00
mutt Rename mutt-mmdf(5) back to mmdf(5), to reduce diffs with upstream. 2017-03-08 10:05:34 +00:00
neomutt Add option handling for sidebar option, which was non-functional. 2017-03-12 20:58:20 +00:00
netbiff Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
newmail Use PKGMANDIR. Add patch comment. 2016-03-30 09:09:48 +00:00
newspipe Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
nmh Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
nmzmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
notmuch Updated notmuch to 0.24. 2017-03-20 13:19:26 +00:00
nullmailer Missing include. 2017-02-17 17:08:32 +00:00
oe2mbx Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
offlineimap Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
opendkim Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
opendmarc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
opensmtpd pkglint cleanup. 2016-06-01 11:47:39 +00:00
OSBF-lua Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
p5-App-Siesh Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-View-Email Update to 0.36 2016-08-06 11:55:35 +00:00
p5-Email-Abstract Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Address Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Address-List Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Date Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Date-Format Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Find Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Folder Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-FolderType Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-LocalDelivery Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-MessageID Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-MIME Update to 1.940 2017-02-13 13:31:07 +00:00
p5-Email-MIME-Attachment-Stripper Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-MIME-ContentType Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-MIME-Encodings Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Reply Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Send Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Sender Update to 1.300030 2016-11-06 06:32:02 +00:00
p5-Email-Simple Update to 2.213 2017-01-18 12:25:13 +00:00
p5-Email-Stuff Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Email-Valid Updated p5-Email-Valid to 1.202. 2016-09-30 11:04:48 +00:00
p5-Email-Valid-Loose Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-GMail-IMAPD Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-IMAP-Admin Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-IMAP-Client Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Alias Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Audit Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Box Update to 2.120 2016-10-27 14:19:52 +00:00
p5-Mail-ClamAV Revbump after boost update 2017-01-01 16:05:55 +00:00
p5-Mail-DeliveryStatus-BounceParser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-DKIM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Ezmlm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-IMAPClient Update to 3.38 2016-06-13 07:39:40 +00:00
p5-Mail-ListDetector Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Mbox-MessageParser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Milter Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
p5-Mail-POP3Client Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-RFC822-Address Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Sender Update to 0.903 2017-01-02 07:25:48 +00:00
p5-Mail-Sender-Easy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Sendmail Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-SPF Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-SPF-Query Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-SRS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mail-Webmail-Gmail Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MailTools Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MIME-Charset Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MIME-EncWords Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MIME-Lite Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MIME-Lite-HTML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MIME-tools Updated p5-MIME-tools to 5.508. 2016-08-31 06:07:14 +00:00
p5-MIME-Types Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-LMTP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-ManageSieve Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-SMTP-SSL Updated p5-Net-SMTP-SSL to 1.04. 2016-10-18 08:27:45 +00:00
p5-Net-SMTP_auth Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-validMX Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Parse-MIME Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-razor-agents Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sendmail-AccessDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sendmail-PMilter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Test-Email Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-URI-imap Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-User-Identity Update to 0.94 2016-07-29 11:32:28 +00:00
Pantomime Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
pear-Auth_SASL Update pear-Auth_SASL to 1.1.0. 2017-03-17 15:45:18 +00:00
pear-Mail Update to 1.3.0 2016-09-05 03:04:40 +00:00
pear-Mail_Mime Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
pear-Mail_mimeDecode Update pear-Mail_mimeDecode to 1.5.6. 2016-09-12 16:00:08 +00:00
perdition Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
perdition-bdb
perdition-gdbm
perdition-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
perdition-mysql
perdition-odbc Recursive revbump from databases/unixodbc. 2015-04-26 11:52:18 +00:00
perdition-postgresql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
pfqueue Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
php-imap Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
pine Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
pine-pgp-filters Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
policyd Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
policyd-weight Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
popa3d Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
poppassd Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
poppy Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
postfix Update postfix to 3.1.4. 2017-03-04 06:26:24 +00:00
postfix-cdb Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-ldap Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-lmdb Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-mysql Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-pcre Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-pgsql Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-sqlite Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postgrey Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
postsrsd Import postsrsd-1.4 as mail/postsrsd. 2016-02-25 15:29:15 +00:00
prayer Updated prayer to 1.3.5 (from 2012). 2017-02-20 10:06:43 +00:00
procmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
proxsmtp Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
pulsar Just install man pages uncompressed directly, while fixing the PKGMANDIR 2016-04-04 17:34:12 +00:00
py-authres Import mail/py-authres version 0.800 into pkgsrc. 2016-10-26 10:56:30 +00:00
py-libgmail Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-policyd-spf Updated py-policyd-spf to 2.0.1. 2017-02-25 17:43:39 +00:00
py-sendmail-admin Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
py-spf Fix package to support python-3.x and add missing dependency for 2.x. 2017-02-25 17:40:17 +00:00
py-validate-email-address Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
pymsgauth Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
qcheck Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
qgreylist Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
qmail Look up user/group IDs at runtime. 2017-03-10 03:13:29 +00:00
qmail-conf Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
qmail-lint Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
qmail-qfilter Adapt to bglibs 2. Bump PKGREVISION. 2017-01-02 02:19:26 +00:00
qmail-run Conditionalize spamdyke and stunnel dependencies on "sasl" and "tls" 2017-01-14 23:00:31 +00:00
qmailanalog Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
qmHandle Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
qmqtool Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
qpopper Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
qtools Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
queue-fix Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
queue-repair Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
quickml Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
R-mime Update to 0.4 2016-04-13 14:14:58 +00:00
rblcheck Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
re-alpine Update re-alpine to 2.03, from Uwe Klaus in PR pkg/47802. 2016-05-14 15:15:45 +00:00
relay-ctrl Update to 3.2. From the changelog: 2017-01-02 02:19:02 +00:00
ripmime Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
rmail-mime Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
roundcube Update roundcube to 1.2.4. 2017-03-12 13:34:04 +00:00
roundcube-plugin-enigma Update roundcube-plugin-enigma to 1.2.4 2017-03-12 13:34:39 +00:00
roundcube-plugin-password Update roundcube-plugin-password to 1.2.4. 2017-03-12 13:35:21 +00:00
roundcube-plugin-zipdownload Update roundcube-plugin-zipdownload to 1.2.4. 2017-03-12 13:35:41 +00:00
rspamd Updated rspamd to 1.5.3. 2017-03-20 14:14:41 +00:00
rss2email Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
ruby-actionmailer32 Update ruby-actionmailer32 to 3.2.22.4, no change except version. 2016-08-21 05:59:16 +00:00
ruby-mail Update ruby-mail to 2.6.4. 2016-10-15 13:59:37 +00:00
ruby-mail25 Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
ruby-mailfactory Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
ruby-mime-types Update ruby-mime-types to 3.1. 2016-10-15 14:00:41 +00:00
ruby-mime-types-data Import mime-types-data-3.2016.0521 as mail/ruby-mime-types-data 2016-07-29 21:38:36 +00:00
ruby-mime-types1 Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
ruby-mime-types2 Re-add ruby-mime-types 2.6.2 as ruby-mime-types2 package. 2015-12-13 16:39:34 +00:00
ruby-tmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
safecat Support PKGMANDIR. Add patch comments. 2016-04-01 11:20:58 +00:00
seamonkey-enigmail Update *-enigmail to 1.9.2. 2016-05-05 12:06:38 +00:00
sendmail Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
sendmail-cidrexpand Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
sendmail-qtool Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sendymail Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
serialmail Support PKGMANDIR. 2017-01-02 03:33:52 +00:00
sid-milter Install the actual man pages rather than the cat pages into man page 2016-04-21 13:58:50 +00:00
sigrot Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
sma Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
smtp-vilter Disable noisy GCC warnings. 2016-05-07 10:02:28 +00:00
smtpfeed Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
solid-pop3d Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
spamass-milter Add SMF manifest and method. 2016-12-16 15:52:52 +00:00
spamassassin Add SMF manifest and method. 2016-12-16 15:52:52 +00:00
spamd Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
spamdyke Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
spamprobe Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
sqlgrey Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
squirrelmail Update squirrelmail to 1.4.23pre14605, latest snapshot. 2016-11-17 15:10:07 +00:00
squirrelmail-decode Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
squirrelmail-locales Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
sqwebmail Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ssmtp fix build with pkgsrc openssl 2016-03-09 03:26:14 +00:00
swaks Initial import of swaks. 2017-01-08 20:35:55 +00:00
sylpheed Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
sympa Update sympa to 6.2.16. Notable changes since 6.2.7 2017-03-20 10:24:02 +00:00
t-prot Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
teapop Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
thunderbird Update to 45.7.1 2017-03-01 13:30:19 +00:00
thunderbird-enigmail Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
thunderbird-l10n Update to 45.7.1 2017-03-01 13:32:11 +00:00
thunderbird24 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
thunderbird24-l10n Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
thunderbird31 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
thunderbird31-l10n Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
thunderbird38 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
thunderbird38-l10n Update to 38.8.0 2016-06-19 06:32:17 +00:00
tmda Relinquish MAINTAINER. 2017-01-14 23:36:29 +00:00
tnef Updated tnef to 1.4.13. 2017-02-24 08:03:50 +00:00
tnef2txt Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
trojita Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
turba Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
up-imapproxy Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
vm Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
wl Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
wl-snapshot Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
wmbiff Fix GNU TLS fallout. 2016-10-01 13:03:10 +00:00
wmmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
xbiff Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
xbuffy Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
xfce4-mailwatch-plugin Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xfmail Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
xmailbox Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
xmailwatcher Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
YoSucker Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
Makefile Added mail/courier-unicode version 1.4 2017-02-12 02:16:27 +00:00