aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog7
Commit message (Collapse)AuthorAgeFilesLines
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371254
* Fix buildBryan Drewery2014-10-021-4/+4
| | | | Notes: svn path=/head/; revision=369868
* Add missed PORTVERSION bump from r369854Bryan Drewery2014-10-021-1/+1
| | | | Notes: svn path=/head/; revision=369864
* - Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] ↵Brad Davis2014-10-021-2/+2
| | | | | | | | | | | | | | to fix CVE-2014-3634 [3]. 1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/ 2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/ 3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/ Reviewed by: bdrewery Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 Notes: svn path=/head/; revision=369854
* - Update sysutils/rsyslog7 to 7.6.6 [1] and sysutils/rsyslog8 to 8.4.1 [2] ↵Brad Davis2014-09-303-5/+16
| | | | | | | | | | | | | | to fix CVE-2014-3634 [3]. 1: http://www.rsyslog.com/changelog-for-7-6-6-v7-stable/ 2: http://www.rsyslog.com/changelog-for-8-4-1-v8-stable/ 3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/ Reviewed by: bdrewery@ Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 Notes: svn path=/head/; revision=369659
* - Switch databases/libdbi to USES=libtool, drop .la filesDmitry Marakasov2014-08-261-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=366176
* Fix build after json-c update.Adam Weinberger2014-08-201-1/+1
| | | | | | | | rsyslog8-devel fails to build against the new json-c, so I've marked it BROKEN. Notes: svn path=/head/; revision=365473
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* - Fix plist dependent on optionsDmitry Marakasov2014-06-261-20/+9
| | | | | | | | | | - Fix dependency on libdbi in rsyslog7 Approved by: portmgr blanked Reported by: Yuriy Korobko <make dot kernel at gmail dot com> Notes: svn path=/head/; revision=359355
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-252-22/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359284
* - Update devel/libestr from 0.1.8 to 0.1.9Brad Davis2014-05-152-3/+3
| | | | | | | | | | - Update devel/liblogging from 1.0.1 to 1.0.4 - Update sysutils/rsyslog7 from 7.6.0 to 7.6.3 Reviewed by: zi@ Notes: svn path=/head/; revision=354181
* - Upgrade sysutils/rsyslog7 to 7.6.0, sysutils/rsyslog7-devel to 7.5.8 [1], ↵Brad Davis2014-02-212-5/+9
| | | | | | | | | | | | | | | | and sysutils/rsyslog8-devel to 8.1.6. 1: I know it is lower than rsyslog7, but it is the latest from upstream. They say that a newer release is imminent. Changelogs: 7.6.0: http://www.rsyslog.com/changelog-for-7-6-0-v7-stable/ 7.5.8: http://www.rsyslog.com/changelog-for-7-5-8-v7-devel/ 8.1.6: http://www.rsyslog.com/changelog-for-8-1-6-v8-devel/ Reviewed by: miwi@ Notes: svn path=/head/; revision=345312
* - Update rsyslog7 to 7.4.7. Finally stagify thanks to help from bapt@ !Brad Davis2013-12-143-26/+19
| | | | | | | Reviewed by: az@ Notes: svn path=/head/; revision=336419
* devel/json-c: update to 0.11William Grzybowski2013-11-091-1/+2
| | | | | | | | | | | | | - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout) Notes: svn path=/head/; revision=333306
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* only ryslog7 now has rsyslog-<version> package name.Baptiste Daroussin2013-09-171-1/+1
| | | | | | | | | Change all others to avoid confusion for binary package users Approved by: brd Notes: svn path=/head/; revision=327490
* Remove tests for unsupported FreeBSD versionsBaptiste Daroussin2013-09-141-4/+0
| | | | Notes: svn path=/head/; revision=327263
* - Update sysutils/rsyslog7 to 7.4.4Brad Davis2013-09-063-8/+14
| | | | | | | | | | | | | - Make UUID support optional since it not used very often and conflicts with postgres [1] Changes: http://www.rsyslog.com/changelog-for-7-4-4-v7-stable/ PR: 180139 [1] Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1] Reviewed by: swills@ Notes: svn path=/head/; revision=326520
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-4/+2
| | | | Notes: svn path=/head/; revision=326070
* - Update sysutils/rsyslog7 to 7.4.3Brad Davis2013-08-204-19/+10
| | | | | | | Reviewed by: swills@ Notes: svn path=/head/; revision=325076
* - Update portscout for rsyslog7Brad Davis2013-05-251-3/+1
| | | | | | | | | - Remove some blank lines that snuck in Noticed by: gjb@ Notes: svn path=/head/; revision=319072
* - Update sysutils/rsyslog7 to 7.2.7Brad Davis2013-05-254-161/+32
| | | | | | | | | | | | | | - Partially based on work in [1] - Convert to PORTDOCS= and PORTEXAMPLES= - Pet portlint - Add sysutils/rsyslog7-devel at version 7.3.15 PR: 176601 [1] Submitted by: Cristiano Rolim Pereira <cristianorolim at outlook.com> [1] Reviewed by: koobs@, jgh@ Notes: svn path=/head/; revision=319070
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-2/+2
| | | | Notes: svn path=/head/; revision=317220
* - Fix cases where 2 USES= were usedBryan Drewery2013-04-301-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=316950
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-4/+4
| | | | Notes: svn path=/head/; revision=316355
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)Pietro Cerutti2013-02-281-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=313088
* - Remove trailing slash from devel/json-c LIB_DEPENDS originBryan Drewery2013-02-111-1/+1
| | | | | | | Approved by: brd (maintainer) Notes: svn path=/head/; revision=312039
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-2/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Add rsyslog 7.2.4Brad Davis2013-01-019-0/+529
Changes: http://www.rsyslog.com/changelog-for-7-2-4-v7-stable/ Reviewed by: swills Notes: svn path=/head/; revision=309779