Bug 169646 - [MAINTAINER] dns/opendnssec: update to 1.3.9
Summary: [MAINTAINER] dns/opendnssec: update to 1.3.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 15:40 UTC by Jaap Akkerhuis
Modified: 2012-07-08 13:40 UTC (History)
1 user (show)

See Also:


Attachments
opendnssec-1.3.9.patch (4.97 KB, patch)
2012-07-04 15:40 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2012-07-04 15:40:07 UTC
- Update to 1.3.9

Port now set USER and GROUP (needs changes to UIDs & GIDs)

Removed file(s):
- files/patch-conf__Makefile.in

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)

Fix: Please change the UIDs & GIDs file according to diff below. Thanks!

diff -uN /usr/ports/UIDs.orig /usr/ports/UIDs
--- /usr/ports/UIDs.orig	2012-07-04 16:19:00.000000000 +0200
+++ /usr/ports/UIDs	2012-07-04 16:20:45.000000000 +0200
@@ -114,6 +114,7 @@
 git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh
 hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh
 drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin
+opendnssec:*:215:215::0:0:Opendnssec Pseudo User:/nonexistent:/usr/sbin/nologin
 bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh
 postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin
 sqlgrey:*:226:226::0:0:SQLgrey Owner:/nonexistent:/usr/sbin/nologin
diff -uN /usr/ports/GIDs.orig /usr/ports/GIDs
--- /usr/ports/GIDs.orig	2012-07-04 16:19:09.000000000 +0200
+++ /usr/ports/GIDs	2012-07-04 16:22:01.000000000 +0200
@@ -107,6 +107,7 @@
 git:*:211:
 hg:*:212:
 drizzle:*:213:
+opendnssec:*:215:
 bs:*:220:
 postgrey:*:225:
 sqlgrey:*:226:
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-07-08 12:12:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-08 13:39:25 UTC
scheidell    2012-07-08 12:39:15 UTC

  FreeBSD ports repository

  Modified files:
    .                    GIDs UIDs 
    dns/opendnssec       Makefile distinfo pkg-plist 
    dns/opendnssec/files opendnssec.in 
  Removed files:
    dns/opendnssec/files patch-conf__Makefile.in 
  Log:
  - Update to 1.3.9
  - Add GIDs/UIDs 215
  
  PR:             ports/169646
  Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
  
  Revision  Changes    Path
  1.174     +2 -1      ports/GIDs
  1.198     +2 -1      ports/UIDs
  1.19      +12 -2     ports/dns/opendnssec/Makefile
  1.16      +2 -2      ports/dns/opendnssec/distinfo
  1.6       +2 -3      ports/dns/opendnssec/files/opendnssec.in
  1.2       +0 -20     ports/dns/opendnssec/files/patch-conf__Makefile.in (dead)
  1.8       +7 -3      ports/dns/opendnssec/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-07-08 13:39:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!