Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blocklist: Sync with upstream commit b53f9e0 #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlduran
Copy link
Owner

@jlduran jlduran commented Nov 4, 2023

#!/bin/sh

# Remove Debian port
rm -rf contrib/blocklist/port/debian

# Remove postfix.diff patch
rm -f contrib/blocklist/diff/postfix.diff

# /libexec -> /usr/libexec
sed -i "" -e 's|/libexec|/usr/libexec|g' contrib/blocklist/bin/blocklistd.8

# NetBSD: RT_ROUNDUP -> FreeBSD: SA_SIZE (from net/route.h)
sed -i "" -e 's/RT_ROUNDUP/SA_SIZE/g' contrib/blocklist/bin/conf.c

# blocklistd.8: npfctl -> pfctl
sed -i "" -e 's/npfctl/pfctl/g' contrib/blocklist/bin/blocklistd.8

# blocklistd: change to:
# REQUIRE: ipfw pf ipfilter

@jlduran jlduran self-assigned this Nov 4, 2023
@jlduran jlduran force-pushed the blocklist-sync-with-upstream branch 2 times, most recently from 784faa3 to fef56a8 Compare November 4, 2023 00:56
@jlduran jlduran force-pushed the blocklist-sync-with-upstream branch from fef56a8 to 53e0d41 Compare November 4, 2023 01:00
@jlduran
Copy link
Owner Author

jlduran commented Nov 5, 2023

  • LIBBLACKLIST -> LIBBLOCKLIST
  • MLINKS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant