aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-16 16:00:15 +0800
committerbapt <bapt@FreeBSD.org>2013-12-16 16:00:15 +0800
commit6f83c7202dec81ae9fe694e15013e44785f0bbdc (patch)
treed4e0029ae3c50b98e01a2d785ba702206458e7a5
parent70bd2852d48004b2b4e82ff58ad24275977bf387 (diff)
downloadfreebsd-ports-gnome-6f83c7202dec81ae9fe694e15013e44785f0bbdc.tar.gz
freebsd-ports-gnome-6f83c7202dec81ae9fe694e15013e44785f0bbdc.tar.zst
freebsd-ports-gnome-6f83c7202dec81ae9fe694e15013e44785f0bbdc.zip
Update to 1.2.4
Changes: - Fix segfault in pkg audit -F [1] - Fix multiple segfault when using eventpipe [2] - Fix REPOS_DIR being appended instead of overwritten when modified from pkg.conf Reported by: many [1] Reported by: kmoore [2]
-rw-r--r--ports-mgmt/pkg-devel/Makefile4
-rw-r--r--ports-mgmt/pkg-devel/distinfo4
-rw-r--r--ports-mgmt/pkg/Makefile4
-rw-r--r--ports-mgmt/pkg/distinfo4
4 files changed, 8 insertions, 8 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 78d679750bda..559ac7612096 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.2.3
+DISTVERSION= 1.2.4
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= portmgr@FreeBSD.org
COMMENT= New generation package manager
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
USE_XZ= yes
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index 51dcfcabbf65..4a47bfcce5ab 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.2.3.tar.xz) = a84e00b9c5153beab4122fdc01735cc6829c3dc83c6e9ab335bb09b32468ef27
-SIZE (pkg-1.2.3.tar.xz) = 1807516
+SHA256 (pkg-1.2.4.tar.xz) = d6f838f94912893be9ea6e61d72515b7c7e63d5cd4a3084bfe7cbc2e909876cb
+SIZE (pkg-1.2.4.tar.xz) = 1808120
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index c6d4c47d62d2..7a7fa23ca300 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.2.3
+DISTVERSION= 1.2.4
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -10,7 +10,7 @@ MASTER_SITES= http://files.etoilebsd.net/pkg/ \
MAINTAINER= portmgr@FreeBSD.org
COMMENT= New generation package manager
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
USE_XZ= yes
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index 51dcfcabbf65..4a47bfcce5ab 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.2.3.tar.xz) = a84e00b9c5153beab4122fdc01735cc6829c3dc83c6e9ab335bb09b32468ef27
-SIZE (pkg-1.2.3.tar.xz) = 1807516
+SHA256 (pkg-1.2.4.tar.xz) = d6f838f94912893be9ea6e61d72515b7c7e63d5cd4a3084bfe7cbc2e909876cb
+SIZE (pkg-1.2.4.tar.xz) = 1808120
>+5 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-4/+4 * - Make Python 2.5.1 the default Python versionalexbl2007-07-303-0/+3 * Update to 9.4.1-P1, which has fixes for the following:dougb2007-07-256-24/+24 * Update to 9.3.4-P1, which fixes the following:dougb2007-07-252-8/+8 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-2310-16/+6 * - Ignore on FreeBSD 5.Xpav2007-07-221-1/+7 * - Remove distinfo hashes, which are not used officiallygabor2007-07-201-2/+0 * - Update to 2.39miwi2007-07-092-4/+4 * Update to 1.1.3ehaupt2007-07-062-4/+4 * The File_DNS class provides a way to read,miwi2007-07-044-0/+30 * Update to 0.60, which includes some important security fixes:dougb2007-07-043-5/+7 * Fix the build with trendy GCC.danfe2007-06-291-1/+5 * Update to 0.08.tobez2007-06-202-11/+5 * - change duende source to create PID file by itselfpav2007-06-166-3/+92 * - Update to 1.4.0miwi2007-06-113-5/+9 * Add a CONFLICTS to bind 9.4.dougb2007-06-101-1/+1 * - Update to 0.41clsung2007-06-092-4/+4 * Reset filippo.natali@gmail.com, who is very short on free time right now.linimon2007-06-061-1/+1 * - Fix build with gcc 4.2miwi2007-06-062-1/+12 * Manages LDAP entries for the BIND9 SDB LDAP patch.miwi2007-06-044-0/+52 * Update to 0.6.14krion2007-06-013-4/+6 * Update to 0.6.12krion2007-06-012-4/+4 * - Make setuid operation and user creation configurable, as requested by usersmiwi2007-05-303-14/+23 * - Update to 1.2.12.06miwi2007-05-262-4/+4 * - Welcome X.org 7.2 \o/.flz2007-05-205-3/+5 * Removed on authors request until the program has reached maturity.edwin2007-05-034-48/+0 * DNSCAP - DNS traffic capture utilityedwin2007-05-034-0/+48 * - Update to 1.4.3miwi2007-05-012-4/+4 * Update to version 9.4.1, a security update from ISC:dougb2007-05-016-24/+24 * - make portlint happierdinoex2007-04-301-2/+2 * Fix recursive resolver.ale2007-04-304-2/+26 * - Update PowerDNS to 2.9.21clsung2007-04-2732-2548/+672 * Update to 1.5.0lioux2007-04-253-4/+16 * - Update to 1.1.2ehaupt2007-04-213-5/+5 * - Update to 1.96.2miwi2007-04-182-4/+5 * - Update to 2.3.7miwi2007-04-182-5/+4 * Fix build if automake is installed.krion2007-04-161-0/+2 * - Update to 0.31clsung2007-04-152-4/+4 * Fix nss_mdns when used from applications other than ssh.bms2007-04-122-41/+7 * - updated maintainer e-mail addressmm2007-04-051-1/+1 * - Remove DESTDIR support from my ports as it is useless now. New implementationgabor2007-04-011-2/+2 * - Change my email.stas2007-03-282-2/+2 * - Fix build on gcc 4.1pav2007-03-264-17/+14 * - WWWDIR is now defined in bsd.ports.mkpav2007-03-242-13/+7 * - Fix PostgreSQL schemapav2007-03-234-6/+6 * - Update to 3.0.5miwi2007-03-222-4/+4 * - Update to 0.06clsung2007-03-082-4/+4 * - Update to 20070219miwi2007-03-072-4/+4 * Reset inactive maintainer due to maintainer-timeouts and no response to email.linimon2007-03-051-1/+1 * - Update OpenDBX patch, as found on www.linuxnetworkds.de, whichrafan2007-03-036-130/+174 * - Update to 2.6gabor2007-03-018-66/+135 * - Update to 2.1.4miwi2007-02-273-11/+11 * Update to the release version of 9.4.0.dougb2007-02-266-24/+24 * POE::Component::Server::DNS is a POE component that implements a DNS server.gabor2007-02-255-0/+51 * - Updated to 1.2.12.05nivit2007-02-223-5/+5 * - Create the cache file directly in /var/tmpsat2007-02-191-1/+2 * - Update to 3.7.1sat2007-02-183-29/+10 * - Remove support for FreeBSD 4.xgabor2007-02-183-75/+0 * - Update to 2.38miwi2007-02-142-4/+4 * Update to 1.2.1perky2007-02-122-6/+5 * - bump openldap versiondinoex2007-02-121-1/+1 * - Update to 2.0.3 [1]hq2007-02-112-5/+5 * Net::DNS::Resolver::Programmable is a Net::DNS::Resolvermiwi2007-02-115-0/+61 * - Update to 2.37miwi2007-02-103-4/+15 * - Update to 20070105rafan2007-02-082-5/+5 * - Add new OpenDBX patch (from [1]).alepulver2007-02-078-163/+159 * - Remove semi-staticmiwi2007-02-071-7/+0 * Update to 1.00skv2007-02-072-5/+5 * - Fix plist if NOPORTDOCS is definedmarkus2007-02-031-8/+3 * - Fix plist if NOPORTDOCS is definedmarkus2007-02-031-2/+3 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+2 * - Patch net/libnet* to versioned libraries and header files, so they canpav2007-01-311-5/+7 * - Remove SQLITE3 backend option, it was added prematurelypav2007-01-316-46/+10 * - Remove stray empty filepav2007-01-312-0/+0 * Remove USE_GPG from all effected ports. This knob is a no-op and the way itgabor2007-01-302-7/+0 * Complete the update for bind94 after the repocopy, and hook it up.dougb2007-01-2913-96/+148 * Update to 0.6.10krion2007-01-282-4/+4 * - Update to 3.0.4rafan2007-01-262-4/+4 * Add USE_GMAKE.bms2007-01-251-0/+1 * Upgrade to version 9.3.4, the latest from ISC, which addresses thedougb2007-01-258-32/+32 * Add WITH_COMPAT5X option. It is to build nss_resinit.so which is ableume2007-01-232-0/+29 * - Remove empty plistpav2007-01-231-0/+0 * - Update to 2.36miwi2007-01-222-4/+4 * Really fix the getaddrinfo() interface. Now 'ssh foo.local' should work.bms2007-01-211-15/+47 * Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, becausebms2007-01-201-10/+7 * Add new port nss_mdns, a libc name service switch module for resolvingbms2007-01-209-0/+747 * - Add a sensible default for maximal size of cachepav2007-01-193-1/+59 * - Add support for geo backendgabor2007-01-1324-539/+2529 * - Update to 0.4.0miwi2007-01-133-70/+72 * Add ipv6 to the categories.erwin2007-01-121-1/+1 * - Fix typomiwi2007-01-111-3/+12 * Remove broken mirrorehaupt2007-01-091-1/+0 * The Four Calorie DNS Server is a very simple dns server that can power amiwi2007-01-085-0/+107 * - Update to 1.2.0erwin2007-01-063-8/+7 * - Update to 1.2.5gabor2007-01-032-5/+4 * - Respect CC and CFLAGSmiwi2006-12-301-0/+6 * - update dnstop to 20061122 version.clsung2006-12-262-4/+4 * Add pear-Net_DNS 1.0.0, resolver library used to communicate with a DNSrafan2006-12-234-0/+39 * - unbreak under old perltobez2006-12-221-4/+8 * Apply the markup fixes from the base to the nsupdate.8 anddougb2006-12-214-0/+32 * - Update to 1.2.12.04miwi2006-12-143-104/+70 * - Update to 3.0.3miwi2006-12-132-4/+4 * Add ipv6 secondary category.shaun2006-12-111-1/+1 * Update to 0.6.9krion2006-12-102-4/+4 * Upgrade to version 9.3.3, the latest from ISC. This isdougb2006-12-108-32/+32 * - Save user's checkdns.conf and install checkdns.conf-dist.miwi2006-12-093-13/+22 * - Update to 0.40clsung2006-12-092-4/+4 * Change my e-mail address.gabor2006-12-082-2/+2 * Update to c-ares 1.3.2.roam2006-12-063-6/+69 * Update to 0.05.tobez2006-12-052-4/+4 * Update to 0.04.tobez2006-12-022-4/+4 * - Add BUILD_STATIC knobmiwi2006-11-231-1/+7 * - Fix pkg-plistmiwi2006-11-212-0/+3 * Bump PORTREVISION for changes in previous commit.stefan2006-11-192-0/+2 * - Add patches to fix IPv6 support. [1]stefan2006-11-198-4/+62 * The config directory specified in 'config.h' is differentlaszlof2006-11-181-1/+2 * - Update to 0.7.8miwi2006-11-172-4/+4 * Add powerdns-recursor 3.1.4, an advanced DNS recursor.ehaupt2006-11-169-0/+206 * OpenDD is a DynDNS client, written in C, and especially designedmiwi2006-11-166-0/+132 * Improved version of dns/rbllookupedwin2006-11-135-0/+62 * Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-083-3/+3 * Build and install the shared c-ares library too, not just the static one.roam2006-11-082-2/+10 * - Update to 3.0.2clsung2006-11-062-5/+4 * - Add CONFLICTS with dns/nsd2.alepulver2006-11-051-0/+2 * - Add CONFLICTS with dns/nsd and avoid duplicate LATEST_LINK.alepulver2006-11-051-0/+4 * - Update to 2.35miwi2006-11-052-6/+7 * Drop maintainershipjylefort2006-11-031-1/+1 * Update to version 9.3.2-P2, which addresses the vulnerabilitydougb2006-11-038-32/+32 * - Update to 1.4miwi2006-11-012-6/+5 * Remove dns/queryperf in favour of dns/dnsperfedwin2006-11-016-55/+0 * [new port] dns/queryperf net/dhcperf replacement for dns/queryperfedwin2006-11-014-0/+46 * NSD (Name Server Daemon) is a complete implementation of analepulver2006-11-017-0/+155 * Update to 0.6.8krion2006-10-312-4/+4 * - update to 2.1.3clsung2006-10-314-17/+16 * - Update to 0.30clsung2006-10-313-4/+8 * - Update to 1.4.1miwi2006-10-313-7/+7