Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 16:18:39 UTC Now

2013-09-10 14:38:51 UTC MAIN commitmail json YAML

Don't fail on missing noreturn attributes for clang.

(joerg)

2013-09-10 14:38:22 UTC MAIN commitmail json YAML

Fix spelling of noreturn to match what any newer GCC compatible compiler
supports.

(joerg)

2013-09-10 14:37:51 UTC MAIN commitmail json YAML

2013-09-10 14:37:32 UTC MAIN commitmail json YAML

Drop redundant parentheses. Don't bail out on K&R promotion warnings or
pointer sign casts.

(joerg)

2013-09-10 14:36:37 UTC MAIN commitmail json YAML

Use socklen_t. Don't bail out on K&R promotion warnings for clang.

(joerg)

2013-09-10 14:28:14 UTC MAIN commitmail json YAML

2013-09-10 14:27:18 UTC MAIN commitmail json YAML

2013-09-10 14:26:49 UTC MAIN commitmail json YAML

2013-09-10 14:25:24 UTC MAIN commitmail json YAML

2013-09-10 14:24:20 UTC MAIN commitmail json YAML

2013-09-10 14:23:45 UTC MAIN commitmail json YAML

For clang, don't use -Wno-traditional and don't complain about literal
non-UTF8 copyright signs.

(joerg)

2013-09-10 14:23:05 UTC MAIN commitmail json YAML

Don't fail on logical op mixing with clang.

(joerg)

2013-09-10 14:22:30 UTC MAIN commitmail json YAML

2013-09-10 14:20:47 UTC MAIN commitmail json YAML

2013-09-10 14:20:03 UTC MAIN commitmail json YAML

Bump revision to fix clang build of gimp modules.

(joerg)

2013-09-10 14:19:46 UTC MAIN commitmail json YAML

clang is not Visual Studio, even if it starts with cl.

(joerg)

2013-09-10 14:19:06 UTC MAIN commitmail json YAML

2013-09-10 14:18:44 UTC MAIN commitmail json YAML

2013-09-10 14:18:11 UTC MAIN commitmail json YAML

2013-09-10 14:16:52 UTC MAIN commitmail json YAML

Continue on certain harmless default warnings from clang.

(joerg)

2013-09-10 14:16:22 UTC MAIN commitmail json YAML

Don't warn about mixing logical ops without parentheses or negative
array indices.

(joerg)

2013-09-10 14:15:11 UTC MAIN commitmail json YAML

2013-09-10 14:14:02 UTC MAIN commitmail json YAML

Continue on pointer sign warnings from clang.

(joerg)

2013-09-10 14:13:40 UTC MAIN commitmail json YAML

Fix printf argument type. Handle errors properly. Bump revision.

(joerg)

2013-09-10 14:12:38 UTC MAIN commitmail json YAML

2013-09-10 11:59:15 UTC pkgsrc-2013Q2 commitmail json YAML

2013-09-10 11:44:15 UTC MAIN commitmail json YAML

2013-09-10 11:43:15 UTC MAIN commitmail json YAML

Updated security/xml-security-c to 1.7.2

(obache)

2013-09-10 11:42:52 UTC MAIN commitmail json YAML

Update xml-security-c to 1.7.2.

Changes since 1.7.0
=====================================
* Fixes for CVE-2013-2153, CVE-2013-2154, CVE-2013-2155, CVE-2013-2156
* Reduced entity expansion limits when parsing

Changes since 1.6.1
=====================================
* [SANTUARIO-314] - AES-GCM support
* [SANTUARIO-315] - XML Encryption 1.1 OAEP enhancements

Changes since 1.6.0
=====================================
* [SANTUARIO-268] - TXFMXPathFilter->evaluateExpr crashes on Windows
* [SANTUARIO-270] - DSIGObject::load method crashes for ds:Object without Id attribute
* [SANTUARIO-271] - Bug when signing files with big RSA keys
* [SANTUARIO-272] - Memory bug inside XENCCipherImpl::deSerialise
* [SANTUARIO-274] - Function cleanURIEscapes always throws XSECException, when any escape sequence occurs
* [SANTUARIO-275] - Function isHexDigit doesn't recognize invalid escape sequences.
* [SANTUARIO-276] - Percent-encoded multibyte (UTF-8) sequences unrecognized
* [SANTUARIO-280] - RSA-OAEP handler only allows SHA-1 digests

Changes since 1.5.1
=====================================
* Fix for bug#43964, wrong namespace in encryption DigestMethod (SC)
* Fix for bug#48676, RetrievalMethod handler (SC)
* Fix for bug#45867, support for >1 CRL per KeyInfo (SC)
* Fix for bug#49148, buffer initialization issue (SC)
* Fix for bug#49255, vector index bug (SC)
* Fix for bug#49257, stylesheet append bug (SC)
* Fix for bug#49260, header guard in XPath transform header (SC)
* Fix for bug#49264, string release crash (SC)
* Fix for bug#44983, improper c14n of XSLT (SC)
* Fix for bug#49289, setters for Reference Type/Id (SC)
* Fix for bug#49371, skip comments in X509Certificate elements (SC)
* Fix for bug#49459, more header guards (SC)
* Fix for bug#49660, NSS verification of RSA broken (SC)
* Expose algorithm URI on Signature and Reference objects (SC)
* White/blacklisting of otherwise registered algorithms (SC)
* Add selected XML Signature 1.1 KeyInfo extensions (SC)
* Add elliptic curve keys and signatures via ECDSA (SC)
* Support debugging of Reference/SignedInfo data (SC)
* Clean up tests for SHA2 algorithms in OpenSSL (SC)
* Updated autoconf script, added NSS support, removed pre-automake material (SC)
* Add methods for Reference removal to DSIGSignature/DSIGSignedInfo classes (SC)

Changes between 1.5 and 1.5.1
=====================================
* Fix for bug#47353 in c14n of default namespaces (SC)
* Fix Sparc compilation bug (SC)
* Fix for CVE-2009-0217 (SC)

Changes between version 1.4 and 1.5
=====================================
* Make SHA-1 the implicit default DigestMethod for RSA-OAEP
  key transport, allowing for interop until broken impls are fixed (SC)
* Fix memory leak in OpenSSL RSA/DSA key cloning (SC)
* Expose KeyInfo extensions via DOM (SC)
* Fix c14n to omit standard xmlns:xml declarations (SC)
* Add partial support for Inclusive C14N 1.1 with regard to xml:id but not xml:base (SC)
* Finish port to Xerces 3.0 (SC)
* 64-bit API changes (SC)
* Add VC9 build files (SC)

Changes between version 1.3.1 and 1.4
=====================================
* Fix exclusive c14n namespace bug (rev. 526939) (BL)
* Add const specifiers and methods to various classes (SC)
* Add better extraction of openssl build settings using pkg-config (SC)
* Fix XSECnew macro to stop catching arbitrary errors and report
  crypto exceptions instead of turning them into allocation errors (SC)
* Add various missing files to dist target (SC)

Changes between version 1.3 and 1.3.1
=====================================

* Refactor NIX build to use automake and libtool
* Initial support for API changes in Xerces 3.0
* Fix bug in autconf that would stop proper detection of Xerces
  ability to set Id attributes
* Fix bug 40085 - incorrect OIDs on non SHA1 based RSA signatures.
* Update support for non SHA1 based RSA signatures
* Remove redundant code from SignedInfo that was preventing the
  library from loading signatures it did not have an algorithm hard
  wired for
* Fix bug in envelope transform when input nodeset is a document
  fragment rather than the entire document and the canonicalisation
  uses a namespace that was not defined directly in the fragment
* Fix bug in DSIGXPathFilterExpr where m_loaded was not initialised
  potentially causing an exception when an XPath expression was loaded
  reported by Ralf "Sabo" Saborowski.

Changes between version 1.2.1 and 1.3
=====================================

* Performance improvements in canonicalisation
* Implemented algorithm handlers for the digital signature classes,
  to provide algorithm extensibility
* Update signature classes to pass in requested algorithms as URIs
  rather than enums.  Enum based methods are now  deprecated.
* Fix memory leaks in OpenSSL wrapping code
* Provide ability for calling application to define whether
  references are interlocking.
* Provide some stability if the Apache keystore is corrupted under Windows.
* Initial import of beta NSS crypto support
* Complete implementation of XKMS message set
* Methods to allow loading of encrypted data without doing decrypt
  and to process a decrypt/encrypt operation without replacing the
  original nodes
* Provide  MS VC++ 2005 project files
* Fix bug when encrypting small input docs
* Implement checks for broken OpenSSL support under Solaris 10
* Add --with-xalan, --with-openssl, --with-xerces and
  --enable-warnerror flags in configure
* Configure now detects if Xalan is installed rather than having
  XALANCROOT being a pointer to the compile directory
- Reorder hashing in DSIGReference.cpp as per suggestion by Peter Gubis
- Update microsoft project files to reflect new version as per Scott Cantor
- Replace setAttribute with setAttributeNS calls
- Add methods to OpenSSL classes to extract OpenSSL objects
- Fix handling of libcrypto on Solaris platform
- Fix bug in Canoncicalisation courtesy of Scott Cantor

Changes between version 1.2 and 1.2.1
=====================================

* Fixed library versions in Windows builds (were being generated as 1.1)
* Added "No Xalan" builds for xklient under Windows VC6.0
* Added "No Xalan" builds for all projects in VC 7.0

Changes between version 1.1 and 1.2
===================================

* Started a changelog :>
* Remove MFC dependency and clean up memory debugging
* Remove dynamic_casts and RTTI requirement
* Implemented XKMS Message generation and processing
* Implemented command line XKMS tool for generating and dumping XKMS messages
* Support for DESTDIR as provided by ville.skytta@iki.fi in Bugzilla 28520
* Update to Apache licence 2.0.
* Add support for SHA224/256/384/512 (requires OpenSSL 0.9.8 Beta)
* Patch for Mac OS X compile - provided by Scott Cantor - cantor.2@osu.edu - See Bugzilla #34920
* Updates to compile against Xalan 1.9
* Backport to compile with Xerces 2.1
* Fix bug with NULL pointer when validating or signing empty reference lists - fix as suggested by Jesse Pelton <jsp@PKC.com> on 23 March 2005 on security-dev@xml
* Provided support for nominating namespace based Id attributes
* Change to allow apps to calculate and obtain signed info hash - from Eckehard.Hermann@softwareag.com - see email of 2 March 2005 on security-dev@xml
* Patch for long RSA keys provided by Michael Braunoeder - michael@mib.priv.at to security-dev@xml on 16 Nov 2005
* Memory leak in OpenSSLCryptoBase64 reported by Jesse Pelton fixed.
* Move to internal Base64 decoder in a number of methods to handle non-wrapping data
* Resize buffer in OpenSSLCryptoKeyRSA for larger RSA keys - as submitted by Vadim Ismailov <worndown@gmail.com> 3 December 2005
* Remove redundant m_keyType class variable from OpenSSLCryptoKeyRSA as reported by Jesse Pelton (jsp@pkc.com) on security-dev@xml
* Don't throw an exception when an RSA decrypt fails during sig validation - this is a failed validate, not an error
* Shutdown OpenSSL properly - as suggested by Jesse Pelton <jsp@PKC.com> in e-mail to security-dev@xml on 9 March 2005
* Changed scope of WinCapiCryptoKey::importKey() from private to public. It returns key now, instead of void.
* Fix problem in Windows CAPI where XSEC doesn't work if user doesn't have admin rights.
* Bug fix in Windows CAPI code for some W2K machines - reported by Andrzej Matejko 4/5/2004
* Fix build on non WINCAPI systems, as reported by Milan Tomic on 22/4/2004
* New constructor added to WinCapiX509
* Fixed Bug in encode() XSCryptCryptoBase64.
* Fix bug in XPathFilter transform when checking if an attribute is in the input node set.
* Fix bug in in UTF transcoder for counting of transcoded characters (count characters not bytes) reported by Milan Tomic
* Move function definitions in the Windows BinInput stream class to static to avoid conflicts with Xerces.  As suggested by Jesse Pelton <jsp@PKC.com> on 2 Feb 2005 in security-dev@xml
* Added complete KeyInfo handling for XENCEncryptedType
* Fix to stop re-use of derived key encrypting key when decrypting multiple elements in a document
* Fix to ignore encryption exceptions during a private key decrypt
* Add code to detect ASN.1 encoded DSA signatures and validate accordingly

(obache)

2013-09-10 11:23:30 UTC MAIN commitmail json YAML

Updated graphics/digikam to 3.2.0nb7

(wiz)

2013-09-10 11:23:20 UTC MAIN commitmail json YAML

Switch from mysql51 to mysql55 (current pkgsrc default).
Do not build a debug build by default; add a default-off option for that
instead.

Bump PKGREVISION.

(wiz)

2013-09-10 11:22:30 UTC MAIN commitmail json YAML

2013-09-10 10:56:12 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4230 - requested by taca
www/typo3_60: security update

Revisions pulled up:
- www/typo3_60/Makefile                                        1.4
- www/typo3_60/PLIST                                            1.4
- www/typo3_60/distinfo                                        1.4

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Sep  6 14:16:46 UTC 2013

  Modified Files:
  pkgsrc/www/typo3_60: Makefile PLIST distinfo

  Log Message:
  Update typo3-60 package to 6.0.9.

  This release contains a security fix, please refer TYPO3 Security Bulle=
  tin
  TYPO3-CORE-SA-2013-003: TYPO3-CORE-SA-2013-003: Incomplete Access Manag=
  ement
  and Remote Code Execution Vulnerability in TYPO3 Core.

  http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor=
  e-sa-2013-003/

  2013-09-04  8506ff6                  [RELEASE] Release of TYPO3 6.0.9 (=
  TYPO3 Release Team)
  2013-09-04  952974b  #50886          [SECURITY] Prohibit accessing stor=
  age 0 from backend UI (Steffen Ritter)
  2013-09-04  1e710fb  #50883          [SECURITY] Identifiers may refer t=
  o resources outside the storage (Steffen Ritter)
  2013-09-04  6073618  #51495          [SECURITY] Deny arbitrary code exe=
  cution possibility for editors (Helmut Hummel)
  2013-09-04  b3e53a0  #51327          [SECURITY] Refactor and fix FAL us=
  er permission handling (Helmut Hummel)
  2013-09-04  31d5b88  #51326          [SECURITY] Add possibility to en-/=
  disable file permission checks (Helmut Hummel)
  2013-09-04  02aa25d  #51079          [SECURITY] Check permissions in al=
  l actions of ResourceStorage (Steffen Ritter)
  2013-09-03  77701ad                  [TASK] CGL Cleanup of ResourceStor=
  age (Helmut Hummel)
  2013-09-03  ec0a99c  #49842          [BUGFIX] Storage is offline but is=
    still used (Frans Saris)
  2013-09-03  1cf9d3c  #51672          [BUGFIX] Fix fatal error in Extend=
  edFileUtility (Helmut Hummel)
  2013-09-01  55724fb  #31998          [BUGFIX] Faulty check for missing =
  SMTP port (Tomita Militaru)
  2013-08-31  c73e4fe  #50424          [BUGFIX] Backend Layout Grid Wizar=
  d not fully visible in Mac Firefox 22 (Roland Schenke)
  2013-08-30  0547211  #51585          [BUGIFX] Missing argument in EM Li=
  st view VH (Francois Suter)
  2013-08-29  2b86070  #51328          [BUGFIX] Only log file/directory a=
  ctions which were done (Helmut Hummel)
  2013-08-29  dc01b69  #51544          [BUGFIX] Sprite manager cache impr=
  ovement (Christian Kuhn)
  2013-08-29  01acc60  #50707          [BUGFIX] TCA 'group' selectedListS=
  tyle with 'width' breaking layout (Ernesto Baschny)
  2013-08-29  2727a6a  #51460          [BUGFIX] Database integrity check =
  fatal error (Stefan F=FCrst)
  2013-08-29  1a04377  #51474          [BUGFIX] Cast autoload and classAl=
  iasMap to Array (Michel Georgy)
  2013-08-29  f1ab499  #51509          [BUGFIX] Add missing API method Fi=
  leInterface::getNameWithoutExtension (Ernesto Baschny)
  2013-08-28  2c8a999  #36244          [BUGFIX] Exclude empty passwords f=
  rom password hashing check (Nicole Cordes)
  2013-08-27  05fccd0  #50234          [TASK] Make the extension titles l=
  ink to the configuration (Nicole Cordes)
  2013-08-27  774a1e0  #51304          [BUGFIX] Hide translations in cate=
  gories selector (Francois Suter)
  2013-08-27  ed32255  #50870          [BUGFIX] Tests in Localization\Par=
  ser\LocallangXmlParserTest fail (Nicole Cordes)
  2013-08-27  f7e4a7e  #50760          [BUGFIX] Escape title tag of image=
    links (Alexander Stehlik)
  2013-08-27  7bd1009  #25327,#37026  [BUGFIX] Page tree filtering broke=
  n in IE7 & IE8 (Aske Ertmann)
  2013-08-25  a735101  #51209          [BUGFIX] Ignore permission checks =
  for processed files (Helmut Hummel)
  2013-08-20  910d820  #37892          [BUGFIX] No version overlay should=
    be done for sys_language (Lienhart Woitok)
  2013-08-20  19a811d  #46989          [BUGFIX] Files with unclean path i=
  ndexed multiple times (Stefan Neufeind)
  2013-08-18  fb7b686  #50614          [TASK] FilesContentObject::stdWrap=
  Value(): only execute stdWrap once (Stefan Neufeind)
  2013-08-18  d368497  #43428          [BUGFIX] Language-module icons nee=
  d to display in correct size (Stefan Neufeind)
  2013-08-17  fbbad86  #30636          [BUGFIX] TCA: subtypes_addlist not=
    processed (Benjamin Mack)
  2013-08-17  f39a79d  #47844          [BUGFIX] Query parameters of exter=
  nal link may get altered (Stanislas Rolland)
  2013-08-16  a09dc5f  #51115          [TASK] Disable scheduler-tests if =
  EXT:scheduler not loaded (Anja Leichsenring)
  2013-08-16  8dfaf9c  #51004          [BUGFIX] Fix file permission metho=
  ds in BackendUserAuthentication (Helmut Hummel)
  2013-08-16  db51023  #51007          [BUGFIX] Fix inconsistencies in ge=
  tTSConfig in BackenuserAuth (Helmut Hummel)
  2013-08-16  221a435                  Revert "[BUGFIX] Fix inconsistenci=
  es in getTSConfig in BackenuserAuth" (Helmut Hummel)
  2013-08-16  8b33a0d                  Revert "[BUGFIX] Fix file permissi=
  on methods in BackendUserAuthentication" (Helmut Hummel)
  2013-08-15  d3b7851  #51007          [BUGFIX] Fix inconsistencies in ge=
  tTSConfig in BackenuserAuth (Helmut Hummel)
  2013-08-15  329645c  #51004          [BUGFIX] Fix file permission metho=
  ds in BackendUserAuthentication (Helmut Hummel)
  2013-08-14  61506bb  #46094          [BUGFIX] Avoid usage of subheader =
  in mailform (Francois Suter)
  2013-08-12  d7ef5a9  #47806          [BUGFIX] Typing after abbr or acro=
  nym tag is difficult (Stanislas Rolland)
  2013-08-12  c8a83e7  #50193          [BUGFIX] FAL: Image Processing doe=
  sn't respect GFX "thumbnails_png" (Benjamin Mack)
  2013-08-12  7b16232  #51010          [BUGFIX] Allow reading files if st=
  orage is not browsable (Helmut Hummel)
  2013-08-11  f92dbbd  #51005          [BUGFIX] Take into account all fil=
  e and folder permissions (Helmut Hummel)
  2013-08-11  4943a8f  #50844          [BUGFIX] Failing tests in Resource=
  \Driver\LocalDriverTest on Windows (Nicole Cordes)
  2013-08-11  ac39140  #51012          [BUGFIX] Missing \TYPO3\CMS\Core\U=
  tility\ in ResourceFactory (Wouter Wolters)
  2013-08-11  55446c5  #51011          [TASK] Add signal in ResourceFacto=
  ry for storage creation (Helmut Hummel)
  2013-08-11  271e801  #44910          [BUGFIX] LocalDriver: Recursive fi=
  le listing is broken (Andreas Wolf)
  2013-08-11  4978ea7  #50502          [BUGFIX] rtehtmlarea acronym error=
    with static_info_tables 6.0+ (Stanislas Rolland)
  2013-08-08  150e458  #48523          [BUGFIX] Reports module tries to l=
  oad not-installed extension (Wouter Wolters)
  2013-08-08  8ed8066  #50868          [BUGFIX] number_format() expects p=
  arameter 1 to be double (Wouter Wolters)
  2013-08-07  98bc16b  #50568          [BUGFIX] Ignore case in file exten=
  sion filter (Alexander Stehlik)
  2013-08-07  20df928  #50872          [BUGFIX] Correctly set user storag=
  e permissions (Helmut Hummel)
  2013-08-07  c941199  #50867          [TASK] Introduce AbstractHierarchi=
  calFilesystemDriver (Steffen Ritter)
  2013-08-07  f3f221d  #50843          [BUGFIX] Failing Resource\FactoryT=
  est on Windows systems (Nicole Cordes)
  2013-08-07  c75eefb  #47106          [BUGFIX] Indexing of external file=
  s does not work in indexed_search (Wouter Wolters)
  2013-08-07  80aeb3a  #50562          [BUGFIX] Callback in CrawlerHook o=
  f indexed_search sysext buggy (Marius B=FCscher)
  2013-08-07  647d075  #50812          [BUGFIX] Backup singletons in unit=
    tests prior to other setUp operations (Nicole Cordes)
  2013-08-06  5250c54  #50628          [BUGFIX] Fix EmConfUtility::fixEmC=
  onf conflicts generation (Sascha Egerer)
  2013-08-06  e3d9d7b  #50125          [BUGFIX] Incorrect check for empty=
    folder (Philipp Gampe)
  2013-08-06  0f2a29d  #50615          [TASK] Use magic __CLASS__ in getI=
  nstance()-methods (Stefan Neufeind)
  2013-08-06  ad9328c  #50751          [BUGFIX] Fix empty href parameter =
  (Anja Leichsenring)
  2013-08-06  9e407f0  #50809          [BUGFIX] Fix failing test in Stora=
  geRepositoryTest (Anja Leichsenring)
  2013-08-06  449dc72  #50803          [BUGFIX] Fatal error: "enableField=
  s on non-object" in extension manager (Ernesto Baschny)
  2013-08-04  3cd1045  #50466          [BUGFIX] MySQL: Use ENGINE (not TY=
  PE) for storage-engine (Stefan Neufeind)
  2013-08-01  db1c38b  #43893          [BUGFIX] selected =3D 1 doesn't wo=
  rk in FormContentObject (Wouter Wolters)
  2013-08-01  f827fc9  #47123          [BUGFIX] Suppress double page entr=
  y in temporary mounted pagetree (Frank Frewer)
  2013-07-31  2feccc5  #36031          [TASK] Provide information about i=
  mport action in TCEmain to hooks (Stefan Galinski)
  2013-07-31  07f3578  #43631          [BUGFIX] RTE wizard can't "save do=
  cument and view page" (Stanislas Rolland)

(tron)

2013-09-10 08:43:30 UTC MAIN commitmail json YAML

2013-09-10 08:17:38 UTC MAIN commitmail json YAML

Remove old conflicts line that breaks git meta package.

(wiz)

2013-09-10 07:19:06 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.41

(wen)

2013-09-10 07:17:33 UTC MAIN commitmail json YAML

2013-09-10 06:40:20 UTC MAIN commitmail json YAML

Disable qt detection, to avoid problems like the one PR 48203 describes.

(wiz)

2013-09-10 03:03:04 UTC MAIN commitmail json YAML

Updated time/p5-Time-Elapsed to 0.31

(wen)

2013-09-10 03:02:15 UTC MAIN commitmail json YAML

Update to 0.31

Upstream changes:
0.31 Tue Sep 22 02:05:24 2009
  => Perl::Critic refactoring.

0.30 Wed Jun 24 00:42:57 2009
  => Added "week" suport to the output. Disabled by default.
  => Extended the second parameter to elapsed() to a hashref.

(wen)

2013-09-10 02:59:49 UTC MAIN commitmail json YAML

Updated time/p5-Time-Duration to 1.1

(wen)

2013-09-10 02:58:48 UTC MAIN commitmail json YAML

Update to 1.1
Add LICENSE

Upstream changes:
2013-04-02  Avi Finkel    avi@finkel.org

* Release 1.1 -- Adding millisecond support.

(wen)

2013-09-10 02:43:46 UTC MAIN commitmail json YAML

Updated www/moodle to 2.5.2

(wen)

2013-09-10 02:41:18 UTC MAIN commitmail json YAML

Update to 2.5.2

Upstream changes:
Releases > Moodle 2.5.2 release notes

Release date: 9 September 2013

Here is the full list of fixed issues in 2.5.2.

Contents [hide]
1 Highlights
2 Functional changes
3 API changes
4 Security issues
5 Fixes and improvements
6 See also
Highlights
MDL-30839 - Form validation and error recovery draws the user to where focus is needed.
MDL-27953 - Uploaded users can be added with authentication options other than Manual account or No login.
MDL-38707 - Folders displayed on course pages show their name.
Functional changes
MDL-40854 - Links to course activities/resources do not appear to users without appropriate view capabilities.
MDL-35981 - Confirmation is no longer needed after deleting a comment.
MDL-38707 - Folders displayed on course pages show their name.
MDL-41036 - Question category info is now edited using the HTML editor.
API changes
MDL-40176 - Mock form submission introduced for testing.
Security issues
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

Fixes and improvements
MDL-37333 - Clicking "Clear theme caches" in Default theme selector redirects page to "Select theme for tablet device".
MDL-41106 - MUC session cache fixes were made.
MDL-36803 - TinyMCE editor now works better with iOS.
MDL-40891 - MUC cache purge works consistently when creating directories.
MDL-31487 - Grade items remain hidden if explicitly hidden via Gradebook (regardless of activity state).

(wen)

2013-09-09 22:52:12 UTC MAIN commitmail json YAML

2013-09-09 22:35:48 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ast to 0.98.0

(wiz)

2013-09-09 22:35:39 UTC MAIN commitmail json YAML

Update to 0.98.0:

Adam Jackson (2):
      Don't bother to include vbe.h
      Remove mibstore.h

Alan Coopersmith (1):
      Cleanup leading/trailing whitespace in source files

Thomas Klausner (1):
      Use uint32_t for a variable that's passed to a function expecting a uint32_t.

Y.C. Chen (6):
      Support 1360x768 and 1600x900 Resolutions
      Modify for DRAM Initial Settings
      Fixed S3 Resume Failed Issue
      Fixed Display Abnormal Issue with GOP Driver
      Support ShadowFB if no XAA
      Bump version to 0.98.0

(wiz)

2013-09-09 22:26:26 UTC MAIN commitmail json YAML

Updated x11/xf86-video-neomagic to 1.2.8

(wiz)

2013-09-09 22:26:16 UTC MAIN commitmail json YAML

Update to 1.2.8:

Adam Jackson (1):
      Remove mibstore.h

Matt Turner (5):
      Don't call NEO_Sync with no XAA
      Add &component=Driver/Neomagic to Bugzilla link
      Remove uses of xf86PciInfo.h
      Don't check for unneeded proto headers
      xf86-video-neomagic 1.2.8

Matthieu Herrb (1):
      Unbreak shadowfb initialization with modern X servers.

(wiz)

2013-09-09 20:44:27 UTC MAIN commitmail json YAML

Updated time/py-pytz to 2013d

(wiz)

2013-09-09 20:44:16 UTC MAIN commitmail json YAML

2013-09-09 20:43:39 UTC MAIN commitmail json YAML

Updated net/flickcurl to 1.25

(wiz)

2013-09-09 20:43:29 UTC MAIN commitmail json YAML

Update to 1.25:

2013-09-01 Flickcurl Version 1.25 Released

  More OAuth fixes including getting uploading fully working.

  Multiple internal OAuth changes to simplify code.

  Updated the coverage for API calls added in the last year
  approximately.

  Added new API call to get the most frequently used tags for a user.
  This does not seem to work over OAuth:
  flickcurl_tag** flickcurl_tags_getMostFrequentlyUsed(flickcurl* fc);

  Added new API call to get the groups of a user:
  flickcurl_group** flickcurl_people_getGroups(flickcurl* fc,
    const char* user_id, const char* extras);

  Added new API call to get contacts tagging suggestions but reordered
  the parameters to match the rest of the contacts.get* API calls.
  flickcurl_contact** flickcurl_contacts_getTaggingSuggestions(flickcurl* fc,
    const char* include_self, const char* include_address_book,
    int page, int per_page);

  Added new API calls flickcurl_groups_join(),
  flickcurl_groups_joinRequest() and flickcurl_groups_leave() for (some
  of) the new group API:
  int flickcurl_groups_join(flickcurl* fc, const char* group_id,
    const char* accept_rules);

  int flickcurl_groups_joinRequest(flickcurl* fc, const char* group_id,
    const char* message, const char* accept_rules);

  int flickcurl_groups_leave(flickcurl* fc, const char* group_id,
    const char* delete_photos);

  Updated the example code flickrdf.c to use the non-deprecated
  flickcurl_photos_getInfo2()

  Updated deprecated flickcurl-config(1) program to be independent of
  pkg-config. This allows make distcheck to work.

(wiz)

2013-09-09 20:42:00 UTC MAIN commitmail json YAML

2013-09-09 20:40:21 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.2.20130902

(wiz)

2013-09-09 20:40:12 UTC MAIN commitmail json YAML

Update to 1.2.20130902:

2013/09/02
+ modify makefile rule to make the ".png" filenames created by groff
  predictable.
+ add option --help-tags to allow scripts to get the item's tag field
  consistently from help- and help-item button results rather than
  getting the item's text for the latter (discussion with Florent
  Rougon).
+ correct manpage discussion of DIALOG_ITEM_HELP versus --item-help,
  as well as --help-button return status (report by Florent Rougon).
+ correct limit used for --hline option (report by Devin Teske,
  cf: 2011/06/30).
+ do not print empty "[]" if a --hline option was given with an empty
  value (report by Devin Teske).
+ miscellaneous configure script fixes/updates.  In particular, add
  option --with-shared which builds shared libraries without a libtool
  dependency.
+ add FreeBSD port-files for test-builds.
+ update lt.po, add fa.po from
http://translationproject.org/latest/dialog/
+ update config.guess, config.sub

(wiz)

2013-09-09 20:39:23 UTC MAIN commitmail json YAML

Updated devel/global to 6.2.9

(wiz)

2013-09-09 20:39:14 UTC MAIN commitmail json YAML

Update to 6.2.9:

Version 6.2.9 - August 26 2013

[CHANGES]
New facilities:
o configure: New option --with-sitekeys-mode=MODE.

Changed:
o jquery.treeview.js: Removed effects on mouse over because they use time too much
  to build a tree. Now it works faster than previous versions.
o htags: Added a loading message when the --tree-view option is specified.

[INCOMPATIBLE CHANGES]
o gtags-cscope: Though previous gtags-cscope ignored GTAGSROOT, GTAGSDBPATH when
  the -d option was not specified, it was meaningless. Now it accepts both of them
  always.

[BUG FIXED]
o gtags-cscope: Arrow keys didn't work after execution of external programs. Now it works.
o global: The -u option didn't work in a project whose path includes blanks. Now it works.
o htags: Fixed some bugs about --tree-view option.
- The type argument of --tree-view option didn't work in the top page. Now it works.
- Directory icons by --tree-view=filetree were not displayed. Now it works.
- On-line manual didn't say about the type argument. Now it is written.

(wiz)

2013-09-09 20:37:52 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 1.1.4

(wiz)

2013-09-09 20:37:42 UTC MAIN commitmail json YAML

Update to 1.1.4:

-----
1.1.4
-----

* Issue #77: Fix error in upload command (Python 2.4).

-----
1.1.3
-----

* Fix NameError in previous patch.

-----
1.1.2
-----

* Issue #69: Correct issue where 404 errors are returned for URLs with
  fragments in them (such as #egg=).

-----
1.1.1
-----

* Issue #75: Add ``--insecure`` option to ez_setup.py to accommodate
  environments where a trusted SSL connection cannot be validated.
* Issue #76: Fix AttributeError in upload command with Python 2.4.

(wiz)

2013-09-09 20:35:17 UTC MAIN commitmail json YAML

Updated graphics/graphviz to 2.34.0

(wiz)

2013-09-09 20:35:07 UTC MAIN commitmail json YAML

Update to 2.34.0:

September 6, 2013
- Release 2.34.0
- Resolves bugs: 2325, 2326, 2333, 2334, 2337, 2338, 2340, 2343,
2345, 2346, 2349, 2350, 2351, 2352, 2353, 2354, 2357, 2359
- Resolves Redhat bug: BZ#847458
August 21, 2013
- Added mingle command and library for edge bundling

(wiz)

2013-09-09 20:28:01 UTC MAIN commitmail json YAML

Updated devel/p5-Tree-DAG_Node to 1.16

(prlw1)

2013-09-09 20:27:40 UTC MAIN commitmail json YAML

Update p5-Tree-DAG_Node to 1.16:

1.16  Mon Sep  9 09;26:00 2013
- Accept a patch (slightly modified by me) from Tom Molesworth
  (see RT#88501):
  - Remove 'use open qw(:std :utf8);' because of its global effect.
  - Replace Perl6::Slurp with File::Slurp, using the latter's binmode
    option for the encoding.
  - Fix docs where I'd erroneously said File::Slurp didn't support utf8.

1.15  Fri Sep  6 11:10:00 2013
- Replace Path::Tiny with File::Spec, because the former's list of
  dependencies is soooo long :-(.
  - Changed files: t/read.tree.t, Build.PL and Makefile.PL.
    See: RT#88435 for an explanation.
- Move t/pod.t to xt/author/pod.t.

(prlw1)

2013-09-09 19:35:34 UTC MAIN commitmail json YAML

Updated fonts/fontconfig to 2.10.95

(wiz)

2013-09-09 19:35:25 UTC MAIN commitmail json YAML

Update to 2.10.95:

2.10.95

Changes since 2.10.94:
Akira TAGOH (3):
      Fix a typo
      Fix a crash
      Bump version to 2.10.95

2.10.94

Changes since 2.10.93:
Akira TAGOH (26):
      Bug 64906 - FcNameParse() should ignore leading whitespace in parameters
      Fix a comparison of constant warning with clang
      Fix a shift count overflow on 32bit box
      Fix a incompatible pointer warning on NetBSD
      Add FcTypeUnknown to FcType to avoid comparison of constant -1
      Fix the behavior of intermixed tests end edits in match
      Ignore scandir() check on mingw
      Use INT_MAX instead of unreliable hardcoding value
      Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
      Rework to apply the intermixed test and edit elements in one-pass
      trivial code optimization
      Correct fontconfig.pc to add certain dependencies for build
      Correct fontconfig.pc to add certain dependencies for static build
      Fix wrong edit position
      Bug 67809 - Invalid read/write with valgrind when assigning something twice
      warn deprecated only when migration failed
      Bug 67845 - Match on FC_SCALABLE
      Bug 16818 - fontformat in match pattern is not respected?
      Bug 68340 - More metric compat fonts
      Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
      Fix a typo
      Fix a crash when non-builtin objects are edited
      Fix a wrong edit position when 'kind' is different
      Bug 68587 - copy qu.orth to quz.orth
      Add quz.orth to Makefile.am
      Bump version to 2.10.94

Behdad Esfahbod (2):
      Minor
      Fix assertion

(wiz)

2013-09-09 19:30:04 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ati to 7.2.0

(wiz)

2013-09-09 19:29:55 UTC MAIN commitmail json YAML

Update to 7.2.0:

Alex Deucher (16):
      radeon: add oland chip family
      radeon/kms: add oland pci ids
      radeon: mark trinity APUs with IGP flag
      radeon: add Richland pci ids
      radeon: add new SI pci ids
      radeon: add new richland pci ids
      radeon: add hainan chip family
      radeon: add Hainan pci ids
      man: fix up previous commit
      radeon: add family ids for CIK
      radeon: update cursor handling for CIK
      radeon/kms: add bonaire pci ids
      radeon/kms: add kabini pci ids
      radeon: bump libdrm requirement to 2.4.46 for CIK support
      radeon: fix naming clashes with multiple GPUs (v3)
      drmmode: add support for multi-screen reverse optimus

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dave Airlie (1):
      radeon: add support for reverse prime (v2)

Eric S. Raymond (1):
      Fix some incomplete list entries.

Grigori Goronzy (5):
      Fix RADEON_FALLBACK logging
      EXA/evergreen/ni: optimize non-overlapping Copy
      EXA/evergreen/ni: fast solid pixmap support
      EXA/evergreen/ni: accelerate PictOpOver with component alpha
      EXA/evergreen/ni: replace magic number

Ilija Hadzic (13):
      DRI2: change signature of populate_vbl_request_type
      DRI2: make populate_vbl_request_type external
      drmmode: add drmmode_get_current_ust function
      drmmode: remove dead code from drmmode_crtc_dpms
      drmmode: calculate interpolated vblanks while in dpms-off state
      DRI2: adjust MSC by the number of interpolated vblanks
      DRI2: add vblank extrapolation function
      DRI2: hook up vblank extrapolation to schedule_swap
      DRI2: track CRTC in event record
      DRI2: move rename and rework radeon_dri2_deferred_swap
      DRI2: make wait_msc and get_msc work on disabled CRTCs
      DRI2: support scheduling emulated events with zero delay
      DRI2: add interpolated blanks to frame number in event handlers

Jerome Glisse (1):
      radeonsi: add 2d tiling support

Leo Liu (1):
      radeon: fix a memory leak in get_modes() callback.

Maarten Lankhorst (9):
      bump version post release
      Close drm_fd in CloseScreen.
      Cleanup drmmode in CloseScreen.
      radeon: add refcounts to fix up zaphod open/close.
      Move fd cleanup to correct place.
      drmmode: handle failure of drmModeGetConnector
      kill unused radeon_driver.c
      add bicubic_table.py to EXTRA_DIST
      radeon: bump version for release

Mark Kettenis (1):
      Always go through DFS/UTS when byte swapping is needed.

Michel D辰nzer (8):
      Only parse Option "AccelMethod" if glamor was enabled at build time
      glamor: Bail if the glamoregl module wasn't loaded early
      glamor: Initial PRIME pixmap sharing hooks.
      glamor: Enable by default on SI
      glamor: Only enable for depth >= 24
      glamor: Fix build against xserver < 1.13
      glamor: Keep old private in radeon_pixmap_set_bo
      autogen.sh: Restore passing --enable-maintainer-mode to configure

Raul Fernandes (1):
      EXA/6xx/7xx: optimize non-overlapping Copy

Samuel Li (1):
      radeon: use direct mapping for fast fb access.

(wiz)

2013-09-09 19:26:35 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-drivers to 1.14.2

(wiz)

2013-09-09 19:26:26 UTC MAIN commitmail json YAML

Set LICENSE for meta package to public-domain.
Add xf86-video-dummy. Bump version.

(wiz)

2013-09-09 19:25:43 UTC MAIN commitmail json YAML

Updated x11/xf86-video-vesa to 2.3.3

(wiz)

2013-09-09 19:25:34 UTC MAIN commitmail json YAML

Update to 2.3.3:

A few cleanups, and a build fix for xserver 1.14.

Adam Jackson (2):
      Remove mibstore.h
      configure: Drop AM_MAINTAINER_MODE

Alexandr Shadchin (2):
      Remove unneeded AM_CONDITIONAL
      Fix check function in VESASaveRestore

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Egbert Eich (1):
      Make bool option parsing clearer and more consistent

Julien Cristau (1):
      Bump to 2.3.3

(wiz)

2013-09-09 19:24:08 UTC MAIN commitmail json YAML

Added x11/xf86-video-dummy version 0.3.7

(wiz)

2013-09-09 19:23:57 UTC MAIN commitmail json YAML

+ xf86-video-dummy

(wiz)

2013-09-09 19:23:43 UTC MAIN commitmail json YAML

Import xf86-video-dummy-0.3.7 as x11/xf86-video-dummy.

Virtual/offscreen frame buffer driver for the Xorg X server.

(wiz)

2013-09-09 17:52:32 UTC MAIN commitmail json YAML

2013-09-09 17:49:08 UTC MAIN commitmail json YAML

update to 0.13.1
This fixes a hostname check bypassing vulnerability (truncation on
NULL-bytes, as seen in other implementations) (CVE-2013-4314)

(drochner)

2013-09-09 17:45:58 UTC MAIN commitmail json YAML

Update sysutils/testdisk to testdisk-6.14.
from Leonardo Taccari per PR pkg/48189

Changes:
General Improvements
====================
    * The log file generated by the Windows version (cygwin) reports bad
      sectors in a more readable fashion, example
        ReadFile Data error (cyclic redundancy check).
    * As openssl isn't used, don't link with this cryptographic library
      (Debian tries to avoid mixing GPL code and openssl)

TestDisk
========
Improvements
------------
    * testdisk /list now displays the disk model, serial number, firmware
      version and hpa or dco presence if detected
    * Recover WBFS (Wii Backup File System) partition
    * Make FAT RebuildBS works when there is a single FAT table
    * Interface: Display the partition table type if autodetected
    * Interface: modified warning about mismatching geometry between FAT
      or NTFS boot sector and HD geometry information (Debian #651756)
    * Interface: Remove "Allow partial last cylinder" option

Bug fixes
---------
    * Fix crc in EFI backup GPT
    * Rewrote how TestDisk aligns partition on cylinder or 1MB boundary.
      It avoids to create partition entry where the partition ends after
      the end of the disk.

PhotoRec
========
Improvements
------------
    * Improve Olympus .orf recovery
    * Improve WP Mac/WP5/WP6 Corel Documents .wpd files recovery
    * Fix thumbs.db recovery, avoid some false positive with .doc
    * Interface: if less than 10 file families are enabled, display the
      results even if zero has been found yet

  New file formats:
    * .aep After Effects
    * .axx AxCrypt
    * .dp Designer, a Photobook Designer Software
    * .lzh archive
    * .mmap MindManager
    * .plt Gerber Graphix Advantage
    * .prproj Adobe Premiere project
    * .psb Adobe Photoshop Image
    * .pts PTGui, panoramic stitching software
    * .qcp The QCP File Format and Media Types for Speech Data (RFC3625)
    * .shn Shorten audio file
    * .snt Windows Sticky Notes
    * .ttd TinyTag Data
    * .wallet Armory bitcoin wallet
    * .wim Windows imaging (WIM) image

Bug fixes
---------
    * Fix an endless loop during .caf file recovery
    * Fix tiff recovery including some raw file formats, 64-bit version
      wasn't affected

(drochner)

2013-09-09 16:35:40 UTC MAIN commitmail json YAML

Only add HAVE_LLVM / HAVE_GCC if they are already set.

(joerg)

2013-09-09 15:29:43 UTC MAIN commitmail json YAML

Avoid trying to re-generate the graphviz_version.h dist file.

(jperkin)

2013-09-09 14:08:52 UTC MAIN commitmail json YAML

scmgit* -> git*

(wiz)

2013-09-09 14:08:00 UTC MAIN commitmail json YAML

2013-09-09 14:05:08 UTC MAIN commitmail json YAML

Updated databases/redis to 2.6.16

(fhajny)

2013-09-09 14:05:03 UTC MAIN commitmail json YAML

--[ Redis 2.6.16 ] Release date: 28 Aug 2013

UPGRADE URGENCY: MODERATE.

* [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors
        were trapped only in the case the saving child failed, so the fork()
        error was no trapped as no child is created at all.
* [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is
        significantly better with large values (>= a few kbytes) and will
        be able to store two times the amount of data compared to Redis 2.6.15
        when values are in that range.
* [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed
        by the Redis scripting engine.
* [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to
        SDS allocation more easily.

(fhajny)

2013-09-09 13:56:27 UTC MAIN commitmail json YAML

Reimport scmgit as git-1.8.4 in devel/git.

This package is a meta package, collecting the components normally
expected to be installed for the GIT distributed version control
suite (the tool itself, the tk-based browser gitk, and the man pages).

(wiz)

2013-09-09 13:55:58 UTC MAIN commitmail json YAML

Reimport scmgit-gitk as git-gitk-1.8.4 in devel/git-gitk.

This package installs gitk.

(wiz)

2013-09-09 13:55:14 UTC MAIN commitmail json YAML

Reimport scmgit-docs as git-docs-1.8.4 in devel/git-docs.

This package installs documentation for the GIT distributed version control
suite.

(wiz)

2013-09-09 13:54:44 UTC MAIN commitmail json YAML

Reimport scmgit-base as git-base-1.8.4 in devel/git-base.

Git is a free and open source distributed version control system
designed to handle everything from small to very large projects with
speed and efficiency.

Git is easy to learn and has a tiny footprint with lightning fast
performance. It outclasses SCM tools like Subversion, CVS, Perforce,
and ClearCase with features like cheap local branching, convenient
staging areas, and multiple workflows.

This package contains only the git program (and subcommands).  It does
not contain man pages or the tk-based repository browser.

(wiz)

2013-09-09 13:39:15 UTC MAIN commitmail json YAML

Updated databases/couchdb to 1.4.0

(fhajny)

2013-09-09 13:39:10 UTC MAIN commitmail json YAML

Update couchdb to 1.4.0.

CouchDB 1.4.0
* We now support Erlang/OTP R16B and R16B01; the minimum required
  version is R14B.
* User document role values must now be strings. Other types of values
  will be refused when saving the user document.
* COUCHDB-1684: Support for server-wide changes feed reporting on
  creation, updates and deletion of databases.
* COUCHDB-1139: it's possible to apply list functions to _all_docs view.
* Automatic loading of CouchDB plugins.
* COUCHDB-1634: Reduce PBKDF2 work factor.
* Allow storing pre-hashed admin passwords via _config API.
* COUCHDB-1772: Prevent invalid JSON output when using all_or_nothing
  _bulk_docs API.
* Add a configurable whitelist of user document properties.
* COUCHDB-1852: Support Last-Event-ID header in EventSource changes
  feeds.
* Much improved documentation, including an expanded description of
  validate_doc_update functions and a description of how CouchDB handles
  JSON number values.
* COUCHDB-1632: Ignore epilogues in multipart/related MIME attachments.
* Split up replicator_db tests into multiple independent tests.

CouchDB 1.3.1
* Tolerate missing source and target fields in _replicator docs (COUCHDB-1788).
* Don't log about missing .compact files.
* Fix bug in WARN level logging from 1.3.0 (COUCHDB-1794).
* Fix the -S option to couchjs to increase memory limits (COUCHDB-1792).
* Improve documentation: better structure, improve language, less duplication.
* Improvements to test suite and VPATH build system.

(fhajny)

2013-09-09 12:29:26 UTC MAIN commitmail json YAML

2013-09-09 12:22:52 UTC MAIN commitmail json YAML

Updated www/varnish to 3.0.4

(fhajny)

2013-09-09 12:22:45 UTC MAIN commitmail json YAML

Update varnish to 3.0.4.

Changes since 3.0.3:
* The ACL code had a bug which could lead to false negatives.
  This has been assigned CVE-2013-4090.
* Varnish will now return an error if the client sends multiple
  Host headers.
* If the backend sent invalid gzip while using ESI, Varnish would
  in some cases assert. It now works correctly.
* TCP_NODELAY is now enabled, which should lead to performance
  improvements in some cases.

Full changelog:

  https://www.varnish-cache.org/trac/browser/doc/changes.rst

(fhajny)

2013-09-09 11:59:28 UTC MAIN commitmail json YAML

2013-09-09 11:57:40 UTC MAIN commitmail json YAML

Added inputmethod/ibus-libthai version 0.1.0

(obache)

2013-09-09 11:56:57 UTC MAIN commitmail json YAML

Import ibus-libthai-0.1.0 as inputmethod/ibus-libthai.

IBus-LibThai is a Thai input method engine for IBus, based on the LibThai
library.

Currently, it provides 3 keyboard layouts internally:
  - Ketmanee
  - Pattachote
  - TIS-820.2538
(Thai XKB symbols are also supported.)

The input method also filters out invalid input sequences with 3 levels of
strictness:
  - Passthrough (no check)
  - Basic Check
  - Srict Check

For applications that support surrounding text retrieval/deletion,
it can also correct the invalid input sequences.

(obache)

2013-09-09 11:32:12 UTC MAIN commitmail json YAML

2013-09-09 11:30:26 UTC MAIN commitmail json YAML

update to 0.12.3
from the announcement:
This release contains a new Bright Novae plugin and fixes of few bugs
within plugins and search tool.

(drochner)

2013-09-09 09:45:52 UTC MAIN commitmail json YAML

PLIST update for 1.6.2.

(wiz)

2013-09-09 09:44:50 UTC MAIN commitmail json YAML

Updated x11/libX11 to 1.6.2

(wiz)

2013-09-09 09:44:41 UTC MAIN commitmail json YAML

Update to 1.6.2:

This release of libX11 includes a number of fixes to handle realloc() failure
better, resolves a number of compiler & static analyzer warnings, fixes several
bugs in the X Input Method framework, and cleans up the XKB code to be a little
more maintainable.

Alan Coopersmith (28):
      Fix file leak on malloc error in XlcDL.c:resolve_object()
      lcfile: skip over any null entries in args list
      xlibi18n: convert sprintf calls to snprintf
      ximcp/imRm.c: convert sprintf calls to snprintf
      omGeneric.c: convert sprintf calls to snprintf
      Avoid memory leak/corruption if realloc fails in XlcDL.c:resolve_object()
      lcDB.c: ensure buffer size is updated correctly if realloc fails
      Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline()
      Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macro
      miRegionCopy(): handle realloc failure better
      miRegionOp(): ensure region size is not updated if realloc fails
      Delete unused XKB_INSURE_SIZE macro from XKBlibint.h
      init_om: remove unneeded extra copy of string to local buffer
      Constify lc_name argument to _XlcLocaleDirName() & _XlcLocaleLibDirName()
      Fix const handling in XSetLocaleModifiers
      xlibi18n: Fix a bunch of const cast warnings
      i18n modules: Fix some const cast warnings
      xlibi18n: fix argsize argument to _XlcParsePath
      Remove even more casts of return values from Xmalloc/Xrealloc
      Don't cast sizeof() results to unsigned when passing to Xmalloc/Xcalloc
      Remove unnecessary casts of pointers to (char *) in calls to Xfree()
      Remove long unused src/udcInf.c
      Fix overflow checks in _XkbReadKeySyms when key_sym_map is already created
      Reindent XKB code to X.Org standard style
      Rearrange some variable declarations & initializations in XKB
      Stop checking for HAVE_DIX_CONFIG_H on the client side
      Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next size
      libX11 1.6.2

Benno Schulenberg (1):
      nls: Adding more accessible compose sequences for J́ and j́.

Egbert Eich (2):
      XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in place.
      XIM: Fix sync problem on focus change.

ISHIKAWA,chiaki (1):
      Fix bogus timestamp generated by XIM

Julien Cristau (1):
      Add missing locales to configure.ac

(wiz)

2013-09-09 09:42:33 UTC MAIN commitmail json YAML

Updated x11/xrdb to 1.1.0

(wiz)

2013-09-09 09:42:22 UTC MAIN commitmail json YAML

Update to 1.1.0:

This release contains a number of changes around the way xrdb calls the
selected macro processing program, normally cpp, to handle the provided
resource file, including adding a -undef option to pass through to cpp,
allowing builders to provide default cpp flags at build time, and only
passing -P by default to a processor named cpp.

It also adds a -version flag to aid in debugging which version is in use
and fixes a number of compiler warnings.

Alan Coopersmith (11):
      Tokenize #define names in the PATHETICCPP case too
      Clarify .Xresources vs. .Xdefaults in man page
      Ensure we don't read out of ClassName array bounds for unknown visual type
      Fix many const pointer warnings
      Remove unnecessary casts from malloc & realloc calls
      Strip trailing whitespace
      Mark fatal() & Syntax() with printf & noreturn attributes
      Rename args to several functions to not shadow global variables
      Only add -P flag if using cpp as our preprocessor
      Add -version flag to print package version string from autoconf
      xrdb 1.1.0

Egbert Eich (2):
      Usage: In usage message print preprocessor that's actually chosen.
      Allow the CPP macro to contain preprocessors with command line options (v2)

Jon TURNEY (1):
      Fix build with WIN32 defined, but PATHETICCPP not defined

Matthieu Herrb (1):
      predefined cpp macros can produce unexpected results (bug 3413)

(wiz)

2013-09-09 09:40:03 UTC MAIN commitmail json YAML

Updated x11/xmodmap to 1.0.8

(wiz)

2013-09-09 09:39:52 UTC MAIN commitmail json YAML

Update to 1.0.8:

This minor maintenance release corrects build issues on some platforms
and improves the man page & help output.

Alan Coopersmith (4):
      include config.h before stdio.h & other system headers
      Allow printing -help & -grammar messages without a valid DISPLAY
      Add missing copyright dates from xmodmap.man to COPYING
      xmodmap 1.0.8

Jon TURNEY (1):
      Include X11/Xwindows.h on WIN32

St辿phane Aulery (1):
      error in manpage example about swapping Control_L/Caps_Lock keys

(wiz)

2013-09-09 09:38:41 UTC MAIN commitmail json YAML

Updated x11/xlsclients to 1.1.3

(wiz)

2013-09-09 09:38:32 UTC MAIN commitmail json YAML

Update to 1.1.3:

This minor maintenance release cleans up some compiler warnings,
improves the build configuration, and adds a -version option.

Alan Coopersmith (4):
      Give unique names to the two reply variables in child_info
      Add -version flag to print version from PACKAGE_STRING
      Fix deconstification warnings from gcc
      xlsclients 1.1.3

Gaetan Nadon (3):
      make: remove $(LIBOBJS) dead code
      Revert "make: remove $(LIBOBJS) dead code"
      configure.ac: regroup statements and comment

(wiz)

2013-09-09 09:34:58 UTC MAIN commitmail json YAML

Updated x11/xkill to 1.0.4

(wiz)

2013-09-09 09:34:49 UTC MAIN commitmail json YAML

Update to 1.0.4:

This minor maintenance release provides some hopefully very non-dangerous
man page improvements and janitorial cleanups, including the addition of
a -version flag to the accepted CLI options.

Alan Coopersmith (11):
      remove unused variable cpp
      Get rid of dpy global so we don't get shadow warnings from every function
      Mark Exit() and usage() as _X_NORETURN
      Use strtoul instead of open coding it with sscanf
      Mark msg argument to get_window_id as const, since it's just printed out
      Mark static string in verify_okay_to_kill as const
      Add -version option to print version
      Use man page sections in See Also references to libX11 man pages
      Mark arguments to catch_window_errors as unused
      Explicitly cast tolower() return value to char before storing in a char
      xkill 1.0.4

Gaetan Nadon (3):
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

(wiz)

2013-09-09 09:19:49 UTC MAIN commitmail json YAML

Updated x11/xinit to 1.3.3

(wiz)

2013-09-09 09:19:39 UTC MAIN commitmail json YAML

Update to 1.3.3:

This release contains a number of fixes for the integration with launchd
on MacOS/darwin, some general code cleanups, and build configuration
improvements.

Packagers should note that this release expands the use of the openssl
program for xauth cookie generation to any platform which has openssl
but not mcookie discoverable by configure.  It assumes the presence of
the rand -hex flag originally added for OpenBSD, but now carried in the
upstream OpenSSL.  The configure script will output a notice such as:
  configure: startx will depend on "/usr/bin/openssl rand -hex 16" to
    generate xauth cookies
in order to inform you which was chosen so you may set your package
dependencies appropriately.

Alan Coopersmith (7):
      Add printf attributes suggested by gcc
      If we have to forcibly kill the Xserver on Solaris, reset kbd_mode
      Declare processTimeout() as taking a const string arg
      Check for openssl as mkcookie fallback on all platforms, not just OpenBSD
      Use pid_t instead of int for type of pids
      Add Apple copyright/license notice from launchd files to COPYING
      xinit 1.3.3

Egbert Eich (2):
      man: Set correct config file location in man page
      install: Use sysconfdir instead of libdir for config files.

Jeremy Huddleston (9):
      launchd/privileged_startx: Improved error resolution
      launchd: Don't provide the LaunchAgent on Tiger
      launchd: Provide more verbose error reporting for launchd checkin failures
      launchd: Load privileged_startx properly on Tiger
      launchd: Fix the destination of moved-aside directories in privileged_startx
      darwin: Silence a syslog message from defaults
      laucnhd: Silence some syslog spam
      Annotate Fatal and Fatalx as _X_NORETURN
      XQuartz: Fix an issue where -dpi was not being passed to the server despite being set

Jeremy Huddleston Sequoia (1):
      privileged_startx: use root:wheel instead of 0:0

Thomas Klausner (1):
      Use xinitrc.d/?*.sh as the matching pattern instead of needing
      a fragile sed substitution XSLASHGLOB to produce xinitrc.d/*.sh.
      (If that were used literally the slash-star would confuse
      cpp.)

(wiz)

2013-09-09 09:01:58 UTC MAIN commitmail json YAML

Added sysutils/testdisk version 6.13 [drochner 2012-07-04]

(wiz)

2013-09-09 08:38:06 UTC MAIN commitmail json YAML

2013-09-09 06:44:13 UTC MAIN commitmail json YAML

Note update of securty/ipv6-toolkit to version-1.4.1

(agc)

2013-09-09 06:42:45 UTC MAIN commitmail json YAML

Update security/ipv6-toolkit to version 1.4.1

Changes since previous version:

SI6 Networks' IPv6 Toolkit v1.4.1

  * frag6: Fixed bug that prevented Ethernet header from being filled
    A bug in the code caused Ethernet frames to go on te wire without any of
    their header fields completed.

  * All: Use of library to avoid code replication
    An "libipv6" library was created, such that common functions do not need
    to be replicated for each tool. ni6, ns6, rs6, and tcp6 now employ such
    library.

pkgsrc changes:

* address6 and its man page are no longer installed

* extend the Makefile changes to include the correct linkage for rs6 and tcp6
  i.e. include the libipv6 object mentioned above

(agc)

2013-09-08 22:02:57 UTC MAIN commitmail json YAML

+ calibre-1.2, dbus-1.6.14, dialog-1.2.20130902, digikam-3.4.0,
  flickcurl-1.25, fontconfig-2.10.95, global-6.2.9, gnumeric112-1.12.7,
  graphviz-2.34.0, horde-5.1.4, kde-4.11.1, libkface-3.4.0,
  libkgeomap-3.4.0, libkvkontakte-3.4.0, libmediawiki-3.4.0,
  libusbx-1.0.17, libvpx-1.2.0, liferea-1.10.2, phpmyadmin-4.0.6,
  py-pytz-2013d, py-qt4-4.10.3 [needs py-sip-4.15, see above],
  py-setuptools-1.1.4, py-sip-4.15.1 [don't update until pyqt3 and
  KDE problems are fixed -- still there in 4.15.1], rhythmbox-3.0,
  typo3-6.1.4, x264-devel-20130907.

(wiz)

2013-09-08 16:35:24 UTC MAIN commitmail json YAML

2013-09-08 16:33:59 UTC MAIN commitmail json YAML

Don't force ACTIVE_CC for clang. Explicitly disable noreturn checks.

(joerg)

2013-09-08 16:33:56 UTC MAIN commitmail json YAML

2013-09-08 16:33:25 UTC MAIN commitmail json YAML

2013-09-08 16:32:17 UTC MAIN commitmail json YAML

Pass down HAVE_LLVM and HAVE_GCC.

(joerg)

2013-09-08 16:32:14 UTC MAIN commitmail json YAML

2013-09-08 16:31:13 UTC MAIN commitmail json YAML

2013-09-08 16:29:44 UTC MAIN commitmail json YAML

Don't apply noreturn checks for clang.

(joerg)

2013-09-08 16:29:28 UTC MAIN commitmail json YAML

Add FreeMiNT settings.

(ryoon)

2013-09-08 16:28:27 UTC MAIN commitmail json YAML

2013-09-08 16:27:23 UTC MAIN commitmail json YAML

Update to 20130908

* Add FreeMiNT support. This file is needed for bootstrapping pkgsrc.

(ryoon)

2013-09-08 16:25:32 UTC MAIN commitmail json YAML

Updated pkgtools/libnbcompat to 20130908

(ryoon)

2013-09-08 16:24:43 UTC MAIN commitmail json YAML

2013-09-08 16:21:19 UTC MAIN commitmail json YAML

Updated pkgtools/mtree to 20130908

(ryoon)

2013-09-08 16:20:10 UTC MAIN commitmail json YAML

Update to 20130908

* Fix build with libnbcompat-20120702, PR pkg/42142's side effect is fixed.
  Tested on Solaris 10, OpenBSD, FreeBSD etc.
  Detect system's sha2.h and SHA2 functions, and include nbcompat/sha2.h
  conditionally.

(ryoon)

2013-09-08 14:08:15 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Valid to 1.192

(wen)

2013-09-08 14:07:12 UTC MAIN commitmail json YAML

Update to 1.192

Upstream changes:
1.192    2013-09-07 21:00:55 America/New_York
          if Net::DNS is not available, do not test null mx validity

1.191    2013-09-04 21:52:50 America/New_York
          update bugtracker, repo, etc.

          mxcheck fails when remote MX record is "."

          drop use of bytes.pm; any bug fixed by that should be fixed again
          properly

(wen)

2013-09-08 13:50:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Stuff to 2.104

(wen)

2013-09-08 13:49:15 UTC MAIN commitmail json YAML

Update to 2.104

Upstream changes:
2.104    2013-08-16
          Documentation improvements (kd).

2.103    2013-05-30
          note deprecation in favor of Email::Stuffer

(wen)

2013-09-08 13:45:09 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Simple to 2.202

(wen)

2013-09-08 13:44:15 UTC MAIN commitmail json YAML

Update to 2.202

Upstream changes:
2.202    2013-09-04 09:48:33 America/New_York
          repackage with Dist::Zilla; update repo and bug tracker

2.201    2013-04-16
          no changes

2.200_01  2013-04-09
          preserve the original header layout unless changed

2.103    2013-04-09
          fix a bug in header unfolding where "0\n 1" could be unfolded to "01"

(wen)

2013-09-08 13:36:52 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Sender to 1.300006

(wen)

2013-09-08 13:35:59 UTC MAIN commitmail json YAML

Update to 1.300006
Update DEPENDS

UPstream changes:
1.300006  2013-03-17 17:23:21 America/New_York
          re-fix the problem with attribute accessors and role methods
          clashing, previously fixed in 0.102360

1.300005  2013-02-14 11:37:09 America/New_York
          add missing prereq, Sub::Exporter; thanks for report, Esteban
          Manchado Vel谩zquez

1.300004  2013-02-09 10:09:02 America/New_York
          bump required version of MooX::Types::MooseLike

1.300003  2013-02-06 15:56:53 America/New_York
          make Wrapper transports proxy is_simple and allow_partial_success to
          the wrapped transport

          allow Wrapper transports to construct their own targets; useful for
          configuring entire wrapper chain from the environment

1.300002  2013-02-06 14:06:24 America/New_York
          THIS IS A BIG DEAL:  see v1.300000

          this is the first non-trial release using Moo instead of Moose

          increase version of Moo to interoperate with ancient Mouse.pm

1.300001  2013-01-07 21:38:31 America/New_York
          increase required versions of Throwable and Moo

1.300000  2013-01-02 22:42:58 America/New_York
          THIS IS A BIG DEAL:

          use Moo instead of Moose (thanks to Justin Hunter and Christian
          Walde!)

0.120002  2012-09-11 14:43:07 America/New_York
          added shift_deliveries to the Test transport, for treating the
          sent messages like a queue of things to inspect

0.120001  2012-07-19 16:28:01 America/Los_Angeles
          no changes from 0.120000, just marked as stable release

0.120000  2012-05-08 20:53:43 America/New_York
          THIS IS A BIG DEAL:

          This release deprecates the scalar context behavior of:

          * Failure->recipients
          * Failure::Multi->failures
          * Failure::Multi->recipients
          * Transport::Test->deliveries
          * Transport::Failable->failure_conditions

          Until now, these methods returned a list in list context and
          an array reference in scalar context.  This still works, but
          scalar context calls will now generate a warning.  In one
          year (2013-05), they will be become fatal.

0.110005  2012-03-05 21:37:35 America/New_York
          binmode output handle to avoid line ending munging in Mbox and
          Maildir; thanks, Christian Walde!

0.110004  2012-02-21 17:47:35 America/New_York
          import the "Bcc" page from the (otherwise empty) github wiki; this
          adds some information to the QuickStart page about why Bcc support
          isn't there and why this isn't a bug

0.110003  2012-02-01 15:09:52 America/New_York
          add the add_lines_header and add_envelope_headers attributes to
          Maildir transports

0.110002  2012-01-31 17:02:35 America/New_York
          Maildir deliveries now have a ->filename method to tell you just
          where the mail was delivered

(wen)

2013-09-08 13:32:52 UTC MAIN commitmail json YAML

Updated devel/p5-Throwable to 0.200008

(wen)

2013-09-08 13:31:54 UTC MAIN commitmail json YAML

Update to 0.200008
Update DEPENDS

Upstream changes:
0.200008  2013-04-30 12:50:19 America/New_York
          avoid a Moose-using test in the suite of tests run by users (thanks,
          Dave Rolsky)

0.200007  2013-04-09 19:20:02 America/New_York
          allow previous_exception to be passed to the constructor

0.200006  2013-04-09 14:58:07 America/New_York
          lose old $@ in previous_exception less often under 5.17.10 (thanks,
          David Wheeler)

0.200005  2013-04-05 15:04:52 America/New_York
          Plugged memory leak (thaljef)

0.200004  2013-02-21 16:50:05 America/New_York
          update Throwable::Error to use around modifier instead of calling
          SUPER:: (thanks, Justin Hunter)

0.200003  2012-10-18 08:52:20 America/New_York
          no code changes; just no longer trial

0.200002  2012-10-09 08:56:21 America/New_York
          require Moo 1.000001

0.200001  2012-09-22 18:10:29 America/New_York
          update a prerequisite (thanks, FREW)

0.200000  2012-09-20 14:12:34 America/New_York
          port to Moo (FREW, MSTROUT, ILMARI)

(wen)

2013-09-08 12:49:41 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Send to 2.199

(wen)

2013-09-08 12:48:30 UTC MAIN commitmail json YAML

Update to 2.199

Upstream changes:
2.199    2013-08-18
          ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

          stop warning from Return::Value; if it didn't switch you to
          Email::Sender by now, it isn't gonna

          cope with irritating differences between Net::SMTP and Net::SMTP::TLS
          (thanks, Yanick Champoux!)

(wen)

2013-09-08 12:43:03 UTC MAIN commitmail json YAML

Updated inputmethod/scim-thai to 0.1.3

(obache)

2013-09-08 12:40:26 UTC MAIN commitmail json YAML

Update scim-libthai to 0.1.3.

Version 0.1.3 (2012-06-09)
=============
- Migrate away deprecated GTK+ APIs, fixing FTBFS.

(obache)

2013-09-08 12:13:21 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Reply to 1.203

(wen)

2013-09-08 12:12:33 UTC MAIN commitmail json YAML

Update to 1.203
Add LICENSE

Upstream changes:
1.203    2013-08-16 22:23:32 America/New_York
          update repo and bugtracker

          reformat docs a bit

(wen)

2013-09-08 12:05:51 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME-Attachment-Stripper to 1.317

(wen)

2013-09-08 12:02:03 UTC MAIN commitmail json YAML

2013-09-08 12:01:18 UTC MAIN commitmail json YAML

Update to 1.317
Update DEPENDS
Add LICENSE

Upstream changes:
1.317    2013-08-31 23:44:32 America/New_York
          update repo and bugtracker information

          no significant changes, but please see a note on the future:
          https://github.com/rjbs/Email-MIME-Attachment-Stripper/issues/2

(wen)

2013-09-08 11:11:41 UTC MAIN commitmail json YAML

Note remove of www/contao30 and www/contao30-example packages.

(taca)

2013-09-08 11:11:04 UTC MAIN commitmail json YAML

2013-09-08 11:10:08 UTC MAIN commitmail json YAML

Remove contao30 package.

Contao 3.0 is obsoleted by Contao 3.1 and it is end of migration period.

(taca)

2013-09-08 11:09:09 UTC MAIN commitmail json YAML

2013-09-08 11:08:23 UTC MAIN commitmail json YAML

Remove contao30 and contao30-example.

(taca)

2013-09-08 10:53:29 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME to 1.924

(wen)

2013-09-08 10:52:29 UTC MAIN commitmail json YAML

Update to 1.924
Update DEPENDS

Upstream changes:
1.924    2013-08-10 23:23:55 America/New_York
          update use of Email::MIME::ContentType to match new, fixed hash keys:
          type/subtype

1.923    2013-08-08 21:59:02 America/New_York
          do not consider the part-ending CRLF part of the body

          avoid undefined warnings in debug_structure [rt.cpan.org #82388]
          (Thanks, Kurt Anderson)

          better error message when the given body is a ref but not a scalar
          ref [rt.cpan.org #59205]

1.922    2013-07-10 08:45:02 America/New_York
          repackage, fixing version number

1.921    2013-07-01 22:51:01 America/New_York
          repackage, remove PEP links, update bugtracker

1.920    2013-06-17
          do not call parts_set during walk_parts unless the parts have
          actually changed

          When trying to decode a body, fall back to 7bit if the encoding is
          unknown.  Trying to create a new body in an unknown encoding is still
          forbidden.  This should make it easier to handle broken messages
          from "the internet."  ("Content-Transfer-Encoding: n"!?)

1.912_01  2013-04-08
          try to encode headers based on the header structure, if it has one,
          rather than treating the header as a big string in all cases; thanks
          for this work go to Jesse Luehrs

(wen)

2013-09-08 10:49:45 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME-Encodings to 1.315

(wen)

2013-09-08 10:48:52 UTC MAIN commitmail json YAML

Update to 1.315
Update LICENSE

Upstream changes:
1.315    2013-08-12 21:11:46 America/New_York
          repackage to update repository and bug tracker

1.314    2013-06-17
          add a third argument to encode/decode/codec to allow a fallback
          codec

(wen)

2013-09-08 10:43:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME-ContentType to 1.017

(wen)

2013-09-08 10:42:09 UTC MAIN commitmail json YAML

Update to 1.017
Add LICENSE

Upstream changes:
1.017    2013-08-10 23:19:14 America/New_York
          make $STRICT_PARAMS actually work! (thanks, Matthew Green!)
          [rt.cpan.org #87460]

1.016    2013-08-10 23:14:42 America/New_York
          correct the longstanding and embarrassing misuse of "discrete" and
          "composite" to mean "type" and "subtype"; the returned data still
          contains the wrong old names so your code shouldn't break

          repackage to update bugtracker, repo, etc.

(wen)

2013-09-08 10:35:48 UTC MAIN commitmail json YAML

Updated mail/p5-Email-LocalDelivery to 1.200

(wen)

2013-09-08 10:34:55 UTC MAIN commitmail json YAML

Update to 1.200
Add LICENSE

Upstream changes:
1.200    2013-08-08 21:24:39 America/New_York
          crank the version number *way* up to bring all the module versions in
          sync without rolling any of them back

0.218    2013-08-08 20:36:42 America/New_York
          point to new repo, bugtracker; also reference Email::Sender

(wen)

2013-09-08 10:20:31 UTC MAIN commitmail json YAML

Updated mail/p5-Email-FolderType to 0.814

(wen)

2013-09-08 10:19:46 UTC MAIN commitmail json YAML

Update to 0.814
Add LICENSE

Upstream changes:
0.814    2013-08-05 18:48:55 America/New_York
          new repo, new bugtracker, same old code

(wen)

2013-09-08 10:14:49 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Folder to 0.857

(wen)

2013-09-08 10:14:00 UTC MAIN commitmail json YAML

Update to 0.857

Upstream changes:
0.857    2013-08-05 18:16:44 America/New_York
          eliminate extra Pod tests

0.856    2013-08-05 18:12:09 America/New_York
          avoid duplicating headers when data is malformed (#31132)

          make MH folder reader work on VMS

(wen)

2013-09-08 10:10:42 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Date-Format to 1.004

(wen)

2013-09-08 10:09:52 UTC MAIN commitmail json YAML

Update to 1.004

Upstream changes:
1.004    2013-08-05 08:09:14 America/New_York
          fix repo and bugtracker link (stupid case sensitivity!)
          (thanks, Slaven Rezic!)

1.003    2013-08-02 18:05:49 America/New_York
          new repo, new bugtracker

(wen)

2013-09-08 10:04:10 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Date to 1.104

(wen)

2013-09-08 10:03:03 UTC MAIN commitmail json YAML

Update to 1.104
Add LICENSE
Update DEPENDS

Upstream changes:
1.104    2013-08-02 18:00:42 America/New_York
        point to new repo, new bug tracker, suggest users just use other
        libraries when possible

(wen)

2013-09-08 09:42:48 UTC MAIN commitmail json YAML

Updated devel/libwnck3 to 3.4.7

(prlw1)

2013-09-08 09:42:23 UTC MAIN commitmail json YAML

Update libwnck3 to 3.4.7

=============
Version 3.4.7
=============

  Features

  * Add wnck_set_default_icon_size and wnck_set_default_mini_icon_size functions
    to allow clients to define the size of the icons to be used for windows
    and applications.

=============
Version 3.4.6
=============

  Features

  * Add option to close windows with mouse middle click on button in tasklist
    (Stefano Karapetsas)
  * Add API to define task list orientation (Jean-Luc Porquet and Josselin Mouette)

  Fixes

  * ClassGroup: fix class signal signature (Marco Trevisan)
  * Get rid of the deprecated code in TaskList, Selector and Pager (Marco Trevisan)

  Translators

  * Andika Triwidada (id)
  * Ani Peter (ml)
  * Aurimas Černius (lt)
  * Balázs Úr (hu)
  * Daniel Mustieles (es)
  * Enrico Nicoletto (pt_BR)
  * Joe Hansen (da)
  * Krishnababu Krothapalli (te)
  * ManojKumar Giri (or)
  * Marek Černocký (cs)
  * Matej Urbančič (sl)
  * Nilamdyuti Goswami (as)
  * Rajesh Ranjan (hi)
  * Sandeep Sheshrao Shedmake (mr)
  * Shankar Prasad (kn)
  * Shantha kumar (ta)
  * Sweta Kothari (gu)
  * Theppitak Karoonboonyanan (th)
  * Yuri Myasoedov (ru)
  * Мирослав Николић (sr) (sr@latin

=============
Version 3.4.5
=============

  Features

* Add getter and notifier for the Window role
* Emit signals when a window instance or group name (WM_CLASS) changes (Marco Trevisan)

  Fixes

* Remove deprecated APIs for device grabbing (Marco Trevisan)
* Fix wnckprop hang, that made the system unusable (Marco Trevisan)
* Fix build with recent automake (Nuno Araujo)
* Use a little less power using g_timeout_add_seconds (B.Prathibha)

  Translators

* ManojKumar Giri (or)
* Piotr Drąg (pl)
* Shankar Prasad (kn)

=============
Version 3.4.4
=============

  Translators

* Runa Bhattacharjee (bn_IN)
* chandankumar (hi)
* Khoem Sokhem (km)
* Rūdolfs Mazurs (lv)
* Anish A (ml)
* Piotr Drąg (pl)

(prlw1)

2013-09-08 08:25:53 UTC MAIN commitmail json YAML

Updated net/xfindproxy to 1.0.3

(wiz)

2013-09-08 08:25:44 UTC MAIN commitmail json YAML

Update to 1.0.3:

This minor maintenance release provides accumulated build configuration
improvements and janitorial cleanups.

Alan Coopersmith (8):
      xfindproxy only depends on xproto, not x11
      Convert STRING_BYTES & STORE_STRING from macros to inline functions
      Fix some clang warnings about implicit integer size/sign conversions
      Stop casting malloc return values
      Move global appContext into main() to avoid shadow warnings
      Mark input string to cvthexkey() as const
      Fix some clang integer conversion warnings in cvthexkey()
      xfindproxy 1.0.3

(wiz)

2013-09-08 08:25:01 UTC MAIN commitmail json YAML

Updated time/xclock to 1.0.7

(wiz)

2013-09-08 08:24:53 UTC MAIN commitmail json YAML

Update to 1.0.7:

This release includes code & man page cleanups.

Alan Coopersmith (4):
      Store sine & cosine tables as doubles instead of floats
      Add noreturn attributes suggested by -Wmissing-noreturn
      Combine usage message strings & print them to stderr, not stdout
      xclock 1.0.7

Eric S. Raymond (1):
      Don't rely on being able to set tab stops.

(wiz)

2013-09-08 08:24:08 UTC MAIN commitmail json YAML

Updated x11/libSM to 1.2.2

(wiz)

2013-09-08 08:23:58 UTC MAIN commitmail json YAML

Update to 1.2.2:

This minor maintenance release includes build configuration improvements
and janitorial cleanups.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (6):
      Remove unused TLI ("STREAMSCONN") code from libSM
      unifdef -U__UNIXOS2__
      Constify previous_id argument to SmcOpenConnection
      unifdef WORD64 (leftover bits of Cray support)
      Fix some clang warnings about integer size/sign conversions
      libSM 1.2.2

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

(wiz)

2013-09-08 08:21:19 UTC MAIN commitmail json YAML

Updated x11/libXv to 1.0.10

(wiz)

2013-09-08 08:21:11 UTC MAIN commitmail json YAML

Update to 1.0.10:

This release contains cleanup & refactoring intended to make the code
more robust and easier to maintain.  It does increase to libX11 1.6.0
the required version of libX11 needed to build and run libXv.

Alan Coopersmith (10):
      Adopt X.Org standard code style, with consistent indentation
      Remove unnecessary casts from Xmalloc calls
      Fix sign conversion & comparison warnings from clang
      Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest
      Add missing calls to _XEatDataWords when we are skipping _XRead
      Refactor error handling
      Remove fallback for _XEatDataWords, require libX11 1.6 for it
      libXv 1.0.10

(wiz)

2013-09-08 08:19:56 UTC MAIN commitmail json YAML

Updated x11/libXrandr to 1.4.2

(wiz)

2013-09-08 08:19:48 UTC MAIN commitmail json YAML

Update to 1.4.2:

This release fixes two small bugs in the library, and fixes an omission
in the list of copyright notices in the COPYING file.

Alan Coopersmith (3):
      XRRGetProviderInfo returned bad associated_capability list in 64-bit
      Add copyright notice from src/XrrProvider.c to COPYING
      libXrandr 1.4.2

Pauli Nieminen (1):
      XRRUpdateConfiguration: Check if getting screen for root fails

(wiz)

2013-09-08 08:19:13 UTC MAIN commitmail json YAML

Updated x11/libXpm to 3.5.11

(wiz)

2013-09-08 08:19:04 UTC MAIN commitmail json YAML

Update to 3.5.11:

This minor maintenance release provides various build configuration
improvements and other janitorial cleanups, including declaring the
filename parameters in the API as "const char *" to reduce unnecessary
const-strings warnings in callers.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (4):
      Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile()
      Add noreturn attributes suggested by gcc
      Fix typo in COPYING (matches src/amigax.h)
      libXpm 3.5.11

Christophe CURIS (2):
      Added 'const' qualifier to the filename argument to internal functions
      Added 'const' attribute to all filename arguments in the API

Claudio Bley (1):
      Fix libXpm build with NO_ZPIPE

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Eric S. Raymond (1):
      doclifter can't handle more than one dash in a name line.

Jon TURNEY (1):
      Define NO_ZPIPE when building for MinGW

(wiz)

2013-09-08 08:17:28 UTC MAIN commitmail json YAML

Updated x11/libXmu to 1.1.2

(wiz)

2013-09-08 08:17:19 UTC MAIN commitmail json YAML

Update to 1.1.2:

This minor maintenance release includes build configuration improvements
and janitorial cleanups.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (5):
      Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection
      unifdef -U__UNIXOS2__
      Preserve constness when casting const pointers in various functions
      Add missing copyright notices to COPYING file
      libXmu 1.1.2

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Thomas Klausner (1):
      Fix a const issue.

(wiz)

2013-09-08 08:16:15 UTC MAIN commitmail json YAML

Updated x11/libXaw to 1.0.12

(wiz)

2013-09-08 08:16:06 UTC MAIN commitmail json YAML

Update to 1.0.12:

This release plugs a couple fd leaks in error handling paths, fixes
WIN32 builds, and cleans up some old code for previously supported OS'es.

Alan Coopersmith (6):
      unifdef -U__UNIXOS2__
      Fix fd leak when fdopen() fails in InitStringOrFile()
      Fix fd leak when write() fails in WriteToFile()
      Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
      Replace TXT16 with XChar2b inline
      libXaw 1.0.12

Ryan Pavlik (1):
      Include winsock header on WIN32 to provide fd_set etc.

(wiz)

2013-09-08 07:47:26 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Address to 1.900

(wen)

2013-09-08 07:46:18 UTC MAIN commitmail json YAML

Update to 1.900

Upstream changes:
1.900    2013-08-08 14:44:43 America/New_York
          avoid trying to stringify undef, and so avoid a warning (thanks, Alex
          Vandiver)

1.899    2013-08-02 10:53:19 America/New_York
          repackaged, pointed at new bugtracker

          fallback overloads are enabled, so "cmp" will now compare with string
          overloads... which still might not be what you expect

          code has been futzed with to rely on some 5.6-isms, rather than
          trying to be 5.005 compatible

          a warning has been added: calling ->parse in scalar context gets
          undefined behavior

1.898    2013-02-07
          remove dead link

(wen)

2013-09-08 07:40:34 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Abstract to 3.006

(wen)

2013-09-08 07:38:02 UTC MAIN commitmail json YAML

Update to 3.006

Upstream changes:
3.006    2013-09-01 08:41:48 America/New_York
          require Email::Simple 1.998 to allow ->new(\$string)

3.005    2013-07-30 09:57:36 America/New_York
          repackage, update bug tracker, etc.

          provide raw body on multipart Email::MIME messages (thanks,
          bailey@upenn)
          [rt.cpan.org #77624]

(wen)

2013-09-08 07:23:57 UTC MAIN commitmail json YAML

* Fix build using clang compiler on Darwin (Mac OS X 10.8.4) by not using weak
  aliases if the compiler does not support them.
  From J. Lewis Muir on pkgsrc-users@.
* Remove empty patch.

(ryoon)

2013-09-08 06:30:22 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.8.0.2

(adam)

2013-09-08 06:28:58 UTC MAIN commitmail json YAML

Changes 3.8.0.2:
Fix an off-by-one error that caused quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the command-line shell.
Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB constraint and then another INNER JOIN to the right that involves an OR constraint.
Fix a query planner bug that could result in a segfault when querying tables with a UNIQUE or PRIMARY KEY constraint with more than four columns.

(adam)

2013-09-08 06:28:43 UTC MAIN commitmail json YAML

Changes 3.8.0.2:
Fix an off-by-one error that caused quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the command-line shell.
Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB constraint and then another INNER JOIN to the right that involves an OR constraint.
Fix a query planner bug that could result in a segfault when querying tables with a UNIQUE or PRIMARY KEY constraint with more than four columns.

(adam)

2013-09-08 05:15:25 UTC MAIN commitmail json YAML

Updated devel/p5-Test-YAML-Meta to 0.20

(wen)

2013-09-08 05:14:33 UTC MAIN commitmail json YAML

Update to 0.20

Upstream changes:
0.20    2013-04-07
        - change file dates changed to meet W3CDTF standards.
        - reworked Makefile.PL for clarity.
        - upgraded to Test::CPAN::Meta::JSON for tests.
        - added meta.JSON.
        - updated test suite.
        - added repositories to Meta files.

(wen)

2013-09-08 05:09:41 UTC MAIN commitmail json YAML

Updated devel/p5-Test-WWW-Selenium to 1.36

(wen)