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

[BUG] Maintained? #76

Open
darkpixel opened this issue Jun 7, 2023 · 0 comments
Open

[BUG] Maintained? #76

darkpixel opened this issue Jun 7, 2023 · 0 comments
Labels

Comments

@darkpixel
Copy link

I filed bug #73 over two years ago.
It's a 2-line change.

Debian Bullseye has been out for over a year, and it's also affected by map.jinja not being up-to-date:

$ git diff origin/master
diff --git a/samba/map.jinja b/samba/map.jinja
index e9021e8..43e32a9 100644
--- a/samba/map.jinja
+++ b/samba/map.jinja
@@ -15,7 +15,8 @@
             'wheezy': 'samba',
             'jessie': 'smbd',
             'stretch': 'smbd',
-            'buster': 'smbd'
+            'buster': 'smbd',
+            'bullseye': 'smbd'
         }, grain='oscodename', default='lenny'),
     },
     'Suse':{
@@ -31,8 +32,8 @@
          'client': 'smbclient',
      },
      'FreeBSD': {
-         'server': 'samba44',
-         'client': 'samba44',
+         'server': 'samba413',
+         'client': 'samba413',
          'service': 'samba_server',
          'config': '/usr/local/etc/smb4.conf',
      },

PR #75 has been sitting unmerged for a year now.

Is this repo still maintained?

Can someone get a commit bit to keep improving samba-formula or is it abandoned and someone needs to fork it?

@darkpixel darkpixel added the bug label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant