3500. [port] Support NAPTR regular expression validation on
all platforms. [RT #32688]
This commit is contained in:
@@ -67,12 +67,11 @@ OBJS = @ISC_EXTRA_OBJS@ \
|
||||
error.@O@ event.@O@ \
|
||||
hash.@O@ hex.@O@ hmacmd5.@O@ hmacsha.@O@ \
|
||||
inet_aton.@O@ iterated_hash.@O@ lex.@O@ lfsr.@O@ log.@O@ \
|
||||
md5.@O@ mutexblock.@O@ \
|
||||
netaddr.@O@ netscope.@O@ \
|
||||
ondestroy.@O@ \
|
||||
parseint.@O@ portset.@O@ radix.@O@ \
|
||||
random.@O@ refcount.@O@ region.@O@ result.@O@ rwlock.@O@ \
|
||||
serial.@O@ sha1.@O@ sha2.@O@ sockaddr.@O@ stats.@O@ string.@O@ \
|
||||
md5.@O@ mutexblock.@O@ netaddr.@O@ netscope.@O@ \
|
||||
ondestroy.@O@ parseint.@O@ portset.@O@ radix.@O@ \
|
||||
random.@O@ refcount.@O@ region.@O@ regex.@O@ result.@O@ \
|
||||
rwlock.@O@ serial.@O@ sha1.@O@ sha2.@O@ sockaddr.@O@ \
|
||||
stats.@O@ string.@O@ \
|
||||
symtab.@O@ \
|
||||
version.@O@ \
|
||||
${APIOBJS} ${ISCDRIVEROBJS} \
|
||||
@@ -94,7 +93,7 @@ SRCS = @ISC_EXTRA_SRCS@ \
|
||||
netaddr.c netscope.c \
|
||||
ondestroy.c \
|
||||
parseint.c portset.c radix.c \
|
||||
random.c refcount.c region.c result.c rwlock.c \
|
||||
random.c refcount.c region.c regex.c result.c rwlock.c \
|
||||
serial.c sha1.c sha2.c sockaddr.c stats.c string.c symtab.c \
|
||||
version.c \
|
||||
${APISRCS} ${ISCDRIVERSRCS}
|
||||
|
||||
@@ -35,7 +35,7 @@ HEADERS = app.h assertions.h base64.h bitstring.h boolean.h \
|
||||
magic.h md5.h mem.h msgcat.h msgs.h \
|
||||
mutexblock.h namespace.h netaddr.h ondestroy.h os.h parseint.h \
|
||||
print.h quota.h radix.h random.h ratelimiter.h \
|
||||
refcount.h region.h resource.h \
|
||||
refcount.h regex.h region.h resource.h \
|
||||
result.h resultclass.h rwlock.h serial.h sha1.h sha2.h \
|
||||
sockaddr.h socket.h stdio.h stdlib.h string.h \
|
||||
symtab.h \
|
||||
|
||||
Reference in New Issue
Block a user